body
{
	
	background-color:black;
	margin:0; 
 	padding:0;
 	text-align:center;
}

h3,h4
{
	color:#003E7B;
	font-family:Arial;
}

#header
{
	float:left;
	height:235px;
	width:1024px;
}

#page
{

	width:1024px; 
	background-color:black;
	margin:0 auto 0 auto;
	text-align:left;
}

#logo
{
	position:absolute; 
	top:10px; 
	z-index:2; 
	margin-left:10px;
}

#menu_bar
{
	z-index:1; 
	position:absolute; 
	top:89px; 
	height:128px; 
	width:1024px; 
	background-image:url('../images/menu_bar.jpg');
}

#button1
{
	z-index:3; 
	position:absolute; 
	top:50px; 
	left:20px;
	width:203px;
	height:73px;
	text-align:center;
	background-image:url('../images/button.jpg');
}

#button2
{
	z-index:3; 
	position:absolute; 
	top:50px; 
	left:220px;
	width:203px;
	height:73px;
	text-align:center;
	background-image:url('../images/button.jpg');
}

#button3
{
	z-index:3; 
	position:absolute; 
	top:50px; 
	left:420px;
	width:203px;
	height:73px;
	text-align:center;
	background-image:url('../images/button.jpg');
}

#button4
{
	z-index:3; 
	position:absolute; 
	top:50px; 
	left:620px;
	width:203px;
	height:73px;
	text-align:center;
	background-image:url('../images/button.jpg');
}

#button5
{
	z-index:3; 
	position:absolute; 
	top:50px; 
	left:820px;
	width:203px;
	height:73px;
	text-align:center;
	background-image:url('../images/button.jpg');
}

.divMenuLink
{
	z-index:4; 
	text-align:center; 
	margin-left:-10px; 
	position:absolute; 
	margin-top:25px; 
	width:203px; 
	height:73px;
}

.menuLink A:link 
{
	text-decoration:none;
	font-size:16px;
	color:white;
	font-family:Arial;
	font-weight:bold;
}

.menuLink A:visited 
{
	text-decoration:none;
	font-size:16px;
	color:white;
	font-family:Arial;
	font-weight:bold;
}

.menuLink A:active 
{
	font-size:16px;
	color:red;
	font-family:Arial;
	font-weight:bold;
}
.menuLink A:hover 
{
	text-decoration: underline; 
	color: red;
}

#menu_shadow
{
	z-index:1; 
	position:absolute; 
	top:217px; 
	height:121px; 
	width:1024px; 
	background-image:url('../images/menu_shadow.jpg');
}

#content_top_left
{
	float:left;
	margin-left:10px;
}

#content_top_middle
{
	float:left;
	background-color:white;
	width:978px;
	height:13px;
}

#content_top_right
{
	float:left;
}

#content_area
{
	float:left;
	width:1024px;
}

#main_content
{
	float:left;
	margin-left:10px;
	width:1004px;
	background-color:white;
}

#footer_left
{
	float:left;	
}

#footer_middle
{
	float:left;
	background-image:url('../images/middle_footer.jpg');
	width:934px;
	height:142px;
	text-align:center;
}

#footer_right
{
	float:left;
}

.footer1
{
	font-family:Arial;
	float:left;
	font-size:20px;
	color:black;
	margin-top:20px;
	width:100%;
	
}

.footer1 a
{
	color: #003E7B;
	font-family:Arial;
	font-size:16px;
	text-decoration:none;
}

.footer1 a:hover
{
	color: #003E7B;
	font-family:Arial;
	font-size:16px;
	text-decoration:underline;
}

.footer2
{
	font-family:Arial;
	font-size:10px;
	color:black;
	width:100%;
}

.txt
{
	font-family:Arial;
	font-size:12px;
	color:Black;
}

p
{
	font-family:Arial;
	font-size:12px;
	color:Black;
}

a
{
	font-family:Arial;
	font-size:12px;
	color:red;
	text-decoration:none;
}

a:hover 
{
	text-decoration: underline; 
	color: red;
}

b
{
	color: #003E7B;
}

ul
{
	list-style-type:circle;
}

li
{
	font-size:12px;
	font-family:Arial;
}

/*test for rollover*/

.rollover a {
	display:block;
	width: 150px;
	height: 170px;
	padding:10px 10px 10px 7px;
	font: bold 13px sans-serif;
	
	background: url("../images/hover_menu.png") 0 0 no-repeat;
	text-decoration: none;
}
.rollover a:hover { 
	background-position: -168px 0;
	
}
.rollover a:active {
	background-position: -336px 0;
	
}




