body {
	background-color: #FFF;
}



#wrapper {
	height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#topArea {
	width: 950px;
}

#logo  {
	margin-left: 30px;
	float: left;
}
#mainNav {
	height: 70px;
	width: 650px;
	float: right;
}

#mainNav ul {
	margin-top: 30px;
	margin-left: 145px;
}
#mainNav ul li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0D1E4;
	padding-right: 10px;
	padding-left: 10px;
	height: 10px;
	line-height: 10px;
}
#mainNav ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-transform: lowercase;
	color: #999;
	text-decoration: none;
	text-align: center;
	display: block;
}
#mainNav ul li a:hover {
	color: #02A2DE;
}

#mainNav ul li.ext {
	border-right-style: none;
}
#mainNav ul li a.holder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-transform: lowercase;
	color: #999;
	text-decoration: none;
	text-align: center;
	display: block;
}
#mainNav ul li a.current, #mainNav ul li a.current:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-transform: lowercase;
	color: #02A2DE;
	text-decoration: none;
	text-align: center;
	display: block;
}


#banner {
	margin: 0px;
	padding: 0px;
	height: 230px;
	width: 950px;
	clear: both;
	position: relative;
	background-image: url(../images/banner.jpg);
}
#contentArea {
	background-color: #DBDBDB;
	height: 100%;
	width: 950px;
	position: relative;
}

#mainContent {
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	clear: both;
}
#mainContentHomeOnly {
	height: 300px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	clear: both;
}


#pageTitle {
	height: 40px;
	width: 200px;
	position: relative;
	top: 10px;
	line-height: 40px;
	padding-left: 30px;
	background-color: #FFF;
}
.homeHeight {
	height: 300px;
}

#pageQuote {
	height: 40px;
	width: 600px;
	float: right;
	line-height: 40px;
	padding-left: 10px;
	text-align: right;
	padding-right: 25px;
}
.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
.titleDarkBlue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #0261A5;
}
#pageText {
	margin-top: 15px;
	margin-bottom: 15px;

}
.titleLightBlue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #0293CA;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #333;
}
.imageLPadding {
	padding-left: 10px;
}
.imageRPadding {
	padding-right: 10px;
}
.imagePadding {
	padding-right: 10px;
	padding-left: 10px;
}




.columns {
	height: 254px;
	width: 269px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 15px;
	padding: 15px;
	float: left;
}
.columnEnd {
	float: left;
	height: 254px;
	width: 269px;
	margin-top: 15px;
	padding: 15px;
}






#footer {
	text-align: center;
	font-size: 0.6em;
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 30px;
	background-color: #0063A5;
	color: #CCC;
	clear: both;
	margin-top: 5px;
}
