/* CSS Document */

/*background (gray)*/
body {
	background-color:#DEDCDC;
	font-family:Arial, Helvetica, sans-serif;
	word-spacing:normal;
	line-height:135%;
	}
	
/*actual page content*/
#container {
	width:750px;
	margin:20px auto;
	background-color:#ffffff;
	border:1px solid #ffffff;
	}
	
	
	
/*top image */	
#header {
	width:750px;
	padding:0px 0px 0px 0px;
	}
		
/*top navigation*/
#topnav
	{
	font-family:Helvetica, Arial, sans-serif;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding: 5px 3px 5px 3px;
	background-color: #2e4e96;
	color:#ffffff;
	letter-spacing: 1px;
	}
	
#topnav a:link
	{
	color: #ffffff;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	}

#topnav a:hover {
	color: #ffffff;
	text-decoration:underline;
	padding:0px 10px 0px 10px;
	}

#topnav a:active {
	color: #ffffff;
	}
	
#topnav a:visited {
	color: #ffffff;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	}



/*content that changes on each page*/
#content {
	width:500px;
	margin:10px 8px 10px 15px;
	float:left;
	border-right: 1px dotted #dedcdc;
	}

/*content box on index page*/	
#contentbox {
	background-color:#F1EFEF;
	margin:5px 5px 0px 5px;
	padding:10px 10px 10px 10px;
	border:	#dedcdc;
	}
	
/*maba logo box on right*/	
#rightbox {
	float:right;
	width:175px;
	margin: 10px 10px 5px 10px;
	padding:10px 5px 20px 5px;
	}

/*big h1 font headers for pages*/
h1 {
	font-size:20px;
	color: #000000;
	padding-top:10px;
	}
.h1 {
	font-size:20px;
	color: #000000;
	padding-top:10px;
	}	
/*a smaller header font size*/
h4 {
	font-size:11px;
	font-style:italic;
	}
.h4 {
	font-size:14px;
	font-style:italic;
	text-align:center;
	}
	

h3 {
	font-size:13px;
	}
.h3 {
	font-size:13px;
	}		

/*paragraph style for each page*/	
p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	padding: 0px 10px 0px 20px;
	}
	
	
/*class stle for contact information in right box*/	
.contact p{
	font-size:12px;
	padding:0px 0px 0px 10px;
	
	}
	
	
/*paragraph links*/		
p a:link, li a:link {
	color: #2e4e96;
	text-decoration: none;
	border-bottom: 1px dotted #2e4e96;
	}

p a:visited, li a:visited {
	color: #2e4e96;
	text-decoration: none;
	border-bottom:1px dotted #2e4e96;
	}
	
p a:hover, li a:hover {
	color: #2e4e96;
	border-bottom: 2px solid #2e4e96;
	}

/*list styles*/
ul {
	margin: 5px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	

	}

li {
	margin: 0px 0px 5px 0px;
	font-size:12px;
	text-decoration:none;
	}





#footer {
	border-top:1px solid #2e4e96;
	margin:2px 10px 5px 10px;
	clear:both;
	text-align:center;
	}
	
	
/*very bottom: blue background*/	
#bottom {
	background-color: #2e4e96;
	height:20px;
	color:#DEDCDC;
	font-size:9px;
	text-align:right;
	}

#bottom a:link {
 color: #DEDCDC;
	text-decoration: none;
	border-bottom: 1px dotted #DEDCDC;
}
