@import url(fonts.css);

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: url(../../../images/background-body.gif) repeat-x #001f3d;
}

p {
	padding: 0;
	margin: 0;
}

div#page {
	padding: 0;
	min-height: 100%;
	position: relative;	
	width: 990px;
	margin: auto;
	background: url(../../../images/background-page.gif) repeat-y; 
}

* html div#page {
	height: 100%;
}

div#page div#innerpage {
	width: 100%;
	background: url(../../../images/background-innerpage.gif) no-repeat 0 0;
	min-height: 100%;
}

* html div#innerpage {
	height: 100%;
}

div#leftcol {
	width: 180px;
	padding: 0 15px 0 15px;
	float: left;
}

div#centercol {
	width: 569px;
	float: left;
}

div#rightcol {
	padding-left: 5px;
	width: 200px;
	float: left;
}


div#leftcol div#logocontainer {
	width: 180px;
	height: 191px;
	background-image: url(../../../images/background-logo.gif);
	border-bottom: 1px solid white;
}

div#leftcol div#logocontainer img#logo {
	margin-left: 29px;
}


div#centercol div#quicklinks {
	height: 34px;
}

div#centercol div#headimage {
	width: 567px;
	height: 157px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

div#centercol div#headimage img#headimage-shadow {
	position: absolute;
	z-index: 99;
}

div#centercol div#content {
	min-height: 540px;
	padding: 0 23px 0 22px;
	background-color: white;  
	background-image: url(../images/background-content-top.gif);
	background-repeat: no-repeat;
}

div#centercol div#footer {
	width: 100%;
	height: 32px;
	background-image: url(../images/background-content-bottom.gif);
	background-repeat: repeat-x;
}

div#centercol div#footer p {
	padding: 12px 15px 0 15px;
	font-size: 85%;
}

div#centercol div#footer p span.copyright {
	display: block;
	float: left;
	color: #8091a2;
}

div#centercol div#footer p a {
	display: block;
	float: right;
	color: #8091a2;
	text-decoration: none;
}

div#rightcol div#search {
	padding-left: 10px;
	height: 26px;
	padding-top: 8px;
}

div#rightcol div#teaser {
	margin-top: 15px;
	margin-left: 10px;
	width: 180px;
}

div.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	width: 100%;
}


