@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/back.jpg) repeat-x fixed;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #330066;
}
#container { 
	width: 900px;  
	background: url(images/main.png);
	margin: 0 auto; 
	
	text-align: left;
	
} 

#header { 
	
	width:900px;
	height:142px;
	
	padding-top: 10px;
	
} 
#header h1 {
	margin: 0; /* zero the margin to avoid margin collapse */
	padding:  0; 
}
/* topnav details */
#topnav {
	background: url(images/topNav.jpg) repeat-x;
	
	margin-top: 0px;
	padding-bottom:10px;
	padding-top:5px;
	text-align: center;
	font-weight:bold;
	font-size:12px;
}

#topnav ul {
	list-style-type: none;
}

#topnav li{
	display: inline;
}

#topnav a {		
	
	color: #e8dbc9;
	text-decoration: none;

}
#topnav a:link, #topnav a:visited {
	padding: 5px 7px;
	color: #e8dbc9;
	text-decoration:underline;


}	

#topnav a:hover {
	color: #e8dbc9;
	background-color:#330066;
	
}
#topnav a:active {
	color: #c90000;
	
	border: 1px solid #066;
	}

/*sidebar1 sidenav1 info*/
#sidebar1 {
	float: left; 
	width: 215px; /* width must be provided to float */
	background: url(images/sidebar.jpg) repeat-x;
	color:#e8dbc9; 
	padding: 10px 5px;
	margin-top:110px; 
	margin-left: 0px;
	line-height:25px;
	font-weight:bold;
	font-size:85%;
}


#sidebar1 ul {
list-style:none;
}

#sidebar1 li{
	display:list-item;
}

#sidebar1  a {		
	padding: 7px;
	color: #e8dbc9;
	text-decoration: none;
	

}
#sidebar1  a:link, #sidebar1  a:visited {
	padding: 7px;
	color: #330066;
	text-decoration: none;
	
}	

#sidebar1  a:hover {
	color:#330066;
	
	
}
#sidebar1  a:active {
	color: #c90000;
	border: 1px solid #066;
	}
	
/*sidebar2 sidenav2 info*/
#sidebar2 {
	float: right; 
	width: 160px; /*width must be provided to float*/
	background:#795b4b;
	padding: 10px; 
	margin-top:55px;
	margin-right: 10px;
	text-align:center;
}
#mainContent { 
	
	color:#02013a;
	margin: 100px 0px 10px 250px; 
	padding: 10px 30px 10px 10px;
	line-height: 20px;
	
	
} 

#mainContent2 { 
	background: #e8dbc9;
	color:#02013a;
	margin: 0 20px 10px 250px; 
	padding: 10px; 
	margin-top:55px;
	
} 
#footer {
	padding: 5px;
	
	background: url(images/footer.jpg) repeat-x;
	text-align:center;
	font-size:75%;
	
	height: 30px;
} 
#footer p {
	margin: 0; /* zero the margins to avoid margin collapse */
	padding: 10px 0; 
	
}
#footer ul {
	list-style-type: none;
}

#footer li{
	display: inline;
}

#footer a {		
	
	color: #e8dbc9;
	text-decoration: none;

}
#footer a:link, #footer a:visited {
	padding: 5px 7px;
	color: #e8dbc9;
	text-decoration:underline;


}	

#footer a:hover {
	color: #e8dbc9;
	background-color:#330066;
	
}
#footer a:active {
	color: #c90000;
	
	border: 1px solid #066;
	}
	
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*basic links and headings*/
a:link {
	color: #e8dbc9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330066;
}
a:hover {
	text-decoration: underline;
	color: #330066;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 22px;
	font-family:"Lucida Calligraphy", "Monotype Corsiva", "Times New Roman", serif;
	color: #330066;
}
h2 {
	font-size: 18px;
	font-family:"Lucida Calligraphy", "Monotype Corsiva", "Times New Roman", serif;
	color: #ff6600;
}
h3 {
	font-family:"Lucida Calligraphy", "Monotype Corsiva", "Times New Roman", serif;
	font-size: 18px;
	color: #330066;
}
h4 {
	font-family:"Lucida Calligraphy", "Monotype Corsiva", "Times New Roman", serif;
	font-size: 14px;
	color: #ff6600;
}
h5 {
	font-size: 16px;
	color: #330066;
}
h6 {
	font-size: 12px;
	color: #ff6600;
}