body {
   background-color: #EEE;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 100px;
}

#wrapper {
	width: 779px;
	margin: 0 auto 0 auto;
	position: relative;
}

#logo h1 {
	margin: 0;
	padding: 0;
}

#logo a {
	position: absolute;
	display: block;
	background: url("/images/logo.gif") 0 0 no-repeat;
	text-indent: -10000px;
	width: 187px;
	height: 127px;
	text-decoration: none;
	overflow: hidden;
	z-index: 1500;
	top: 34px;
	left:  7px;
}

#wrapper > #logo a {
	background: url("/images/logo.png") 0 0 no-repeat;
}

.outerContent {
   background-color: #FFF;
   background-image: url(/images/content_bg.jpg);
   background-repeat: repeat-y;
   background-position: right top;
}
.innerContent {
	padding-top: 10px;
}
.homeTable {
   padding-top: 10px;
   padding-bottom: 20px;
}
.homeTitle {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 13px;
   text-transform: uppercase;
   letter-spacing: 1px;
   color: #FFF;
   border-bottom: 1px solid #4987B6;
}
.homeQuote {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 13px;
   font-style: italic;
   line-height: 22px;
   color: #666666;
}
.homeOuterContent {

}
.homeContent {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 22px;
   color: #FFFFFF;
   padding-bottom: 10px;
   border-top: 1px solid #003C69;
}
.homeContent a{
   color: #FFFFFF;
}
.column1, .column2 {
   border-right: 1px solid #00467C;
   padding-right: 10px;
}
.column2, .column3 {
   border-left: 1px solid #3077AD;
   padding-left: 10px;
}
.ftr {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #999999;
   padding-top: 10px;
   padding-bottom: 40px;
   padding-left: 10px;
}
.ftr a {
	color: #999;
	text-decoration:none;
}
.ftr a:hover {
	color: #999;
	text-decoration:underline;
}
.hdrNav {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 9px;
   text-transform: uppercase;
   color: #666666;
   text-align: right;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-right: 10px;
}
.hdrNav a {
	color:#666;
	text-decoration:none;
}

.hdrNav a:hover {
	color:#666;
	text-decoration:underline;
}
.pageTitle {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 18px;
   text-transform: uppercase;
   color: #003366;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 22px;
   color: #333;
   padding:0px;
}
.content strong {
	color:#036;
	font-size:13px;
}
.content a {
	color: #003366;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content a:visited {
	color: #f52e19;
}
h2 {
	text-transform:uppercase;
	color:#333;
	display:block;
	border-bottom:1px solid #ccc;
}
ul {
list-style-image: url(images/bullet.gif)
}