@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
	
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	float:left;
	padding: 5px 0 5px 0;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
}

.oneColFixCtr #mainContent h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
}

.oneColFixCtr #mainContent td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*font-weight:bold;*/
	color:#ffffff;
}

.oneColFixCtr #header {
	float:left;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #9ECDCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #footer {
	float:left;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #9ECDCC;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-top:10px;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#008080;
}

.oneColFixCtr #footer a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#008080;
	text-decoration:none;
	}
	
.oneColFixCtr #footer a:hover{
	text-decoration:underline;
	}
	
.oneColFixCtr #centerlinks {
	float:left;
	background-color: #56A9A7;
	width:780px;
	padding-top:5px;
	padding-bottom:5px;
}

.oneColFixCtr #centerlinks td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#008080;
	text-align:center;
}

.oneColFixCtr #centerlinks a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	}
	
.oneColFixCtr #centerlinks a:hover{
	text-decoration:underline;
	}


/*************************************** MainContent **************************************/

.oneColFixCtr #pages a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#008080;
	font-weight:bold;
	text-decoration:none;
	}

.oneColFixCtr #pages a:hover{
		text-decoration:underline;
}	

.oneColFixCtr #pages td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#07586E;
	}
	
.oneColFixCtr #pages .lbtext a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#07586E;
	font-weight:bold;
	text-decoration:none;
}

.oneColFixCtr #pages .lbtext a:hover{
	text-decoration:underline;
}	
.oneColFixCtr #returnhome {
	float:right;
	width:90px;
	padding-right:5px;
	}
.oneColFixCtr #returnhome a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCE6E4;
	font-weight:bold;
	text-decoration:none;
	
}
.oneColFixCtr #pagetitle {
	float:left;
	width:400px;
	}
.oneColFixCtr #pagetitle h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	padding:0;
	margin:0;
}

.hometext a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	}
.hometext a:hover{
	text-decoration:underline;
	}
