@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	text-align:center;
	margin: 15px;
	padding: 0;
}

.clear { clear: both; }

a, a:link, a:visited, a:active {
	color: #458AB0;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.wrapper {
	width: 988px;
	text-align: left;
	margin: 0 auto;
}

div.header {
	left:0px;
	top:0px;
	width:988px;
	height:188px;
}


div.mainnav {
	position: relative;
	left:0px;
	top:0px;
	width:988px;
	height:44px;
}

* html div.mainnav {
	top:-4px;  /*** IE needs this  ***/
}

div.content-top {
	position:relative;
	left:0px;
	top:0px;
	width:988px;
	height:6px;
}

* html div.content-top {
	top:-13px;  /*** IE needs this  ***/
}

div.content {
	position:relative;
	background-image: url(../images/content_background.png);
	left:0px;
	top:0px;
	width:988px;
	padding:0;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: .9em;
}

* html div.content {
	top:-17px;  /*** IE needs this  ***/
}

div.content-bottom {
	position:relative;
	left:0px;
	top:0px;
	width:988px;
	height:31px;
}

* html div.content-bottom {
	top:-17px;  /*** IE needs this  ***/
}

div.copyright {
	position:relative;
	left:0px;
	top:0px;
	padding-right:25px;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#999999;
	text-align:right;
	font-size:.66em;
}

* html div.copyright {
	top:-17px;  /*** IE needs this  ***/
}