@charset "utf-8";
body  {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #aeb5ce;
	padding-right: 5px;
}


 #container {
	width: 910px;
	background-color: #ffffff;
	background-image: url(images/sidebarfill.jpg);
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	padding: 0px;
} 
 #header {
	text-align: center;
	float: none;
	width: 100%;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(images/topborder.jpg);
	height: 64px;
	background-position: left top;
} 
#sidebar
  {
	float: left;
	width: 166px;
	padding-right: 0;
	background-image: url(images/sidebartop.jpg);
	background-repeat: no-repeat;
}
ul#nav {
	list-style-type: none;
	background-image: url(images/sidebarbottom.gif);
	background-repeat: no-repeat;
	padding-top: 111px;
	padding-right: 0px;
	padding-bottom: 112px;
	padding-left: 0px;
	background-position: left bottom;
	margin: 0px;
}
#nav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #0c4b84;
	text-decoration: none;
	background-color: #9bc1e3;
	display: block;
	margin: 0px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#nav li a:hover, #nav li a:focus {
	color: #FFFFFF;
	background-color: #666666;
	padding-left: 2px;
}
#nav li a:active {
	color: #000000;
	background-color: #cccccc;
	padding-left: 2px;
	
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
 #mainContent {
	text-align: left;
	border-top-width: 25px;
	border-top-style: solid;
	border-top-color: #9bc1e3;
	margin: 0;
	padding-top: 2px;
	height: auto;
	padding-right: 5px;
	padding-left: 5px;
} 


 #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 18 px;
	padding-left: 166px;
	text-align: center;
} 
 #footer p {
	margin: 0; 
	padding: 10px; 
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
	background-color: #9bc1e3;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0056a3;
	text-decoration: none;
	font-weight: normal;
}
.bottomborder {
	background-image: url(images/bottomborder.jpg);
	height: 18px;
	background-position: left bottom;
}
#bottomborder {
	height: 18px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.footeritalic {
	font-style: italic;
}



.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
}
