body {
	margin: 0;
	padding: 0;
	font:small Arial, Helvetica, sans-serif;
	background: #fff;
}

#wrapper {
	
}

#pagewrap {

}

#contentwrap {
	margin:160px 0px 0px 0px;
}

/* NAVBAR */

#navbar {
	background: #fff url("/images/background-navbar.gif") no-repeat left top;
	float:left;
	width:140px;
	height: 731px;
}

#navbar ul {
	text-align:right;
	text-transform:uppercase;
	font: 90% Arial, Helvetica, sans-serif;
	margin:140px 0px 0px 0px;
	padding:0px 20px 0px 5px;
}

#navbar ul li {
	list-style-type: none;
	margin-bottom:35px;
}

#navbar li a:visited, #navbar li a:link {
	color: #0A3A73; /* 7D97B5 */
	text-decoration:none;
}

#navbar li a:hover {
	text-decoration:underline;
}

/* END OF NAVBAR */

#content {
	float:left;
	width:710px;
}

#content-top {
	width: 410px;
	padding:0px 0px 0px 25px;
	margin-top:60px;
}

#content-top p.imageleft {
	margin:0px 0px 0px -20px;
}

#content-top h1 {
	color: #0A3A73;
	text-transform:uppercase;
	margin-top:-30px; /* -55px */
	margin-bottom:0px;
	font-size: 175%; /* 250% */
}

#content-top h2 {
	margin-top:-5px;
	color: #000;
	font-style:italic;
	font-weight:normal;
	font-size:135%; /* 135% */
}

#content-top p {
	color: #000;
	font-weight:normal;
	font-size:115%;
	line-height:1.5em;
	width:350px;
}

#content-bottom {
	padding:0px 20px;
}

/* #content-bottom hr {
	color: #C2CEDC;
	background-color:#C2CEDC;
	height:1px;
} */

#content-bottom hr {
	color: #C8C8C8;
	background-color:#C8C8C8;
	height:1px;
}


#content-default {
	margin-top:40px;
}

#content-default h2 {
	color: #0A3A73;
	text-transform:uppercase;
}

#content-default p {
	line-height:1.25em;
}

dl.feature {
margin: 15px 0;
padding: 15px 5px 15px 5px;
/* border-bottom:1px dotted #ccc; */
clear:both;
}

dl.feature:after {
content: ".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

dl.feature dt {
margin:0 0 .5em 0;
font-weight:bold;
color: #093466; /* 0A3A73 */
}

dl.feature dt img {
float: left;
margin:0 20px 0 0; /* 40 */
padding:0px; /* can't have a border with this */

}
dl.feature dd {
margin-left:215px;
line-height:1.25em;

}

#footer {
	clear: both;
	font-size:75%;
	padding:20px 0 20px 160px;
}