body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #012763;
	margin: 0;
	padding: 0;
}

#masthead {
	background-color: #002560;
	color: #999999;
	width: 982px;
	background-image: url(../header-in.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px none #FFFFFF;
	background-repeat: no-repeat;
}
#logo {
	height: 200px;
	padding: 0;
}
#columntop {
	clear: both;
	background-image: url(img/Col2_top_in.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	width: 982px;
	background-image: url(img/Col2_middle_in.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px none #FFFFFF;
}
#c1, #c2 {
	float: left;
}
#c1 {
	width: 230px;
}
#c2 {
	width: 730px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#c1 .content {
	font-size: 10pt;
	color: #FEFEFE;
	padding-top: 16px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 34px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#c2 .content {
	color: #2F2F2F;
	font-size: 11pt;
	line-height: 17pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 32px;
	font-weight: normal;
}
.left { float: left; margin: 10px 10px 10px 0px; padding: 2px;}
.right { float: right; margin: 0px 0px 10px 10px; padding: 2px;}
h1 {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #012763;
}
h2 {
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/Col2_bottom_in.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 14px;
	padding-left: 500px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #012763;
	text-decoration: none;
}
.content a:visited {
	color: #0456B8;
	text-decoration: none;
}
.content a:hover, .content a:focus, .content a:active {
	color: #2C7A3B;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
	text-decoration: underline;
}
#c1 .content a:visited {
	color: #663366;
	text-decoration: underline;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

/*Footer Links*/
#footer a:link {
	color: #287E35;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
