﻿body {

	font-family: Arial, sans-serif;

	font-size: 100%;

	background-color: transparent;

	background-image: url(/images/pattern.gif);

	background-repeat: repeat;

	background-attachment: scroll;

	background-position: 0% 0%;

}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #000000;
}

strong {
	font-weight: 700;
}

h1 {
	font-size: 1.8em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}


#wrapper {
	width: 800px;
	background: #ffffff;
	margin: 0 auto;
	margin-top: 5px;
}

#header {
	overflow: hidden;
	width: 800px;
	height: 250px;
	background-image: url(/images/header.gif);
	margin: 0 auto;
}


#navbar {
width:800px;
height:36px;
float:left;
padding-top:0;
background-color:#009;
background-image:url(images/main_menu.gif);
background-repeat:no-repeat;
}

#main_menu {
width:800px;
height:36px;
float:left;
}



#main_menu a {
padding: 0px 20px 0px 20px;
display: block; 
}

#main_menu ul {
width:800px;
float:left;
text-align:left;
list-style:none;
line-height:36px;
margin:0;
padding:0;
}

#main_menu li {
width:auto;
float:left;
margin-right:0;
margin-left:0;
display:inline;
font-size:1.4em;
line-height:36px;
}

#main_menu a:link,#main_menu a:visited {
color:#FFF;
text-decoration:none;
font-weight:700;
height:36px;
line-height:36px;
}

#main_menu a:hover {
	background: #000;
	text-decoration: none;
	color: #FFF;
}


#container {
	width: 800px;
	background: #036D6B;
	overflow: hidden;
}

#maincontent {
	float: right;
	width: 620px;
	padding: 5px 5px 5px 15px;
	background: #ececec;
}

#sidebar {
	float: left;
	width: 155px;
	padding: 10px 5px 5px 0px;
	background: #036D6B;
	
}

#sidebar h3 {
	font-size: 1.0em;
	margin: 0 0 5px 10px;
	color: #ececec;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul ul {
	margin: 0px;
}

#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;

}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 2px 10px 0 25px;
	width: 205px;

} 

#sidebar ul ul li a:link, #sidebar ul ul li a:visited, #sidebar ul ol li a:link, #sidebar ul ol li a:visited{
  display          : block;
  font-size        : 11px;
  background-color : #106B6C;
  font-weight      : normal;
  padding          : 3px 0px 3px 5px;
  color            : #fefefe;
  width            : 155px;
  text-indent      : 10px;
  text-decoration  : none;
  border-top: #029A9F 1px solid;
  border-bottom: #0D595A 1px solid;
}

#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
  background-color : #11AFB0;
  font-size        : 11px;
  font-weight      : normal;
  text-decoration  : none;
  color            : #fefefe;
  text-indent      : 10px;
  border-top: #11AFB0 1px solid;
  border-bottom: #069C9D 1px solid;
}



#footer {
	width: 800px;
	height: 70px;
	background: #036D6B;
}


#footertext {
	font-size: 80%;
	padding: 25px 5px 5px 10px;
}

#copyright {
	font-size: 100%;
	padding: 10px 0px 10px 0px;
	color: white;
}

#copyright a {
	color: silver;
	font-size: 105%; 
}

