@charset "utf-8";
/* CSS Document */
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: #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	line-height: normal;
	font-weight: 500;
}
h1{font-size:2em;
}
h2{
	font-size:130%;
	color: #d3dce6;
}
h3{
	font-size:125%;
	color:#333366;
}
h4{font-size:120%;
}
h5{font-size:115%;
}
h6{font-size:105%;
}
.twoColFixLtHdr #container {
	width: 780px;
	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. */
	background-color: #FFFFFF;
	background-image: url(images/grid.gif);
	background-repeat: repeat;
} 
.twoColFixLtHdr #header {
	background-color: #26354a;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-bottom-width: 10px;
	border-bottom-style: double;
	border-bottom-color: #D3DCE6;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height:90%;
	border-right-style: none;
	color:#26354a;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	
}
.twoColFixLtHdr #sidebar1 h2{font-size:135%; font-weight:700; color: #330033; padding:2px;
}
#nav  li{ 
		list-style-type:none;
		font-weight:600;
		color:#ff6600;
		width:12em;
		line-height:1.5em;
		margin-left:-10px;
		padding: 0.25em 0.5em 0.25em 0.25em;
		background: #ffffff none repeat scroll 0%;}
		
#nav li a{padding: 0.25em 0.5em 0.25em 0.25em;
background: #ffcc00 none repeat scroll 0%;
	display: block;
	white-space:normal;
	text-decoration: none;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #ff6600;}
		
#nav li a:link {
	padding: 0.25em 0.5em 0.25em 0.25em;
	background: #ffcc00 none repeat scroll 0%;
	color: #ff6600;

  
}
#nav li a:visited {padding: 0.25em 0.5em 0.25em 0.25em;
background: #ffcc00 none repeat scroll 0%;
  color: #ff6600;

  border-left: #ff6600 solid 1em;
}
#nav li a:hover {
	color: #000000;
	background-attachment: scroll;
	background-position: 0%;
	background-image:url(images/grid.gif);
  background-repeat: repeat-x repeat-y;
}
#nav li a:active{
padding:0.25em 0.5em 0.25em 0.25em;
background: #ff6600 none repeat scroll 0%;
	color: #ffcc00;

}
 a.selected {
 padding:0.25em 0.5em 0.25em 0.25em;
background: #ff6600 none repeat scroll 0%;
	color: #ffcc00;
}
  


.twoColFixLtHdr #mainContent {
	color:#000000; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 75%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom:10px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: outset;
} 

.twoColFixLtHdr #mainContent h1{ color:#FF6600; font-size:2em; font-weight:800;
}
.twoColFixLtHdr #mainContent h2{color:#26354a; font-weight:800; font-size:135%;}
.twoColFixLtHdr #mainContent h3{color:#FF6600; font-weight:700; font-size:125%;}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D3DCE6;
} 
.twoColFixLtHdr #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 */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.twoColFixLtHdr #mainContent {  }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
h1.bagging {
	font-family: Times, serif;
}
