@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li  {
	background:#999999;
	font:100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}

a { 
color: #000000;
text-decoration:underline; }

a:visited{
color: #000000;
text-decoration:underline; 
}

a:hover{color:#6699ff;}

#wrapper {
	width: 700px;
	margin: 20px auto; 
	background:#FFFFFF;
	text-align: left;
}

 #sidebar1 {
	float: left; 
	width: 200px; 	height: 100%;
	background: #FFFFFF; 
	padding: 10px 10px 0px 10px;
}
#sidebar1 .title{
border:thin solid #999999;
padding: 5px 5px 5px 5px;
}




#menu {
	font-size:14px;
	padding: 0px 10px 2px 15px;;
	}
	
#menu a:link {
	color: #000000;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}

#menu a:visited{
color: #000000;
text-decoration:none; 
}

.onmenu {
color:#6699ff;
}

#menu a:hover{color:#9999ff;}

#mainHead{
}

#mainContent {
	
	margin-left:225px;
	padding: 10px 10px 0px 10px;
	font-size:12px;

}

#imageholder{
	}

#mainContent .mainImage{
	border:thin solid #999999;
	padding: 5px 5px 5px 5px;
	
}


.leftbox {
margin-top:35px;
float:left;
}




.bold {
	font-size:17px;
	font-weight:bold;
	}

.header {
	font-weight:bold;
	font-size:17px;
	color:#9999ff;
	}


#footer {
	padding: 0 10px;
	background:#DDDDDD;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}


/*dreamweaver code*/

 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>
