body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
}
* {
	line-height:1.5em;
}
/* forms */
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 3px 4px;
}

option {
	text-indent:8px;
}
p a {
	border-bottom: 1px solid #fff;
	padding-bottom:1px;
	color:#fff;
	text-decoration: none;
}
p a:hover {
	color: #0D5E95;
	border-color: #0D5E95;
}
.content p a:hover {
	color: #FFCC00;
	border-color: #FFCC00;
}

#outerWrapper {
	width: 100%;
	background:#41B0DD url(../img/bg.jpg) repeat-x;
	padding-top:14px;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#header {
	width: 900px;
	height: 105px;
}
.logo {
	float:left;
	padding-left:50px;
}

h1, h2, h3{
	font-weight:normal;
	line-height:normal;
}
.ln {
	background:url(../img/dotted.gif) repeat-x bottom;
}
.lnTop {
	background:url(../img/dotted.gif) repeat-x top;
}
/* footer */

#footer {
	clear: both;
	padding-top:10px;
	background:#fff;
	color:#008CC7;
	font-size:10px;
}
.innerFooter {
	width:800px;
	margin:0 auto;
}
#footer p{
	padding-bottom:10px;
	
}
#footer p a {
	border-bottom: 1px solid #008CC7;
	padding-bottom:1px;
	color:#008CC7;
	text-decoration: none;
}
#footer p a:hover {
	color: #0D5E95;
	border-color: #0D5E95;
}
.none {
	visibility:hidden;
	height:0;
	border:0;
}
/* menu */

#menu {
	width: 310px;
	padding-top:80px;
	float:right;
}
#menu ul {
	line-height: normal;
}
#menu li {
	display: inline;
}
#menu a {
	font-weight:700;
	display: block;
	float: left;
	padding-right:20px;
	text-decoration: none;
	font-size: 13px;
	color: #1370AD
}
#menu a:hover, #menu li.active a {
	color: #084A78;
}
.content {
	margin:20px auto 8px;
	width: 802px;
}
.el1, .el2 {
	clear:both;
	height:20px;
	padding:10px 0 10px 14px;
	border-bottom:1px #2080BA solid;
}
.el1 {
	background:#3CA8D6;
}
.el2 {
	background:#339AC6;
}

.evolveLink span{
	display:none;
}