@charset "UTF-8";

.twoColHybLtHdr #header {
	border: none;
	height: 92px;
	width: 1000px;
} 
.twoColHybLtHdr #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 */
	font: Impact;
	font-size: 42px;
}

.twoColHybLtHdr #sidebar1 {
	float: left;
	clear: right;
	width: 190px; /* top and bottom padding create visual space within this div  */
	text-align: center;
	margin-right: 12px;
	margin-top: 5px;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	background-color: #ebebeb;
	font-family: Arial, Helvetica, sans-serif;
}

.twoColHybLtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 780px;
	float: left;
	clear: right;
}

.twoColHybLtHdr #footer { 
	background-image: url(../Images/footer_background.jpg);
	width: 1000px;
	height: 35px;
	min-height: 35px;
} 
.twoColHybLtHdr #footer p {
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: right;
	padding: 10px;
	padding-right: 35px;
	margin: 0px;
}

/* Miscellaneous classes for reuse */
.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;
}
.twoColHybLtHdr #mainContent #jumpMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #00FF00;
	text-align: center;
	vertical-align: middle;
	word-spacing: 0.1em;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	list-style-position: outside;
	list-style-type: lower-alpha;
	overflow: scroll;
}
a:link {
	color: #0000FF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
}
.style1 {
	text-align: center;
	}
.style2 {color: #FFFFFF;
	text-align: center;
}

.twoColHybLtHdr #container {
	
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid black;
	background-color: #FFFFFF;
	
	/*width: 80%;  /* this will create a container 80% of the browser width */
	/*background: #FFFFFF; */
	/*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. */
	/*border: 2px solid #00FF00; */
} 

div.outer_container
{
	border: none;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: white;
}

div.inner_container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}
div.inner_container p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.navbar
{
	width: 1000px;
}
div.navbar img
{
	float: left;
	clear: right;
	border: none;
	margin: 0px;
	padding: 0px;
}

div.clearer
{
	clear: both;
}

div.pagestripe
{
	
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	height: 99%;
	position: absolute;
	padding-top: 7px;
	background-color: white;
}

div.centerpage
{
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	height: 100%;

}

body.twoColHybLtHdr
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #C4CCC4;
	
}
