@charset "UTF-8";
/* CSS Document */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0A3F68;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #E25F21;
}
a:hover {
	text-decoration: none;
	color: #E25F21;
}
a:active {
	text-decoration: underline;
	color: #0A3F68;
}

body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #282C37;
}
.oneColFixCtr #container {
	width: 914px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #808080;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F7F8F9;
}
.header {
	width: 914px;
}
.middle {
	width: 913px;
}
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/index_r9_c4.gif);
	background-repeat: no-repeat;
}
.fontheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
}
.fontlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-right: 25px;
	font-style: normal;
	font-variant: normal;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.navbar {
	width: 914px;
}
.oneColFixCtr  {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.sidespadd {
	padding-right: 10px;
	padding-left: 10px;
}

/* New Styles*/
#navbar
{
	font-family:Verdana, Arial, helvetica;
	font-size:12px;
	white-space:nowrap;
	text-transform: uppercase;
	width:915px;
	text-align:center;
	font-weight:bold;
	background:url("images/bg_topNavBar.gif") no-repeat;
}

#navbar a, #navbar a:link, #navbar a:visited
{
	color:#666;
	text-decoration:none;
}

#navbar a:hover
{
	color:#fc623c;
}

#navbar table
{
	margin-left:auto;
	margin-right:auto;
}

#navbar table td
{
	padding: 0px 28px;
	height:53px;
	vertical-align:middle;
	background:url("images/bg_topNav.gif")  100% 0 no-repeat;
}

#navbar table td.noBorder
{
	background:url("images/bg_topNavNoBorder.gif")  repeat-x;
}