@charset "utf-8";
/* CSS Document */

body {
background-color: #00004A;

}

A:link {color: #012184; text-decoration:none}
A:visited {color: #012184; text-decoration:none}
A:active {color: #000000; text-decoration:none}
A:hover {color: #000000; text-decoration:none} 

.link2 a:link{
	text-decoration:none;
	color: #ffffff;
	}
.link2 a:visited{
	color: #ffffff;
	}
.link2 a:hover{
	color: #797A9B;
	}


#main {
    width: 940px;
    border: 0px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -470px; 
	margin-top:5px;

	background-color:#FFFFFF;
	}
	
#table1 {
	width:940px;
	height:149px;
	}
	
#table2{
	width:940px;
	height:48px;
	}
	
#table2image {
	width:276px;
	height:48px;
	float:left;
	}
	
#navigation {
	width: 655px;
	height:45px;
	float:left;
	padding-top:3px;
	}
	
#navigationlink {
	float:left;
	padding-left: 14px;
	padding-right:6px;
	padding-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	color: #012184;
	text-transform:uppercase;
	}
	
#navigationdivider {
float:left;
padding-top:7px;
}

#table3 {
	width:940px;
	height:53px;
	float:left;
	}
	
#table3image {
	width:276px;
	height:53px;
	float:left;
	}
	
#header {
	width: 655px;
	height:53px;
	float:left;
	}

#headertext {
	padding-top:30px;
	padding-left:70px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #012184;
	}
	
	#table4 {
	width:940px;
	float:left;
	}
	
#announcements {
	width: 273px;
	height: 160px;
	float:left;
	background-image: url(../images/announcements.jpg);
	background-repeat:no-repeat;
	padding-top:45px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

	}
	
#text {
	width: 582px;
	float:left;
	padding-left: 25px;
	padding-right:10px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333366;
	}

#divider {
	width: 940px;
	float:left;
	padding-top:5px;
	}
	
#table5 {
	width:940px;
	float:left;
	padding-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#2F5A81;
	}
	
#left {
	width:289px;
	height:111px;
	background-image: url(../images/bottomleft.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-top:50px;
	padding-left:40px;
	padding-right:5px;
	}
	
#left1 {
	float:left;
	width:140px;
}

#left2 {
	float:left;
		width:145px;
	}

#center {
	float:left;
	width:266px;
	height:111px;
		background-image: url(../images/bottomcenter.jpg);
	background-repeat: no-repeat;
	padding-top:50px;
	padding-left:35px;
		padding-right:5px;
	}
	
#center1 {
	float:left;
	width:140px;
}

#center2 {
	float:left;
		width:120px;
	}
	
#right {
	width:267px;
	height:111px;
	float:left;
		background-image: url(../images/bottomright.jpg);
	background-repeat: no-repeat;
	padding-top:50px;
	padding-left:33px;
	}
	
	
	

