body
{
	margin:0px 0px 0px 0px;
	background-color:#19314B;
	background-image:url(../images/blue_pattern.gif);
	font-family:Trebuchet MS,Verdana,Helvetica,Arial,san-serif;
	font-size:12px;
}

p
{
	margin-top:10px;
	margin-bottom:0px;
}

ul
{
	list-style-type : disc;
	margin-bottom:0px;
}

td
{	
	font-size:12px;
	font-family:Trebuchet MS,Verdana,Helvetica,Arial,san-serif;
}

a:link,a:visited,a:active
{
	color:#003376;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a.staff:link,a.staff:active,a.staff:visited
{
	color:#003376;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}

a.staff:hover
{
	color:#006127
}

#header
{
	position:absolute;
	top:10px;
	left:10px;
	width:800px;
	height:90px;
	background-image:url(../images/header_back.gif);
}

#header_left_side
{
	position:absolute;
	left:0px;
	top:0px;
}

#header_right_side
{
	position:absolute;
	right:0px;
	top:0px;
}

#menu
{
	position:absolute;
	bottom:3px;
	left:200px;
}

#date
{
	position:absolute;
	right:100px;
	top:20px;
	font-weight:bold;
	color:black;
}

#major_container
{
	position:absolute;
	left:10px;
	top:100px;
	width:800px;
}

#body_content
{
	background-color:white;
	background-image:url(../images/shadow_back.gif);
	background-repeat: repeat-x;
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
}

#content
{
	padding:50px 35px 10px 35px;
}

#footer
{
	text-align:center;
	font-size:11px;
	color:#666666;
	background-color:white;
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
	padding-bottom:15px;
}

#bottom
{
	background-color:#FFFFFF;
	height:10px;
	background-image:url(../images/bottom_right_corner.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#logo
{
	position:absolute;
	top:22px;
	left:24px;
}

#banner
{
	margin:0px 0px 10px 0px;
}

#home_images
{
	margin:0px 0px 0px 0px;
	text-align:justify;
}

.sub_banner
{
	margin:5px 0px 5px 0px;
}

.sub_header
{
	padding:3px 0px 3px 5px;
	border: 1px #999999 solid;
	font-weight:bold;
	font-size:14px;
	color:#003376;
	margin:10px 0px 10px 0px;
}

.right_col
{
	width:100%;
}

.left_col
{
	width:300px;
}
	
/* hide from IE Mac \*/
.left_col{float:left};

.photo
{
	border:1px #003376 solid;
}

.bullet
{
	margin-left:5px;
	margin-right:5px;
	color:#003376;
	font-size:14px;
}

.menu_bullet
{
	margin-left:10px;
	margin-right:10px;
	color:#FFFFFF;
}

a.footer_link:link,
a.footer_link:active,
a.footer_link:visited
{
	text-decoration:none;
	color:#666666;
}

a.footer_link:hover
{
	text-decoration:underline;
}

a.menu_link:link,
a.menu_link:active,
a.menu_link:visited
{
	text-decoration:none;
	color:#FFFFFF;
	font-family:Tahoma,Verdana,Arial,Helvetica,San-serif;
	font-weight:bold;
	font-size:12px;
}

a.menu_link:hover
{
	color:#FE9C03;
}

.subheader
{
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	color:#003376;
}

.txt_box
{
	border:1px #999999 solid;
}			
						
.submit_btn
{
	font-family:Tahoma,Verdana,Arial,Helvetica,San-serif;
	cursor:hand;
	font-size: 8pt;
	font-weight:bold;
	border:1px #999999 solid;
	background-color:#003376;
	color:white;
	height:20px;
  }
			  
.submit_btn_highlight
{
	cursor:hand;
	font-size: 8pt;
	font-weight:bold;
	border:1px #808080 solid;
	background-color:#660033;
	color:white;
	height:20px;
 }		
 
 .top_button
 {
 	margin:10px 0px 10px 0px;
}
 
.errorMessageItem
{
	/*margin-bottom:5px;*/
}

a.errorLink:link,a.errorLink:visited
{
	color:#660033;
	font-weight:bold;
	font-size:9px;
	text-decoration:none;
}

a.errorLink:hover
{
	color:#660033;
	font-weight:bold;
	font-size:9px;
	text-decoration:underline;
}

#errorLayer
{
	width:600px;
	/*background-color:#d9d9d9;*/
	color:#000066;
	font-weight:bold;
	font-size:12px;
	/*padding:20px;*/
	/*border:1px #000000 solid;*/
	display:none;
	margin:10px 0px 10px 2px;
}