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

body {
	background-color: #333333;
	}
		
A:link {color: #990000; text-decoration:none}
A:visited {color: #990000; text-decoration:none}
A:active {color: #990000; 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: #DEC672; }
	
.navigation a:link{
	text-decoration:none;
	color: #990000;
	}
.navigation a:visited{
	color: #990000;
	}
.navigation a:hover{
	color: #333333;
	}


.navigation2 a:link{	text-decoration:none;	color: #333333;	}
.navigation2 a:visited{	color: #333333; }
.navigation2 a:hover{	color: #DEC672; }


#main {
    width: 945px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -472px; 
	margin-top:5px;
	background-color: #800000;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-bottom: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	}
	
#header {
	width: 945px;
	height: 226px;
	}
	
#header1 {
	width: 945px;
	height: 100px;
		border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	}
	
#logo {
	width: 473px;
	height: 100px;
	float:left;
	}
	
#contact_info {
	width: 462px;
	height: 80px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
	
#header_images {
	width: 945px;
	height: 126px;
	}
	
#bar {
	width: 945px;
	height: 10px;
	float: left;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px;
	border-bottom: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	}

#main_body {
	width: 945px;
	height: 414px;
	background-color:#FFFFFF;
	float: left;
	}
	
#left_image {
	width: 273px;
	height: 414px;
	float: left;
	}
	
#middle_text {
	width: 456px;
	height: 414px;
	float: left;
	}
	

	
#welcome {
	width: 456px;
	height: 228px;
	}
	
#welcome1 {
	width: 456px;
	height: 50px;
	padding-top:5px;
	}
	
#welcome2 {
	width: 290px;
	height: 50px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	color: #990000;
	text-align: right;
	padding-right: 10px;
	}
	
.welcometext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	padding-left: 5px;
	padding-right: 10px;
	}
	
#welcome3 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#announcements {
	width: 451px;
	height: 180px;
	background-image: url(../images/announcements_bg.jpg);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-right: 5px;
	}
	
.announcements_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	font-weight: 600;
	}
	
#announcements2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#right_bar {
	width: 201px;
	height: 409px;
	float: left;
	padding-top: 5px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #990000;
	padding-right: 15px;
	background-image:url(../images/navigation_bg.jpg);
	background-repeat:no-repeat;
	}
	
.navigation2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding-top: 25px;
	}
	
