body {
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 12px;
	line-height: 1.75em;
	background-image: url(images/bodyBkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #3c5389;
	margin: 0px;
	padding: 0px;
}
#header {
	text-align: center;
	clear: both;
	float: left;
	height: 111px;
	width: 100%;
}
#header .logo {
	margin-top: 0px; margin-bottom: 0px;
}

#main {
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
#mainCol {
	background-image: url(images/contentBkgrnd.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	text-align: center;
	width: 830px;
}

#mainCol .nav {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	clear: both;
	text-align: center;
	width: 807px;
	float: none;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#mainCol .nav a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
}
#mainCol .nav a:hover {
	text-decoration: underline;
}

a {
	color: #C01634;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}

#mainCol .footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	clear: both;
	text-align: center;
	margin: 0px 12px;
	width: 807px;
	float: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
#mainCol .footer a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
}
#mainCol .footer a:hover {
	text-decoration: underline;
}
#mainCol #content {
	margin: 20px 65px;
	text-align: left;
}
#content h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 10px;
} 

#content h1 {
	
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 2.0em;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
-x-system-font: none;
color: #444444;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #dadada;
padding-top: 0px;
margin-bottom: 20px;
} 
#content h2 {
	font-style: bold;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.6em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	color: #3c5389;

} 
#content h3 {
	font-size: 125%;
	color: #C01634;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	line-height: 1em;
} 
#content h4 { font-size: 100%; font-weight: bold; font-family: 'Trebuchet MS', Tahoma, Sans-serif;}

#content p { padding-top: 0px; 
	font-size: 12px;}
	
#content .deadlineAlert {
	font-weight: bold;
	color: #C01634;}



