body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #005CB6;
}
* {
	margin: 0px;
	padding: 0px;
}

a {
	color:#005CB6;
}
div#float {
	margin:0 auto;
	width:710px;
	background-color:#CFDCE5;
}

div#masthead {
	width:709px;
	height:92px;
	border-bottom:1px solid #CFDCE5;
	border-left:1px solid #CFDCE5;
}
div#menu {
	border-bottom:1px solid #CFDCE5;
	border-left:1px solid #CFDCE5;
}

div#gradient {
	background-image:url(../_g/bg-gradient.gif);
	background-repeat:repeat-y;
	background-color:#CFDCE5;
	border-left:1px solid #CFDCE5;
	float:left;
}
div#content {
	background-image:url(../_g/bg-sail.gif);
	background-repeat:no-repeat;
	padding:20px 50px 20px 10px;
	float:left;
	width: 649px;
}
div#content h3 {
	line-height:1.3;
	margin:1em 0 1em 0;
	padding-left:100px;
	font-weight:bold;
	font-size: 12px;
}
div.leftcol {
	float:left;
	width:270px;
	text-align:right;
	clear: both;
	padding-top: 20px;
}
div.rightcol {
	float: left;
	width: 339px;
	padding: 20px 0 0 30px;
}
div.rightcol p {
	line-height:1.5;
	margin-bottom:1em;
}
div.rightcol h1 {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#005CB6;
	margin-bottom:1em;
}
div.rightcol h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0.7em;
	text-align: right;
}
div.rightcol ul {
	list-style-type:disc;
	margin-bottom:1em;
	margin-left:25px;
}
div#footer {
	width: 627px;
	background-image:url(../_g/bg-gradient.gif);
	background-repeat:repeat-y;
 	clear: both;
	font-size: 9px;
	line-height:1.4;
	float:left;
	padding: 15px 0 10px 82px;
	border-left:1px solid #CFDCE5;
}
div#footleft {
	float:left;
	margin-right:30px;
	width: 197px;
}
div#footright {
	float:left;
	width: 339px;
}

.nudge {
	line-height:0.2;
}
.disclaimer {
	font-size:0.8em;
	font-style:italic;
}