@charset "UTF-8";
/* CSS Document */

body{
background-color:#003366;
}

#container{
width:960px;
height:auto;
position:relative;
margin:0 auto;
}

#header{
width:960px;
height:247px;
position:relative;
margin:0 auto;
}

#leftCol{
	width:168px;
	height:552px;
	position:relative;
	float: left;
	background:url(images/leftColBG.jpg);
}

.calc{float: right; margin-right: 5px; margin-top: 15px;}

.nav{
border: 0px;
float: right;
}

#centerCol{
width:320px;
height:552px;
position:absolute;
top:247px;
left:168px;
margin:0 auto;
background-image:url(images/centerColBG.jpg);
}

#textHolder{
	width: 95%;
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
	height:502px;
}

.bodyText1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color:#000000;
	text-align:justify;
}

.bodyText2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color:#000000;
	text-align:center;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 26px;
	text-align: center;
}

.bodyText2Big{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 26px;
	text-align: center;
	line-height: 25px;
}

.bodyText2 a:link {
color: #000;
text-decoration:underline;
}
.bodyText2 a:visited {
color:#333;
}
.bodyText2 a:hover {
color:#003300;
text-decoration: underline;
}

#rightCol{
	width:472px;
	height:552px;
	position:relative;
	float:right;
	background:url(images/rightColBG.jpg);
	background-repeat: none;
}

#Quote{
	width: 440px;
	position:relative;
	float:left;
	margin-top: 265px;
	padding: 10px;
}
.QuoteText{
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color:#FFFFFF;
text-align:center;
line-height: 18px;
}

#bottomLinks{
	width: 450px;
	margin: 0 auto;
	position: absolute;
	top: 420px;
	left: 5px;
}

.rotaryText{
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color:#FFFFFF;
text-align:right;
line-height: 14px;
}
.rotaryText a:link {
color: #FFFFFF;
text-decoration:underline;
}
.rotaryText a:visited {
color:#CCCCCC;
}
.rotaryText a:hover {
color:#CCCCCC;
text-decoration: underline;
}
