@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
/* square */

#navSquare {
	margin: 0;
	padding: 0 0 0px 0px;
	border-bottom: 1px solid #9FB1BC;
}

#navSquare li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navSquare a:link, #navSquare a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 10px 12px;
	text-decoration: none;
	color: #708491;
}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
	color: #000;
	background: #FFFFFF;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: F5F2F2;
}

table {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border-top: none;
}
thead th{
	background:#000066;
	color:#FFFFFF;
	text-align:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px
}
tbody td{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}
/* FOOTER */

#footer{width:775px; height:95px; background:url(../images/b_footer.jpg) 0 0 no-repeat; position:relative; margin: 0 auto; clear:both}
#footer p{padding: 35px 0 0 0; font:10px/16px Tahoma, Arial, Helvetica, sans-serif; font-weight:normal; text-align:center; color:#ece6ce;}
#footer p a{
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	padding: 0 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
#footer p a:hover{text-decoration:none; background:#fff; color:#000}
