@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCDCE9;
	background-image: url(../assets/images/template/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px none #BCBEC0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #E7E8E9;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
}
.oneColFixCtrHdr #mainContent {
	background-color: #E7E8E9;
	padding: 20px;
	margin-top: 0px;
	width: 734px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #BCBEC0;
	border-right-color: #BCBEC0;
	border-bottom-color: #BCBEC0;
	border-left-color: #BCBEC0;
}
.oneColFixCtrHdr #NavigationBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}
.oneColFixCtrHdr #LeftColumn {
	padding: 0px;
	width: 360px;
	border: 3px none #BCBEC0;
	float: left;
}
.oneColFixCtrHdr #RightColumn {
	padding: 0px;
	width: 360px;
	margin-left: 374px;
	border: 3px none #BCBEC0;
}
.oneColFixCtrHdr #FloatingRightColumn {
	padding: 0px;
	width: 360px;
	border: 3px none #BCBEC0;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #BigBoxTitle {
	height: 30px;
	width: 710px;
	background-image: url(../assets/images/template/bigbox-title-background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.oneColFixCtrHdr #BigBoxContent {
	background-color: #FFFFFF;
	width: 716px;
	border: 1px solid #BCBEC0;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 8px;
}
.oneColFixCtrHdr #BigBoxTitle p {
	margin: 0;
	padding: 0px;
}
.oneColFixCtrHdr #SmallBoxTitle {
	height: 30px;
	width: 336px;
	border: 3px none #BCBEC0;
	background-image: url(../assets/images/template/smallbox-title-background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.oneColFixCtrHdr #SmallBoxContent {
	background-color: #FFFFFF;
	width: 342px;
	border: 1px solid #BCBEC0;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 8px;
}
.oneColFixCtrHdr #SmallBoxTitle p {
	margin: 0;
	padding: 0px;
}
.oneColFixCtrHdr #FloatingRightMenu {
	padding: 0px;
	width: 160px;
	border: 3px none #BCBEC0;
	float: right;
	margin-left: 10px;
	background-color: #DBDBDB;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #SmallText {
	font-size: 80%;
}

.oneColFixCtrHdr #FloatingRightMenuTitle {
	font-size: 100%;
	font-weight: bold;
	color: #FFE6B3;
	background-color: #134870;
}
.oneColFixCtrHdr #Footnote {
	font-size: 75%;
}
.oneColFixCtrHdr #TableHeader {
	font-size: 100%;
	font-weight: bold;
	color: #9C1B2B;
}
.oneColFixCtrHdr #SectionMenu {
	padding: 0px;
	width: 300px;
	border: 3px none #BCBEC0;
	background-color: #DBDBDB;
	font-size: 100%;
	margin-left: 70px;
}
.oneColFixCtrHdr #footer {
	background-color: #E7E8E9;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BCBEC0;
	border-right-color: #BCBEC0;
	border-bottom-color: #BCBEC0;
	border-left-color: #BCBEC0;
	padding: 20px;
	margin: 0px;
	position: static;
	clear: both;
}
.oneColFixCtrHdr #Headline {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #9C1B2B;
}
.oneColFixCtrHdr #HighlightBox {
	background-color: #E6DFDF;
	width: 342px;
	border: 1px solid #BCBEC0;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 8px;
}

h1 {
	font-size: 180%;
	font-weight: bold;
	color: #9C1B2B;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #9C1B2B;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #9C1B2B;
}



a:link {
	color: #1868A3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0E3B5A;
}
a:hover {
	text-decoration: underline;
	color: #5597C9;
}
a:active {
	text-decoration: none;
	color: #9C1B2B;
}
