@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #759BA1;
	background-image: url(../images/BGpage.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#sidebar h1 {
	font-size: 10px;
	color: #414415;
	text-align: center;
	margin-top: 14px;
	padding-right: 50px;
	margin-bottom: 10px;
}

#topBar {
	background-image: url(../images/TOP.gif);
	background-repeat: no-repeat;
	height: 22px;
}

#site_container {
	width: 967px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #87ACB1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1050px;
}
#footer {
	font-size: 9px;
	color: #FFFFFF;
	margin-left: 65px;
	margin-top: 50px;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-right: 5px;
}

#content_container {
	background-color: #87ACB1;


}

#flash {
	background-color: #87ACB1;
}

#redBar {
	background-color: #9E2A1E;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 64px;
	font-weight: bold;
}
#sidebar {
	float: right;
	width: 233px;
	background-image: url(../images/BGnews.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
#content_left {
	float: left;
	width: 734px;
	display: inline;
}


#homeCopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 30px;
	padding-left: 63px;
}

#newsletterSignup {
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	float: right;
}

#transSidebar {
	width: 183px;
	margin-right: 50px;
	height: 1500px;
	background-color: #C3D6D8;
	margin-top: 0px;
	
}
#flash {
	background-color: #9DBBBF;
}
#nav {
	font-size: 10px;
	background-color: #9E2A1E;
	height: 35px;
	font-weight: bold;
	padding-left: 64px;
}
#download_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #759BA1;
	margin-top: 25px;
	background-color: #F3F8F8;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	display: block;
	margin-left: 10px;
	width: 140px;
	text-decoration: none;
	font-weight: bold;
}
#scroller {
	height: 160px;
}
#email_box a {
	color: #759BA1;
	text-decoration: none;
	background-image: url(../images/envelope.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#email_box a:hover {
	text-decoration: underline;
}
#download_box a {
	color: #759BA1;
	text-decoration: none;
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#download_box a:hover {
	text-decoration: underline;
}
#transSidebar table {
	height: 160px;
}
#sidebar #transSidebar table #NewsHighlight  {
	color: #414415;
	font-size: 10px;
	padding-left: 23px;
	padding-top: 30px;
}
#NewsHighlight a {
	color: #577B80;
	text-decoration: none;
	font-weight: bold;
}
#NewsHighlight a:hover {
	
	decoration: none;
	text-decoration: underline;
}

