@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4E4E4E;
}

.oneColFixCtrHdr #container {
	width: 900px; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 80px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #660033;
}
.oneColFixCtrHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660033;
	font-weight: normal;
}

.oneColFixCtrHdr #altContent {
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #flashcontent {
	height: 650px;
	width: 900px;
	margin: 0px;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #ECE9D8;
	color: #4E4E4E;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ECE9D8;
}
.oneColFixCtrHdr #container #footer #copyright {
	font-size: 11px;
}
.oneColFixCtrHdr #container #footer #namenumber {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}


.oneColFixCtrHdr #container #mainContent li {
	background-color: #666;
	width: 125px;
	margin-bottom: 0.5em;
	list-style-type: none;
}
.oneColFixCtrHdr #container #mainContent a, #mainContent a:link, #mainContent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: .3em;
	padding-left: 1.5em;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #660033;
	border-bottom-color: #660033;
	color: #ECE9D8;
}
.oneColFixCtrHdr #mainContent2 {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 80px;
}
.oneColFixCtrHdr #container #mainContent2 li {
	background-color: #666;
	width: 225px;
	margin-bottom: 0.5em;
	list-style-type: none;
}
.oneColFixCtrHdr #container #mainContent2 a, #mainContent2 a:link, #mainContent2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: .3em;
	padding-left: 1.5em;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #660033;
	border-bottom-color: #660033;
	color: #ECE9D8;
}
.oneColFixCtrHdr #mainContent3 {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 80px;
}
.oneColFixCtrHdr #container #mainContent3 li {
	background-color: #666;
	width: 260px;
	margin-bottom: 0.5em;
	list-style-type: none;
}

.oneColFixCtrHdr #container #mainContent3 a, #mainContent3 a:link, #mainContent3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: .3em;
	padding-left: 1.5em;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #660033;
	border-bottom-color: #660033;
	color: #ECE9D8;
}




ul {
	margin: 0px;
	padding: 0px;
}

/* Miscellaneous classes for reuse */
.fllft { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
}
a:link {
	color: #003300;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	text-decoration: none;
	color: #5B8B47;
}
a:hover {
	text-decoration: underline;
	color: #660033;
}
a:active {
	color: #A2685E;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
