@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: #3b3b3b;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #d5d4d4;
	background-image: url(../images/home_bg.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D5D4D4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, sans-serif;
	font-size: None;
	width: 850px;
}
.oneColFixCtrHdr #container #box_top {
	background-image: url(../images/top_box.gif);
	height: 31px;
	width: 820px;
	padding-top: 25px;
	padding-right: 30px;
}
.oneColFixCtrHdr #container #box_bottom {
	background-image: url(../images/bottom_box.gif);
	height: 36px;
	width: 850px;
}
.oneColFixCtrHdr #header {
	padding: 0;
	height: 200px;
	width: 850px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat-y;
	padding: 0 70px;
	float: none;
}
.oneColFixCtrHdr #footer {
	background-color: #D5D4D4;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContent #menu {
	float: left;
	height: 100%;
	width: 250px;
	padding-left: 0px;
}
.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 */
	font-size: 80%;
	color: #3b3b3b;
}
/* ---------   Regular Link ---------------- */
a:link {
	color: #DD9A00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DD9A00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* ---------   Smaller Link ---------------- */
a.smLink:link {
	color: #DD9A00;
	text-decoration: none;
	font-size: 90%;
}
a.smLink:visited {
	text-decoration: none;
	color: #DD9A00;
	font-size: 90%
}
a.smLink:hover {
	text-decoration: underline;
}
a.smLink:active {
	text-decoration: none;
}
/* ---------   White Link ---------------- */
a.whLink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
}
a.whLink:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 90%
}
a.whLink:hover {
	text-decoration: underline;
}
a.whLink:active {
	text-decoration: none;
}

.style2 {
	font-size: 150%;
	color: #DD9A00;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
}
.style4 {
	color: #dd9a00;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
}
.style5 {
	font-size: 80%;
	color: #ADADAD;
}
.style8 {
	font-size: 80%
}
.style9 {
	color: #DD9A00;
	font-size: 90%;
}

.style16 {
	color: #3b3b3b;
	font-size: 90%;
}
.style17 {
	font-size: 150%;
	color: #ADADAD;
}
.oneColFixCtrHdr #container #mainContent #link_bar {
	text-align: center;
	width: 460px;
	color: #FFFFFF;
	float: right;
	background-image: url(../images/link_bar.gif);
	height: 18px;
	vertical-align: text-top;
}
.oneColFixCtrHdr #container #mainContent #text {
	padding-left: 250px;
	line-height: 24px;
}
