@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /* for IE */
	background-color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	line-height: 22px;
}

a.external:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
	text-decoration: underline;
}
a.external:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	font-weight: bold;
	text-decoration: underline;
	}
a.external:hover {
	text-decoration: underline;
}
a.external:active {
	text-decoration: underline;
}

a {
	font-size: 10px;
	text-decoration: none;
}
a:visited {
	color: #444;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #444;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

img {
	border: 0px;
}

.maintextitalic {
	line-height: 18px;
	font-style: italic;
	color: #CCC;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 1048px;
	background-color: #000;
}		
	
#banner {
	width: 1048px;
	height: 118px;
	padding: 0px;
}

#menu {
	height: 48px;
}
#menu img {
	float: left;
}

#content {
	color: white;
	font-size: 15px;
	clear: both;
	width: 1048px;
	min-height: 357px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #000;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;

}
#mainimage {
	position: relative;
	left: 0px;
	top: 0px;
}

#content.border {
	width: 848px;
	padding: 20px 111px 20px 87px;
	background: #216999 url('../images/contentbgframe.png') no-repeat;
}
#content h1 {
	text-align: left;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	color: #00CCFF;
	font-size: 39px;
	margin-top: 39px;
	margin-bottom: 39px;
}

#content h1 span.lower {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	text-transform: lowercase;
	font-style: italic;
}

#content div.hr {
	text-align: center;
	height: 11px;
}

#content p {
	line-height: 1.8em;
	text-align: justify;
}

#redblueline {
	width: 1027px;
	height: 33px;
	background-image: url(../images/contentdividerblack.jpg);
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-left: 21px;
	margin-top: 39px;
	margin-bottom: 39px;
}

#breadcrumbs a {
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}

#bottomnav {
	padding: 0px 20px 0px 20px;
	color: #FFF;
	vertical-align: top;
}
#bottomnav tr td {
	width: 20%;
	vertical-align: top;
}

#bottomnav h4, #bottomnav h4 a {
	font-weight: bold;
	color: #CCC;
	line-height: 0px;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 1em;
	height: 30px;
}

#bottomnav a {
	font-size: 11px;
	text-decoration: none;
}
#bottomnav a:visited {
	color: #CCC;
	text-decoration: none;
}
#bottomnav a:link {
	text-decoration: none;
	color: #FFF;
}
#bottomnav a:hover {
	text-decoration: none;
}
#bottomnav a:active {
	text-decoration: none;
}

#footerText {
	padding-top: 39px;
	margin: 0 auto;   /* align for good browsers */
	text-align: center;
	width: 1048px;
	height: 66px;
	font-size: 10px;
	color: #bbb;
}

.footertextbig {
	font-size: 22px;
	color: #CCC;
}	
#footerText a, #footerText a:link {
	color: #bbb;
}

.NoMargin, .NoMarginNoPadding {
	margin: 0px;
}
.NoPadding, .NoMarginNoPadding {
	padding: 0px;
}

