@charset "utf-8";

/* CSS Document */

body {
background-color: #612386;
margin: 0px;
}

A.main:visited  {color: #000000; text-decoration: none}
A.main:link  {color: #000000; text-decoration: none}
A.main:active  {color: #000000; text-decoration: none}
A.main:hover   {
	color: #5A6C11;
	text-decoration: none
}

A.main2:visited  {color: #000000; text-decoration: none}
A.main2:link  {color: #000000; text-decoration: none}
A.main2:active  {color: #000000; text-decoration: none}
A.main2:hover   {
	color: #5A6C11;
	text-decoration: underline
}



.header {
	height: 263px;
	width: 800px;
}

.nav {
	height: 50px;
	width: 800px;

}.footer {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;
	padding-right: 5px;
}
A.footer:visited  {color: #999999; text-decoration: none}
A.footer:link  {color: #999999; text-decoration: none}
A.footer:active  {color: #999999; text-decoration: none}
A.footer:hover   {
	color: #999999;
	text-decoration: none
}

img{ border: 0;

}


.main_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	width: 600px;
	padding-top: 0px;
	padding-right: 20px;
}
.left_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	height: 100%;
	width: 145px;
	padding-left: 3px;
	padding-top: 0px;
}
.main_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 5px;
}

.sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-right: 25px;

}
.sub_header_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 400px;
	left: 100px;
	position: relative;

}


.main_content li {
	list-style-type: disc;
}
.main_image_right {
	float: right;
	padding: 5px;
}

.main_image_left {
	position: static;
	float: left;
	clear: right;
	padding: 5px;
}
.red {color: #CC0000}
.h_bar {
	height: 5px;
	width: 610px;
	background-image: url(img/h_bar.gif);
}
.purple {
	background-color: #612386;
	height: 5px;
	width: 100%;
}
.grey {
	background-color: #666666;
	height: 5px;
	width: 100%;
}

.green {
	background-color: #9EBB23;
	height: 5px;
	width: 100%;
}

.blue {
	background-color: #0099FF;
	height: 5px;
	width: 100%;
}

.orange {
	background-color: #FF9900;
	height: 5px;
	width: 100%;
}





body{
		font-family: Arial, Helvetica, sans-serif;
		margin-top:0px;
					
	}
	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:1px solid #000000;	

	}
	.bodyText p{
		margin-top:5px;
	}
	#mainContainer{
		width:760px;
		height:600px;
		border:1px solid #000000;
		margin:0 auto;
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:85px;			
	}
	#mainMenu{
	background-color: #612386;	/* Background color of main menu */
	font-family: Arial, Helvetica, sans-serif;	/* Fonts of main menu items */
	font-size:13px;	/* Font size of main menu items */
	border-bottom:;	/* Bottom border of main menu */
	height:25px;	/* Height of main menu */
	position:relative;	/* Don't change this position attribute */

	}
	
	#mainMenu a{
	padding-left:5px;	/* Spaces at the left of main menu items */
	padding-right:5px;	/* Spaces at the right of main menu items */
		font-weight: ;
		color:#FFFFFF;
		text-decoration:none;
	/* Don't change these two options */
	position:absolute;
	bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	padding-top: 5px;
	padding-bottom: 5px;
	}
	#submenu{		
		font-family: Arial, Helvetica, sans-serif;	/* Font  of sub menu items */
		background-color:#ffffff;	/* Background color of sub menu items */
		
		width:100%;	/* Don't change this option */
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		border-left:;
		border-top:;
		border-right:;		
		background-color: ;	/* Background color */
		text-decoration:underline;
		color:#ffffff;
		
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #ffffff;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color: #000;	/* Text color */
		font-size:13px; 
	}
	
	#submenu a:hover{
	color: #5A6C11;	/* color when the user moves the mouse over sub menu items */
	}
	
	.photo_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
	.photo_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
	.left_abs {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	position: absolute;
}
	.right_map {
	float: right;
	padding-left: 10px;
	padding-bottom: 80px;
}

#corp a:hover   {background-color:#0099FF; color:#FFFFFF }

#gov a:hover   {background-color:#FF9900; color:#FFFFFF }

#edu a:hover   {background-color:#9EBB23; color:#FFFFFF }

#sec a:hover   {background-color:#666666; color:#FFFFFF }
	
	</style>
