@charset "UTF-8";
* { padding: 0; }
body {
	background: #e7e9db;
	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;
}
p {
	font: 75% Arial, Helvetica, sans-serif;
}
li {
	font: 75% Arial, Helvetica, sans-serif;
	margin-left: 20px;
}
H1 {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size: 125%;
	font-weight: normal;
	color: #666666;
	letter-spacing: 3pt;
}
H2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: normal;
	color: #666666;
}
H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #3e4a6e;
}
#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 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. */
}
#header {
	background: url(images/header.jpg);
	height: 212px;
}
.nav {
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
}
.nav a:link {
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}
.tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}
#mainContentBox {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF; 
	background-image:url(images/mainTopImage.png);
	background-position:top;
	background-repeat:no-repeat;
}
#mainContentLeft {
    margin: 0 0 0 315px;
	background: #FFFFFF; 
}
#mainContentRight {
    margin: 0 315px 0 0;
	background: #FFFFFF; 
}
#sidebar {
	width:300px; 
	float:left; 
	padding:0 10px 10px 0; 
	background-image:url(images/grayDot.png);
	background-position:right;
	background-repeat:repeat-y;
}
#sidebarHome {
	width:300px; 
	float:right; 
	padding:0 0 10px 10px; 
	background-image:url(images/grayDot.png);
	background-position:left;
	background-repeat:repeat-y;
}
.sidenav {
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 70%;
	line-height: 16px;
}
.sidenav a:link {
	text-decoration: none;
}
.sidenav a:visited {
	text-decoration: none;
}
.sidenav a:hover {
	text-decoration: underline;
}
#footer {
	background:#e7e9db;
	background-image:url(images/footerLine.png);
	background-position:top;
	background-repeat:no-repeat;
	padding: 5px 0;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0;
	font: 70% Arial, Helvetica, sans-serif;
	color: #999999;
}
#footer a:link {
	color: #999999;
	text-decoration: none;
}
#footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
.newsImage {
	border:white solid medium;
	outline-style:solid;
	outline-width:thin;
	outline-color:#CCCCCC;
}
.news {
	font: 65% Arial, Helvetica, sans-serif;
}
.headerTable {
	padding-top: 189px;
	*margin-top: 189px;
}
a:link {
	color: #2d417e;
	text-decoration: underline;
}
a:visited {
	color: #2d417e;
	text-decoration: underline;
}
a:hover {
	color: #98b6ce;
	text-decoration: none;
}
.hewsHeader {
	color: #003366;
	font: 65% Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.hewsHeader a:link {
	text-decoration: none;
}
.hewsHeader a:visited {
	text-decoration: none;
}
