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.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	width: 982px;
	background-image: url(img/Col2_middle.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: 240px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#c2 {
	width: 731px;
	background-color: #002662;
	border: 1px solid #FFFFFF;
	background-image: url(../VideoGallery/vid_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#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: #FFFFFF;
	font-size: 1em;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 42px;
	padding-bottom: 10px;
	padding-left: 32px;
}
.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.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: 400px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #B7B3B6;
	text-decoration: none;
}
.content a:visited {
	color: #AAB4CB;
	text-decoration: none;
}
.content a:hover, .content a:focus, .content a:active {
	color: #00CC33;
}
/*
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 {
	font-weight: bold;
	text-decoration: underline;
	color: #012763;
}
#c1 .content a:visited {
	color: #663366;
	text-decoration: underline;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #FFFFFF;
}
/*Footer Links*/
#footer a:link {
	color: #287E35;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #CBD9E7;
	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #C4D5E3;
}
