* {	margin: 0;
	padding: 0;
}
body {
	width:98%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:#004d75;
	margin: 10px auto;
	max-width:960px;
    }
#wrap {
	margin:0 auto;
	width:auto;
	height: auto;
	background:#004d75;
	border:2px solid #ffa85f;
    }


#header {
	height:108px;
	background-color: #004d75;
	background-repeat: no-repeat;
	background-position: 10px 2%;
	background-image: url(iconhead.jpg);
	
    }
#header form {
	float: right;
	text-align:right;
	margin-right:1%;
	margin-top: -30px;
}
#header form fieldset {
	border: none;
}
#header form input {
	background: #f1fafd;
}
#header form p span {
	color: #ffa85f;
	font-size:1.15em;
	text-align:left;
	padding:0;
}
#header form p {
	color:#f1fafd;
}
#header form p a{
	color:#ffa85f;
}
#header form p a:hover {
	color:#f1fafd;
}

#nav {
	clear:right;
	margin: 0 auto;	
	background: #004d75;
	width:auto;
	padding-top:20px;
	margin-left:10px;
	margin-right:10px;
    }
#nav ul{
	width:auto;
    list-style:none;
	background:#004d75;
    }
#nav li{
    display:inline;
	float: left;
    margin:0 8px 0 0;
    padding:0;
    }

#nav ul li a {
	display: block;
	float: left;
	text-align: center;
	color:#002031;
	height:30px;
	border-right:1px solid #ccffff;
	border-top: 1px solid #89cbe1;
	border-bottom:1px solid #ccccff;
	border-left:1px solid #1b73a1;
}
#nav ul li.current img {
	display: block;
	float: left;
	text-align: center;
	color:#002031;
	height:30px;
	border-right:1px solid #fee6d1;
	border-top: 1px solid #fadcc2;
	border-bottom:1px solid #f1fafd;
}
#nav ul li a:hover {
	border-bottom:1px solid #f1fafd;
	border-top:1px solid #f1fafd;
	height:30px;
}
#nav ul li a span {
	display: none;
}
#nav ul li a img {
	border: none;
}
#nav ul li.current span {
	display:none;
}
#content {
	clear:left;
	background:#f1fafd;
	margin-right:10px;
	margin-left:10px;
	width:auto;
}

#main {
	float:left;
	width:70.3%;
	margin:10px 5px 2% 10px;
    }
	
#content #main p, #main h2, #main h3, #main h4 {
		color:#004d75;
		padding:5px 10px 5px 0;
	}
#main .description img {
	float: left;
	padding-right:10px;
}
#main .description h2 {
}
.description {
	clear:both;
	margin-top:20px;
}

#sidebar {
    float:right;
    width:25.2%;
	margin:20px 10px 2% 5px;
	background:#c3e9fd;
    }
#sidebar object {
margin:auto;
background-position: center top;
}
.clear {
	clear: both;
}
#footer {
	clear:both;
	width:98%;
	margin: auto;
	background:#004d75;
}
	#footer p {
	padding:5px;
	font-size:.8em;
	}
#footer p a{
	color:#ccffff;
}
#footer p a:hover {
	color:#ffa85f
}

#header h1 span {
	display: none;
}
h1, h2, h3, h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	padding: 20px;
	font-style: normal;
	font-weight: bolder;
}
p, ul, ol{
font-size:1.5em;
line-height:1.2;
color:#ffffff;
}
a{
font-size:1em;
}
