/* CSS Document */

*{
margin:0; padding:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #057779;
}

A:link, A:visited, A:active {
	color: #df4aaa;
	font-weight: bold;
}

#wrapper {
	width: 783px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	margin-top: 10px;
}

#header {
	padding-top: 10px;
	margin-left: 10px;
}

#header img{
	display:block;
}

#nav {
	float: left;
	background-image:url(../images/menubg.gif);
	background-repeat: repeat-x;
	list-style: none;
	width: 763px;
	height: 60px;
}

#nav li {
	float: left;
}

#nav li a {
	padding: 15px 6px 5px 6px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover {
	padding: 15px 6px 33px 6px;
	background-image:url(../images/menuRO.gif);
}

#main {
	width: 480px;
	float: left;
	background: #f4f4f4;
	margin: 10px 0 0 10px;
	min-height:220px;
  	height:auto !important;
  	height:215px;
}

#main p {
	padding: 5px;
	font-size: 1.1em;
}

#main h1 {
	padding: 5px 0 0 5px;
	font-size: 1.4em;
	color: #098b8d;
	text-transform: uppercase;
}

#sidebar {
	width: 273px;	
	min-height:215px;
  	height:auto !important;
  	height:215px;
	float: right;
	margin: 10px 10px 0 0;
}

#sidebox {
	margin-top: 5px;
	background-color: #f4f4f4;
	padding: 3px 5px 5px 5px;
	color: #000000;
	min-height:105px;
	height: 105px;
}

#sidebar h2 {
	font-size: 1.4em;
	color: #098b8d;
}

#footer {
	clear: both;
	background-color: #E4E4E4;
	text-align:center;
	padding: 4px;
}

#bottommenu {
	clear: both;
	padding: 4px;
	list-style: none;
	text-align:center;
}

#bottommenu li {
	display: inline;
}

#bottommenu li a {
	border-right: solid thin #eae8e8;
	padding: 0 5px 0 5px;
	color: #B7B6B6;
	font-weight: bold;
	text-align:center;
}

#bottommenu li a:hover {
	color: #d22794;
}

#bottommenu li:first-child {
	border-left: solid thin #eae8e8;
	padding-left: 3px;
}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: inherit;
	color: #098b8d;
}
