<!--
body {
	font: 100% arial, verdana, sans-serif;
	background: #FFFFFF;
	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;
}
.oneColFixCtrHdr #container {
	width: 54em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/*width: 850px;*/  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 75px;
	background: #DDDDDD; 
	padding: 30px 10px 30px 10px;  /* 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. */
	background:url(../images/new-site-banner.jpg) no-repeat left top;
}
.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 #header a {
	position:relative; 
	left:10px; 
	top:20px;
}

.oneColFixCtrHdr #sidebar1 {
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	float: right; 
	width: 200px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.oneColFixCtrHdr #sidebar1 div { text-align:center}

.oneColFixCtrHdr #sidebar1 h3, .oneColFixCtrHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6699cc;
}
.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, verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.oneColFixCtrHdr #footernav {
	padding: 5px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}
.oneColFixCtrHdr #footernav 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: 0 5px; /* 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, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.oneColFixCtrHdr #mainContent {
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
  	margin: 0 13em 0 10px; /* the left margin will look best if you match the padding amount to the header and footer. */
	background: #FFFFFF;
}

.pagetitle {overflow: hidden; width: 625px; margin: 10px 0px 10px 0px; padding: 0px 0px 2px 0px; border-bottom: solid 2px rgb(88,144,168);); color: rgb(88,144,168); font-family:arial, verdana, sans-serif; font-weight: bold; font-size: 125%;}

.oneColFixCtrHdr #mainContent2 {
	width: 850px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
  	margin: 0 13em 0 10px; /* the left margin will look best if you match the padding amount to the header and footer. */
	background: #FFFFFF;
}

.oneColFixCtrHdr #mainContent3 {
	width: 850px;
	margin-left: auto; 
	margin-right: auto;
	text-align:center; 
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
  	/*margin: 0 13em 0 10px;*/ /* the left margin will look best if you match the padding amount to the header and footer. */
	background: #FFFFFF;
}

.pagetitle2 {overflow: hidden; width: 850px; margin: 10px 0px 10px 0px; padding: 0px 0px 2px 0px; border-bottom: solid 2px rgb(88,144,168);); color: rgb(88,144,168); font-family:arial, verdana, sans-serif; font-weight: bold; font-size: 125%;}

/*------------------------------*/
/* Navigation - Drop Down Style */
/*------------------------------*/
.preload1 {background: url(../images/blank_over.gif);}
.preload2 {background: url(../images/blank_overa.gif);}

.nav1{ margin:auto; height:38px; cursor:pointer; } 

#nav {padding:0; margin:0; list-style:none; height:36px; background:#fff; position:relative; z-index:500; font-family:arial, verdana, sans-serif; background:url(../images/blank_tile.gif) repeat-x; }
#nav li.top {display:block; float:left; height:38px;}
#nav li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 3px; cursor:pointer;background: url(../images/blank.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:36px;background:url(../images/blank.gif) right top;}
#nav li a.top_link span.down {float:left; display:block; padding:0 20px 0 12px; height:36px; background:url(../images/blanka.gif) no-repeat right top;}

#nav li:hover a.top_link {color:#fff; background: url(../images/blank_over.gif) no-repeat;}
#nav li:hover a.top_link span {background:url(../images/blank_over.gif) no-repeat right top;}
#nav li:hover a.top_link span.down {background:url(../images/blank_overa.gif) no-repeat right top;}

/* Default list styling */
#nav li:hover {position:relative; z-index:200;}
#nav li:hover ul.sub
{left:1px; top:33px; background: #99CCFF; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:150px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:150px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:148px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #99CCFF;}
#nav li ul.sub li a.fly
{background:#99CCFF url(../images/arrow.gif) 140px 6px no-repeat;}
#nav li:hover ul.sub li a:hover 
{background:#0066CC; color:#fff; border-color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{background:#0066CC url(../images/arrow_over.gif) 140px 6px no-repeat; color:#fff;}

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:140px; top:-4px; background: #99CCFF; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:150px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#0066CC url(../images/arrow_over.gif) 140px 6px no-repeat; color:#fff; border-color:#fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#99CCFF url(../images/arrow.gif) 140px 6px no-repeat; color:#000; border-color:#99CCFF;} 


/* ######### CSS for Indented CSS Tabs. ######### */
.indentmenu{
	font: bold 12px Arial;
	width: 650px; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	/*border-bottom: 1px solid navy;*/ /*navy border*/
	/*background: black url(../images/indentbg.gif) center center repeat-x;*/
	padding-top: 0px; /*shift text down 1px*/
	border-left: 1px solid #c2c2c2;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li {
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 0;
   	background: url(../images/tab2b.gif) no-repeat right top;
	margin-right: 0px;
}

.indentmenu ul li a{
	float: left;
	color: #888; /*text color*/
	padding: 4px 10px;
	text-decoration: none;
   	background: url(../images/tab2a.gif) no-repeat left top;
	/*border-right: 1px solid navy;*/ /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
	color: #000;
}

.indentmenu ul li a.selected{
	color:#000099 !important;
	padding: 4px 10px;
	background: url(../images/tab1b.gif) no-repeat right top;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	/*width: 632px;*/
	margin-bottom: 0;
	margin-right: 1px;
	padding: 12px;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}
