#main a:link, 
#main a:visited, 
#main a:hover { 
 color: #8D807D; 
}

#menu a:link, 
#menu a:visited, 
#menu a:hover { 
 color: #FFFFFF; 
}

#footer_text a:link, 
#footer_text a:visited, 
#footer_text a:hover { 
 color: #FFFFFF; 
}   

li#current a:link, 
li#current a:visited, 
li#current a:hover { 
 color: #000000; 
}

ul.menu li#current ul li a span {color:#ffffff;}
ul.menu li#current ul li a span:hover {color: #ffffff; text-decoration:underline;}




body {
font-size:94%;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.3;
}

	
body {
	margin: 0; 
	padding: 0;
/*	text-align: center; /* this line is a hack for an old version of IE */
	background-color: #333333;
	font-family: verdana, helvetica, sans-serif;
	}
#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	}


#search {
   position: absolute;
   margin: 50px 0px;
	}

#image {
	float: left;
	width: 296px;
	height: 588px;
	margin: 0px 0px;
	text-align: left;
	padding: 0;
	background-color: #ffffff;
	font-size: 12px;
	color: #FFFFFF;
   background-image: url("../images/1.png");
   background-repeat: no-repeat;*/
	}
#header {
	float: left;
	width: 525px;
	height: 111px;
	margin: 0px 0px;
	text-align: left;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url("../images/header.png");
   background-repeat: no-repeat;
	}

#menu_text {
   position: absolute;
	float: left;
	width: 135px;
	height: 10px;
	margin: 515px 160px;
	text-align: left;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
        font-family: verdana, helvetica, sans-serif;
	color: #FFFFFF;
	}
	
#menu_position {
   position: absolute;
	float: left;
	width: 200px;
	height: 20px;
	margin: -15px -35px;
	text-align: left;
	padding: 0;
	font-size: 14px;
   font-family: verdana, helvetica, sans-serif;
	color: #FFFFFF;
	}

#menu {
	float: left;
	width: 159px;
	height: 588px;
	margin: 0px 0px;
	text-align: left;
	padding: 0;
	background-color: #cccccc;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url("../images/2.png");
   background-repeat: no-repeat;
	}
#main {
	float: left;
	width: 525px;
	height: 435px;
	margin: 0px 0px;
	padding: 0;
	background-color: #ffffff;
	font-size: 15px;
	color: #000000;
	}	

#footer {
	float: left;
	width: 525px;
	height: 42px;
	margin: 0px 0px;
	text-align: left;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url("../images/footer.png");
   background-repeat: no-repeat;
	}
	
#footer_text {
	float: right;
	width: 295px;
	height: 42px;
	margin: 3px 5px;
	text-align: right;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
   font-family: verdana, helvetica, sans-serif;
	color: #FFFFFF;
	}	


img {
	display: block;
	margin: 0px;
	}
	
	a {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

h1,.componentheading {
font-size:1.7em;
}

h2,.contentheading {
font-size:1.5em;
}

h3 {
font-size:1.3em;
}

h4 {
font-size:1.2em;
}

h5 {
font-size:1.1em;
}

h6 {
font-size:1em;
font-weight:700;
}

p { font-size: 80%;
	margin: 0;
	padding: 0px 0px 0 0px; 
	}

body.mceContentBody {
background-color: #FFFFFF !important;
background-image: none;
}






