@charset "utf-8";
/* Page Containers*/
.oneColFixCtr #container {
	width: 990px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
/* Font Styles*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(images/back.jpg);
	background-color: #000;
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/* Page Structure Div Font Styles */
#header {
	background-color: #000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 55px;
	height: 134px;
	font-family:"Arial Black", Arial, sans-serif;
	font-size: 17px;
	color: #fff;
	vertical-align: bottom;
}
.menu {
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#photo {
	height: 257px;
	width: 990px;
	color: #fff;
}
#content {
	background-color: #FFF;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	height: 665px;
	width: auto;
	padding: 20px;
	text-align: left;
}
#content1 {
	background-color: #FFF;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	height: 662px;
	width: auto;
	padding: 20px;
	text-align: left;
}
#footer {
	font-size: 10px;
	font-color: #fff;
	line-height:40px;
	background-color: #002B60;
	height: 40px;
	vertical-align: 50%;
	color: #FFF;
}
.left {
	text-align: left;
}
.right-white {
	text-align: right;
	color: #fff;
}
.link-white {
	color: #FFF;
}
.h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #00539F;
}
.h2 {
	font-size: 14px;
	color: #000000;
}
.subtitle {
	color: #00539F;
	font-size: 16px;
	font-weight: bold;
}
