@import url("reset.css");
/* CSS Document */

body {
  font: normal 12px/18px Arial, Helvetica, sans-serif; 
  border:#000;
  margin:0;
  padding:0;
  background-color:#105863;
}

/** Wrapper*/
#container {
  margin: 0; 
  padding: 0;
  padding:0;
}

#wrap-content {
	background:#FFF;
	margin: 0 auto; 
    padding:0;
	width: 1000px;
}

#logo {
  height:75px;
  padding-top: 20px;
  padding-left: 60px;
  background:#FFF;
}

#mainpicture {
	background:#FFF;
}

#belowpicture {
	background:#FFF;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align:center;
}

h1 {
	font-size: 18px;
	color:#105863;
	float:right;
	padding-top: 20px;
	padding-right: 20px;
}


h2 {
	color:#105863;
}


h5 {
	text-align:center;
	font-size:11px;
	color:#000;
}

#topmenu {
	text-align:center;
	background-color: #105863;
	color: #fff;
	width: 100%;
	float:left;
	font-weight:700;
	font-size: 11px;
}

#topmenu li {
	display: inline;
}

#topmenu li a {
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1.2em;
	padding-top: 1.2em;
  background-color: #105863;
  color: #FFF;
  text-decoration: none;

}
a:link, a:visited { color: #039; }
#topmenu li a:hover {
	color: #105863;
	background-color: #FFF;
}
#topmenu li#youarehere a { background-color: #3F3; }


#bottom-links {
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	background:#105863;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #0C3;
	border-bottom-color: #0C3;
	border-left-color: #0C3;
}

#bottom-links li {
	display: inline;
}

#bottom-links li a {
	text-decoration:underline;
	font-size: 13px;
	color: #FFF;
	font-weight:600;
	margin-right: 10px;
	margin-left: 10px;
}


#maincontent {
margin: 0 245px 0 45px;
color:#000;
text-align:justify;
}

#maincontent li {
	font-size:15px;
	font-weight:600;
	font-style:italic;
	font-stretch:expanded;
}

#rightcontent {
	float:right;
	width: 200px;
	margin-right: 30px;
	margin-top: -550px;
	color:#FFF;
}

img {
border: 0px none;
}