/* Undo some of the default styling of common (X)HTML browsers */
/* Based on code from Yahoo! Inc.'s reset.css (BSD) and Tantek Celik's undohtml.css (Creative Commons Attribution 2.0) */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
address, abbr, caption, cite, code, dfn, th, var {font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-style: normal; font-weight: normal;}
q:before, q:after {content: '';}

body {
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-color: #042141;
	background-repeat: repeat-x;
	color: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.TableBorder {
	border: 1px solid #000033;
}
#PageContainer {
	border: 1px solid #003366;
	margin: auto;
	width: 760px;
}
#FlashContainer {
	height: 140px;
	width: 760px;
}
#FlashBottom {
	background-image: url(../images/Header-Bottom.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 760px;
}
#PageBackground {
	background-image: url(../images/ContentBg.jpg);
	background-repeat: repeat-y;
}
#Footer {
	background-image: url(../images/Footer.jpg);
	background-repeat:repeat-x;
	height: 75px;
	width: 760px;
	color: #FFFFFF;
	background-color:#83A5C8;
	font-size: 11px;
	text-align: center;
}
#Footer #Container {
	padding-top: 27px;
	padding-left: 5px;
}
#Footer a{
	color: #FFFFFF;
	text-decoration:none;
}
#Footer a:hover{
	text-decoration:underline;
}

.ClearBoth {
	clear: both;
}

#Nav {
	width: 208px;
	float: left;
}
#Nav ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
}
#Nav li {
	width: 173px;
	height: 29px;
	padding-bottom: 2px;
}
#Nav a {
	background-image: url(../images/ButtonBg.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 173px;
	padding-top: 8px;
	height: 22px;
	text-indent: 10px;
}
#Nav a:hover {
	color: #FFFF00;
}

#Content {
	line-height: 20px;
}
#Content .override { !important
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#Content img {
	margin: 5px;
	padding: 3px;
	border: 1px solid #063873;
}

#AddressBlock {
	padding-left: 18px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#Content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #063873;
}
#ContentContainer {
	width: 522px;
	padding-right: 10px;
	padding-left: 16px;
	float: left;
}
#Content h2 {
	font-style: italic;
	font-weight: normal;
	color: #063873;
	padding-bottom: 5px;
}
#Content p {
	padding-top: 6px;
	padding-bottom: 6px;
}
#FeaturedBox {
	width: 174px;
	float: left;
	padding-top: 5px;
}
#FeaturedBox #Top {
	background-image: url(../images/FeaturedBoxHeader.jpg);
	background-repeat: no-repeat;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #063873;
	font-weight: bold;
	font-style: italic;
}
#FeaturedBox #Top #Container {
	padding-top: 12px;
	padding-left: 18px;
}
#FeaturedBox #Content {
	background-image: url(../images/FeaturedBoxBg.jpg);
	background-repeat: repeat-y;
	font-size: 11px;
}
#FeaturedBox #Content #Container {
	padding-right: 16px;
	padding-left: 16px;
	line-height: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}
#FeaturedBox #Picture {
	padding-right: 10px;
	padding-left: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#FeaturedBox #Bottom {
	background-image: url(../images/FeaturedBoxBottom.jpg);
	background-repeat: no-repeat;
	height: 16px;
}
#AddressBlock .Bluetext {
	color: #063873;
}
#Content ul {
	list-style-type: disc;
	margin-left: 40px;
}
#FeaturedBox #Top a{
	color:#032447;
	text-decoration:none;
}
