/* CSS Document */



body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background:url(../images/light_body.jpg); background-position:center;
}

h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { /* resets most browser styles to enhance cross-browser compatibility */
	margin: 0;
	padding: 0;
}

a:link {color: #000000; text-decoration: none;}
a:visited {color: #666666; text-decoration: none;}
a:hover {color: #0066FF; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}

blockquote{
	padding-left:20px;
}
#centeredContainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}

#navContainer{
width: 960px;
height: 40px;

}
.promoContainerColumnBlue{
	float:left;
	width: 290px;
	margin:20px 0px 20px 0px;
	
}

.promoContainerColumnBlue p {
	font-size: 12px;
	color: #000;
	text-align: left;
	line-height: 18px;
}

.promoContainerPage{
	float:left;
	width: 600px;
	margin:20px 0px 20px 0px;
	padding-right: 10px;
}

.promoContainerPage p {
	font-size: 12px;
	color: #000;
	text-align: left;
	line-height: 18px;
}
.promoContainerPage h2 {
	font-size:14px;
	color: #000;
	font-weight: bold;
	padding-bottom:4px;
}

.promoContainerPage a:link {color: #0099FF; text-decoration: underline;}
.promoContainerPage a:visited {color: #666666; text-decoration: underline;}
.promoContainerPage a:hover {color: #666666; text-decoration: underline;}
.promoContainerPage a:active {color: #0099FF; text-decoration: underline;}

.promoContainerColumn{
	float:left;
	width: 290px;
	margin:20px 20px 20px 0px;
	padding-right: 10px;
}

.promoContainerColumn h1 {
	font-size:18px;
	color: #000;
	font-weight: bold;
	padding-bottom:4px;
}


.promoContainerColumn h2 {
	font-size:14px;
	color: #000;
	font-weight: bold;
	padding-bottom:4px;
}

.promoContainerColumn p {
	font-size: 12px;
	color: #000;
	text-align: left;
	line-height: 18px;
}
.promoContainerColumn a:link {color: #0099FF; text-decoration: underline;}
.promoContainerColumn a:visited {color: #666666; text-decoration: underline;}
.promoContainerColumn a:hover {color: #666666; text-decoration: underline;}
.promoContainerColumn a:active {color: #0099FF; text-decoration: underline;}

#flashContainer{
width: 960px;
float: left;
}
.imageLeft
{
	float:left;
	}
.footerContainer{
width: 960px;
float:left;
margin-top:20px;
}
	.footerContainer p {
	font-size: 10px;
	color: #000;
	text-align: left;
	line-height: 18px;

}
.footerContainer a:link {color: #000; text-decoration: underline;}
.footerContainer a:visited {color: #000; text-decoration: underline;}
.footerContainer a:hover {color: #000; text-decoration: underline;}
.footerContainer a:active {color: #000; text-decoration: underline;}
	