html,*{
margin:0;
padding:0;
}
:focus{outline:none;}
body {
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #B0DEDE;
	margin: 0;
	padding: 0;
	font-family:Verdana;
	background-image: url(images/bodybg.jpg);
}
a {
	color: #DFB482;
	text-decoration: none;
}
a:hover{
color:#666666;
}
#topbar {
	background-image: url(images/topbg.png);
	background-repeat: repeat-x;
	height: 30px;
	color: #FFFFFF;
padding-top:4px;
}
#topbarnav {
	width: 900px;
	margin: 0 auto;
	text-align: right;
font-size:12px;
font-weight:bold;
padding-right:20px;
}
#topbarnav a {
	color: #FFFFFF;
}
#topbarnav a:hover {
	color: #DFB499;
}

#wrapper {
	width: 898px;
	margin: 0 auto;
	margin-top: -8px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	border-bottom: 3px solid #3F4949;
	border-left: 3px solid #3F4949;
	border-right: 3px solid #3F4949;
}
#shadow {
	background-image: url(images/bodybg.png);
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: center top;
}

#banner{
}


#banner #images {
/*	background-image: url(images/bannerimage.jpg); */
	background-repeat: no-repeat;
	background-position:top left;
	background-color:#3B9292;
	margin-left:0px;
}
#banner #images img{
width:730px;
height:195px;
}
#header {
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	height: 201px;
}
#mainmenu{
	width:165px;
	height:auto;
	background-color: #3B9292;
	border-left: 3px solid white;
}
#mainmenu ul{
margin-left:0px;
list-style-position:inside;
}
#mainmenu li{
	list-style-type:square;
	color:#E0B484;
	padding:8px 0px 8px 10px; 
	border-bottom:1px solid black;
	border-top:1px solid #cccccc;
}
#mainmenu li.menu-last{
border-bottom:none;
}
#mainmenu li.menu-first{
border-top:none;
}
#mainmenu li a{
font-size:14px;
color:white;
text-decoration:none;
}
#mainmenu li a:hover{
color:#E0B484;
}
#sidebar{
	width:180px;
	float:left;
	padding:10px;
	margin-top: 55px;
	margin-right: 20px;
margin-bottom:60px;
}
#leftmenu li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F8484;
	border-bottom: 1px solid #DFB482;
	padding: 10px 0;
}
#leftmenu li a {
	color: #7F8484;
}
#leftmenu li a:hover {
	color: #DFB482;
}


#leftmenu li.menu-current a{
	color: #DFB482;
}

#main{
}
#separator{height:35px;background:white;}
#content{
	float:left;
	width:645px;
	padding:10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #7F8484;
	font-size: 14px;
}
#content p {
	margin: 20px 0;
	line-height: 1.5;
}

#content h1 {
	color: #DFB482;
	font-weight: normal;
	font-size: 36px;
	margin: 0 0 25px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 36px;
}

#content h2{
font-family:Verdana;
font-weight:normal;
margin:0 0 15px 0;
font-size:24px;
}

#footer{
	clear:both;
	background-image: url(images/footerbg.jpg);
	height: 17px;
	padding: 15px 10px;
	color: #245858;
	font-size: 15px;
	letter-spacing: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a{
	color: #245858;
}
#footer a:hover{
color: #666666;
}
#copyright {
	color: #DFB482;
	font-size: 9px;
	padding: 5px;
	margin: 0 auto;
	background-repeat: no-repeat;
	border-top: 4px solid #3F4949;
}
#copytext {
	padding: 5px;
}
#content ul{
margin:10px 30px;
}
#content li{
padding:5px;
}

