@charset "utf-8";
h1, h2, h3, h4, ul, li, p {
	padding: 0;
	margin: 0;
}
html, body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(images/pageback_blue.gif) repeat;
	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;
}
.oneColFixCtrHdr #precontainer {
	width: 758px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 10px;
}
.oneColFixCtrHdr #container {
	width: 758px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/blue_leftright_blue.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #preheader {
	background: url(images/top_bar_blue.gif) no-repeat top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 11px;
}
.oneColFixCtrHdr #header {
	background: url(images/topbanner.gif) no-repeat top;
	height: 59px;
	clear: right;
}
.oneColFixCtrHdr 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-bottom: 6px;
	font-size: 32px;
	color: #00593A;
}
.oneColFixCtrHdr #mainContent {
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
	height: 200px;
}
#mainConLeft {
	width: 166px;
	float: left;
	padding-left: 12px;
}
#navBar{
	float: left;
	width: 166px;
}
/*********** #navBar link styles ***********/

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom:thin solid #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom:thin solid #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	background-color: #94619e;
	color: #fdba64;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 100%;
	color: #FFE0BB;
	text-decoration: none;
}

#sectionLinks a:hover, #nav a:active, #nav a:focus {
	background-color: #FFFFFF;
	color: #a56327;
	text-decoration:underline;
	font-weight: bold;
}

.oneColFixCtrHdr #mainConRight {
	margin: 0px 0px 0px 182px;
	width: 564px;
}
.oneColFixCtrHdr #mainConEnder {
	margin: 0px 0px 0px 16px;
	width: 565px;
	clear: both;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #subfooter {
	background:url(images/bottom_bar_blue.gif) no-repeat;
	height: 11px;
	width: 758px;
	padding: 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;
}
.brclear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.mainConLine {
	width: 450px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
	margin-left: 186px;
}
.greenTextBox {
	background-color:#d2e4e0;
	color: #00593A;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 8px;
	}
.greenTextBox img {
	margin: 0px 0px 8px;
}
.greenTextBoxImgTitle {
	margin: 6px;
	font-size: 12px;
	float: right;
	text-align: center;
}
.whiteTextBox {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 8px;
	}
.greenLeftTextBox {
	background-color:#d2e4e0;
	color: #00593A;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	}
.yellowLeftTextBox {
	background-color:#FBE394;
	color: #754D7D;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	}
.brighterYellowLeftTextBox {
	background-color:#F9D251;
	color: #754D7D;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	}
	
#mainConRight .textRightMed {
	font-weight: bold;
	font-size: 14px;
	padding-right: 8px;
	padding-left: 8px;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}
#mainConRight p {
	margin-bottom:8px;

}
.textLeft {
	padding-bottom: 14px;
}
.textLeftSmHdr {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-top: 10px;
}
.oneColFixCtrHdr h2 {
}
#mainConRight .textRightMed2 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-bottom: 12px;
	padding-left: 8px;
}

#mainConRight ul {
	padding-left: 12px;
}
.greenTextBoxMoreBold {
	font-size: 120%;
}
.greenTextBoxQ {
	font-size: 120%;
	font-style: italic;
}
.justQ {
	font-size: 30px;
	width: 40px;
	height: 50px;
	line-height: normal;
}
.greenTextBox a {
	color: #94619e;
}
#mainConRight .greenTextBoxImgRight {
	float: right;
}
.flashZ {
	z-index: 10;
}
.greenTextBoxPhoto {
	font-size: 13px;
	padding-right: 8px;
	padding-left: 15px;
	width: 250px;
	float: right;
	padding-bottom: 10px;
}
.greenLeftTextBox .textLeft a {
	text-decoration: none;
	color: #00593A;
}
.greenLeftTextBox .textLeft a:hover, #nav a:active, #nav a:focus {
	text-decoration: underline;
	color: #00593A;
}
.greenTextBoxExtraStrong {
	font-size: 17px;
}
.oneColFixCtrHdr #precontainer #container #mainConRight .greenTextBox .specIndent {
	padding-left: 20px;
}
.oneColFixCtrHdr #precontainer #container #mainConRight .greenTextBox .specIndent2 {
	padding-left: 32px;
}
.super {
	font-size: 70%;
	vertical-align: text-top;
}
