body {
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	color:#666666;
	background-image: url(../img/header_strip.gif);
	background-repeat: repeat-x;
}

table, #header {
	margin-left:auto;
	margin-right:auto;
}

#wrapper {
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height: 129px;
	width: 100%;
}

#main {
	background-image: url(../img/main_bkg.jpg);
	background-repeat:no-repeat;
	width:675px;
	height:589px;
	clear:both;
}

#mainText {
	width: 375px;
	float:right;
	margin-top: 30px;
	margin-right: 20px;
}

.nav {
	padding:25px;
	background-color:white;
}

.nav a {
	display:block;
	text-align:center;
	border-bottom:solid 1px black;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#173A4D;
}
.home {	
	border-top:solid 1px black;
}
.nav a:hover {
	background-color:#B76612;
	color:white;
	background-image:url(../img/nav_dots.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
.content {
	padding:20px;
}

ul {
	padding:0;
	margin:0;
	margin:15px;
	margin-right:0;
}
.clmn {
	width:240px;
	float:left;
}

.fineprint {
  width: 400px;
  height: 195px;
  margin-bottom:15px;
  margin-top:15px;
  background: white;
  overflow: auto;
  border: solid 1px #ccc;
}

.fineprint p, .fineprint h4  {
  padding-left: 5px;
  padding-right: 5px;
}

.fineprint h4 {
  border-bottom: solid 1px #ccc;
  padding-bottom: 4px;
  margin-top: 0;
  background-color: #f5f5f5;
  margin-bottom: 0px;
  padding-top:4px;
  font-size: 11px;
}


.fineprint .grey {
  background-color: #f9f9f9;  
  border-bottom: solid 1px #ccc;
}
  
/*------------------------/
/
/	Text Styles
/
/------------------------*/

.white {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	color:#FFFFFF;
}

.orangeL {
	font-size:20px;
	color:#B76612;
}

.orangeM, h3 {
	font-size:14px;
	color:#B76612;
}

.orange {
	color:#B76612;
}


.verdO, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#B76612;
}

.verdS, a.sm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a:visited {
	color:#173A4D;
}
a:hover {
	color:#173A4D;
}
a:link {
	color:#173A4D;
}

h2 {
	font-size:12px;
	margin:0;
	padding:0;
}
h3 {
	font-weight:normal;
}

.fineprint h4, .fineprint .grey p {
  color: #666;
}
