body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #5D5950;
	line-height: normal;
	padding: 0;
	margin: 10px 0 0 0;

}
a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #333;
	height: 1px;
	width: 100%;
}


form {
	margin: 0;
}
input,
textarea {
  color: #003;
  background-color: #fff;
  border: 1px solid #999;
}
img {
	float:left;
	margin: 0px 20px 20px 0;
}

/***********************************
container
************************************/
#mainContainer { 
	width:835px; 
	padding:2px; 
	align: centre;
	background: url(images/white_bg.jpg);
	margin:10px auto 0 auto; 
}

#container {
	width: 800px;
	padding: 14px;
	margin: 0px 3px;

}

/***********************************
masthead
************************************/
#masthead {
	background: url(images/header.jpg) no-repeat 100% 0;
	padding: 0px 0px 0px 0px;
	height:275px;
	}
	
#toplinks {
	padding: 170px 50px 50px 20px;
	height:275px;
	}
	
	
.site_name h1{
	color:#fff;
	margin: 0 0 70px 30px;
	font-size: 2em;
	}


#topmenu {
	background: url(images/menubg.jpg);
	height:37px;
	width:800px;
	margin: auto 0 0 auto;
	padding:0px;
}

.toplink  
{
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
	padding:11px;
}	


/***********************************
sidebar
************************************/
#sidebar {
	float: left;
	width: 200px;
	vertical-align: top;
	background-color: #FFF;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}
.menu{
	border: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #ccc;
}

.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid;
	border-color: #ccc;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.menu ul ul {
	padding-left: 10px;
	background-color: #ffffff;
	border-bottom: 0px;
	
	
}
.menu_current {
    text-decoration: none;
	color: #ffffff;
	background:url(images/link_over.jpg);
	height:25px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 8px 10px 4px 10px;
	color: #666666;
	display: block;
	height:25px;
	text-decoration: none;
	font-weight: bold;
	background:url(images/linkbg.jpg);
}
.menu a:hover {
	text-decoration: none;
	height:25px;
	color: #ffffff;
	background:url(images/link_over.jpg);
}


#tools {
	float: left;
	width: 180px;
	color: #666;
	text-align: center;	
	background:#EEE4C9;
	font-size: 100%;
	padding: 10px;
}
.tools input {
	width: 80%;
	font-size: 80%;
}
.tools a:link, .tools a:visited, .tools a:active {
	color: #999;
	text-decoration: none;
}
.tools a:hover {
	color: #FFF;
	text-decoration: none;
}

/***********************************
main content
************************************/
#mainContent {
	float:right;
	width: 540px;
	height:500px;
	padding: 20px;
	background-color: #FFF;
	position: relative;
	vertical-align: top;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;	
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	border-bottom: 1px dotted #BE5532; 
}
#mainContent a:hover {
	color: #666;
	background-color: #EEE4C9;
}
.illustrations {
	float:right;
	width: 200px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#mainContent h1 {
	font-size: 22px;
	color: #73655d;
	margin: 0px;
	border-bottom: 1px solid #EEE4C9;
	padding:8px;
}
#mainContent h2 {
	font-size: 14px;
	color: #3190cf;
	margin: 0px;
}
#mainContent h3 {
	font-size: 1.2em;
	color: #BE5532;
	margin: 0px;
}
#mainContent h4 {
	font-size: 1em;
	color: #BE5532;
	margin: 0px;
}

/***********************************
separator
************************************/

#clear
	{
	clear: both;
	height:0;
	}


/***********************************
footer
************************************/

#footer {
	color: #5D5950;
	vertical-align: bottom;
	text-align: center;
	font-size: .8em;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #333; color: #333; 
	}

