body {
background:#ffffff url('../images/banner1_01.jpg') no-repeat top left;
}

#div_body {
border:0px solid green;
width:800px;
height:800px;
margin:0px auto;
padding-right:0px;
float:left;

}

#div_banner {
border:0px solid blue;
width:800px;
height:154px;
}

#div_main {
font-family:arial;
color:#333333;
font-size:.75em;
width:500px;
text-align:left;
float:left;
border:0px solid #cccccc;
margin:0px; /*this sets it not in a sequence order! */
padding:20px;
}
a:link {text-decoration: underline;color:#ff6600}
a:visited {text-decoration: none;color:#9966ff;}
a:active {text-decoration: none;color:#ffff00;}
a:hover {text-decoration: none; color: red;color:#ffcc00;}

.bold {
	font-weight:bold;
	}


#div_sidebar {
float:left;
width:200px;
height:500px;
border:0px solid red;
font-family:arial;
font-size:.85em;
margin-top:30px;
/*line-height:1.8;*/
padding-left:10px;
}

h4 {
	font-size:1.2em;
	/*color:#ffaa00;*/
	/*color:#cc3300;*/
	/*color:#003366;*/
	color:#003366;
	border:0px solid green;
	background:#ccccff;
	width:100%;
	padding:3px;

	}

h3 {
	font-size:1.2em;
	/*color:#ffaa00;*/
	/*color:#cc3300;*/
	color:#003366;


	}

a.title:link {text-decoration: none;color:#003366;}
a.title:visited {text-decoration: none;color:#003366;}
a.title:active {text-decoration: none;color:#777777;}
a.title:hover {text-decoration: underline; color: red;color:#eeeeee;}

a.menu:link {
text-decoration: none;
color:#777777;
display:block;
width: 165px;
height: 20px;
background:#ffffff;
border:1px solid white;
padding-left:20px;
padding-top:3px;
}
a.menu:visited {
text-decoration: none;
color:#777777;
display:block;
width: 165px;
height: 20px;
background:#ffffff;
border:1px solid white;
padding-left:20px;
padding-top:3px;
}
a.menu:active {text-decoration: none;color:#777777;
text-decoration: none;
color:#777777;
display:block;
width: 165px;
height: 20px;
background:#ffffff;
border:1px solid white;
padding-left:20px;
padding-top:3px;}

a.menu:hover {
text-decoration: none;
/*color:#6699cc;*/
color:#ff9933;
display:block;
width: 165px;
height: 20px;
background:#eeeeff;
border:1px solid white;
padding-left:20px;
padding-top:3px;
}