/* CSS Document */

body {
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom:10px;
	background-color: #e8e7da;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.style1 {color: #FFFFFF}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style3 {font-family: Geneva, Arial, Helvetica, sans-serif}

#topBar {
	background-color: #e8e7da;
	height: 50px;
	color: #425A88;
	font-size: 12px;
	text-align: right;
}

#topBar a:link, #topBar a:visited {
 	background-color: #e8e7da;
	color: #425A88;
	text-align: left;
	text-decoration: none;
}

#topBar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#navBar ul {
 	/*/*/padding-left: 1em;
 	margin-left: 1em;
 	list-style-type: none;/* */
 }
 
 
 
#navBar li {
 	/*/*/margin: 0px 3px 3px 0px; /* */
	text-style: bold;
 }
	 

#navBar {
	background-color: #2b3859;
	width: 210px;
	padding: 5px;
	}
	
#content {
	background-color: #FFFFFF;
	padding: 5px;
	width: 490px;
}

#content a:link, a:visited {
	color: #425A88;
	text-decoration: underline;
}	
	
 h1 {
	font-size: 160%;
	color: #425A88;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
 h2 { 
 	font-size: 130%; 
 	color: #425A88;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
 h3 {
 	font-size: 120%;
	color: #425A88;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
 h4 {
 	font-size: 110%;
	color: #425A88;
	font-style: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}	

#footer {
	background-color: #48778D;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
	
#banner {
	width: 560px;
	background-color: #FFFFFF;
	
}

#current {
	width: 700px;
	border-top: 1px solid #425a88;
	border-bottom: 1px solid #425a88;
	text-align: center;
	font-size: 10px;
	}

#current a:link, a:visited {
	color: #425A88;
	text-decoration: none;
}	
	
#current a:hover {
	text-decoration: underline;
	
}	


	
