#subNav ul {
	font-size: 0.7em;
	line-height: 20px;
	display: inline;
}
#subNav ul li {
	display: inline;
	margin-right: 15px;
	white-space: nowrap;
}
#subNav ul li #current   {
	color: #CE6B00;
	font-weight: bold;
	cursor: default;
	white-space: nowrap;
}
a {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: #333;
}
#navcontainer
{
	font-family: Arial,Sans-Serif;
	margin: 0 auto;
	width: 100%;
	white-space: nowrap;
}

#navlist
{
width: 60%;
text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
white-space: nowrap;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
white-space: nowrap;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #ccc;
font-size: 1em;
padding: 0 2px;
border-top: .5em solid #eee;
}

#navlist li a:hover,#navlist a#current
{
	color: #333;
	border-top: none;
	font-size: 1.5em;
	cursor: default;
}

#navlist a#current { color: #fc6; }
body {
	background: #FFF;
	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: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#subContent p   {
	font-size: 0.9em;
	text-align: justify;
}
#subContent img   {
	display: block;
	float: right;
	margin-left: 30px;
	clear: both;
	margin-bottom: 30px;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFF;
	padding: 0 10px 0 20px;  /* 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. */
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.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;
	text-indent: -8000px;
	font-size: 1px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent h2 {
	font-size: 2em;
	font-weight: lighter;
	color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
#mainContent h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #999;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	text-align: right;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
.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: 0.7em;
	color: #CCC;
}
#back a{
	font-size: 0.8em;
	color: #F60;
	text-decoration: underline;
}
#back {
	text-align: right;
}
#subContent ul li strong {
	line-height: 30px;
	font-size: 1em;
}
#subNav ul li a {
	color: #666;
	font-weight: bold;
}
#subNav ul li a:hover {
	color: #C60;
	font-weight: bold;
}
#subContent img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.downld_text {
	font-size: .7em;
	color: #111;
	font-weight: bold;
}
.downld_text_link {
	font-size: 0.6em;
	text-decoration: underline;
}
.downld_tableBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-left: 20px;
}
#formWrap {
	text-align: left;
}

