@charset "UTF-8";
/* CSS Document */

 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/CanvasBackground.jpg) repeat-x;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	color: #000000;
}

/* Main site design components */
#HeaderContainer {
	width: 1032px;
	height: 223px;
	margin: 0px auto;
}
#contentContainer {
	width: 1032px;
	text-align: center;
	margin: 0px auto;
}
#navContainer {
	float: left;
	position: relative;
	width: 218px;
	background: url(../images/NavBackground.gif) repeat-y;
	margin: 0px auto;
}
#navHeader {
	width: 218px;
	height: 20px;
}
#navContent {
	width: 218px;
}
#navFooter {
	width: 218px;
	height: 35px;
}

/* Link styling */
#navLinks ul{
	list-style: none;
	text-align: left;
	width: 193px;
	margin: 0px auto;
	padding: 0;
}
#navLinks ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	padding-left: 5px;
	line-height: 24px;
	background: url(../images/LinkBackground.jpg) no-repeat;
	height: 24px;
	display: block;
}
#navLinks ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	padding-left: 5px;
	line-height: 24px;
	background: url(../images/LinkBackgroundOver.jpg) no-repeat;
	height: 24px;
	display: block;
}

/* Navigation address text and links */
#navAddress {
	float: right;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
}
.navAddress {
	text-align: left;
	font-size: 10px;
}
.navAddress a{
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
.navAddress a:hover{
	color: #0099cc;
	font-size: 10px;
}

/* Content components */
#MainContainer {
	float: right;
	width: 814px;
	background: url(../images/MainBackground.gif) repeat-y;
}
#MainContentContainer {
	float: left;
	width: 560px;
	text-align: left;
	padding: 0px 0px 0px 20px;
}
#MainContentContainerNew {
	float: left;
	width: 775px;
	text-align: left;
	padding: 0px 0px 0px 20px;
	margin: 0px auto;
}
#scrollingContent {
	float: left;
	width: 755px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	margin: 0px auto;
	max-height: 149px;
	min-height: 149px;
	overflow-y: scroll;
}
#scrollingContentFULL {
	float: left;
	width: 755px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	margin: 0px auto;
	max-height: 429px;
	min-height: 429px;
	overflow-y: scroll;
}
#MainContainerHead {
	width: 814px;
	height: 20px;
}
#MainContainerFoot {
	width: 814px;
	height: 35px;
}
#moreContainer {
	float: right;
	width: 195px;
	background: url(../images/MoreBackground.jpg) repeat-y;
	text-align: center;
	margin: 0px 14px 0px 0px;
}
#moreHeader {
	height: 48px;
}
#moreContent {
	text-align: left;
	width: 175px;
	margin: 0px auto;
}
#moreFooter {
	height: 57px;
}
#navigationNews {
	width: 195px;
	margin: 0px auto;
}

/* Clear divs */
#clearBoth {
	clear:both;
}
IMG {
	border: none;
}

/* Footer components */
#FooterContainer {
	background: #FFFFFF url(../images/FooterBackground.jpg) no-repeat;
	width: 1032px;
	height: 79px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
}
.footerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
}
.footerText a{
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	text-decoration: none;
}
.footerText a:hover{
	color: #0099cc;
}


/* Site text styling */
.H1 {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.H2 {
	font-weight: bold;
	font-size: 14px;
	color: #0099cc;
}
.H3 {
	font-weight: bold;
	font-size: 18px;
	color: #0099cc;
}
.H4 {
	font-weight: bold;
	font-size: 18px;
	color: #FF3300;
}
p {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
.moreContent {
	font-size: 10px;
	color: #006699;
}
#moreContent p{
	font-size: 10px;
	color: #006699;
}
#moreContent a{
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}
#moreContent a:hover{
	font-size: 10px;
	color: #0099cc;
}
#SLIDESTEXT {
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	text-align: right;
	position: relative;
}
#image-bank {
	background-color: none;
	width: 775px;
	padding-left: 1px;
}
#badges {
	width: 775px;
	text-align: center;
	display: inline-block;
}
#badge {
	float: right;
}
#socialIcons {
	height: 35px;
	text-align: center;
	margin: 0px auto;
}
 

