/* CSS Document */

/******************** LAYOUT **************************/

body {
	background-image:url(../images/main_bg.gif);
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#313131;
	font-size:13px;
	line-height:16px;
}

#main_wrapper {
	width:970px;
}

#shadow_pad {
	background-image:url(../images/content_bg.png);
	padding:0 35px 0 35px;
}

#header {
	background-color:#002d36;
	height:175px;
	width:900px;
	position:relative;
}

#logo {
	height:92px;
	width:900px;
	background-image:url(../images/header_bg.gif);
}

#mission {
	height:176px;
	width:249px;
	position:absolute; 
	left:600px; 
	top:10px;
}

#content {
	width:900px;
}

#main_col {
	background-image:none;
	width:679px;
	float:right;
	margin-left:-171px;
	padding:10px 25px 10px 25px;
}

#left_col {
	float:left;
	width:171px;
}

#footer {
	height:78px;
	width:970px;
	margin:0;
	padding:0;
}

.navbar_off {
	text-align:right;
	width:151px;
	height:16px;
	background-image:url(../images/nav_bg.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:16px;
	padding:4px 12px 6px 8px;
}

.navbar_on {
	text-align:right;
	width:151px;
	height:16px;
	background-image:url(../images/nav_bg_on.gif);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#013039;
	font-size:16px;
	padding:4px 12px 6px 8px;
}

#navbar a:hover {
	text-decoration:none;
}

#subpage {
	width:155px;
	background-color:#80969b;
	color:#013039;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	padding:2px 12px 2px 4px;
}

#subpage a {
	color:#013039;
}

/******************** STYLES **************************/

a {
	color:#355b72;
	text-decoration:none;
}

a:hover {
	color:#355b72;
	text-decoration:underline;
}

h1 {
	color:#355b72;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
}

h2 {
	color:#355b72;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
}

.header {
	color:#355b72;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}

.copyright {

}

.copyright a {

}

.error {
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}