* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #EFEFEF;
	background-color: #0B1638;
}

a {
text-decoration: underline;
color: #005FFB;
}
a:hover {
text-decoration: none;
color: #4F5D7F;
}

#wrap {
margin: 20px auto 10px auto;
width: 995px;
padding: 0px;
background-color:#0B1638;
}
#contentleft {
float:left;
width:400px;
padding-left:5px;
}
#contentright {
float:right;
width: 680px;
padding-right:5px;
margin-top: 50px;
}
#clear {
clear:both;
}

#content {
padding: 0 0px 0 0;
}

.justified {
margin-top: 8px;
text-align:justify;
}

#footer {
height:30px;
text-align: center;
font-size: 11px;
color: #ECECEC;
padding-top: 40px;
margin-bottom:10px;
}
#footer a { color: #ECECEC; }
#footer a:hover { color: #9999FF; }
.footerleft {
float: left;
margin-left: 20px;
}
.footerright {
float: right;
margin-right: 20px;
color: #ECECEC;
}
#nav {
	float:left;
	margin: 0 0px 0 0px;
	padding: 20px 0 0 0;
	
}
	#nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	font-size: 16px;
	font-weight:normal;
	}
	 #nav ul li {
	margin: 0;
	margin-bottom: 6px;

	}
	 #nav ul li a {
	width: 150px;
	display: block;
	height: auto;
	margin: 12px 0 12px 0;
	padding: 3px 0 3px 0px;
	color: #ECECEC;
	text-decoration: none;
	
		}
		#nav ul li a:hover {
	color: #9999FF;
	text-decoration:underline;	
		
}
		#nav a:active {
			color: #B69BD1;
		}

.rotate {
float:right;
width:240px;
margin-left:20px;
margin-top:20px;
border: 1px solid #3C3431;
}
h2 {
	font-size: 20px;
	color: #ECECEC;
	font-weight:normal;
	padding-left:5px;
	margin:0;
}
h3 {
	font-size: 18px;
	color: #ECECEC;
	font-weight:normal;
	margin: 15px 0 15px 0;
}
h4 {
	font-size: 17px;
	color: #ECECEC;
	font-weight:normal;
	text-align:left;
	margin: 10px 0 5px 0;
}
.highlight {
	font-size: 110%;
	font-weight: bold;
	color: #ECECEC;
}
.image {
border: 1px solid #3C3431;
	margin: 6px;
	margin-left: 20px;
	
}
.small {
font-size: 85%;
}
.lightborder {
	border: 1px solid #ABC2D3;
}
.insetlist {
margin-top: 3px;
list-style-type:square;
list-style-position:inside;
}
