@charset "utf-8";
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;
	background-color: #000066;
	width: 100%;
}
.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;
	background-color: #FFCC66; /* This is the background color of the main content area */
} 
.twoColFixLtHdr #header {
	background-color: #6699FF;  /* 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. */
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	line-height: 2em;
	font-size: 2.5em;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 250px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #6699FF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #module li {
	margin-top: .2em;
	margin-bottom: .2em;
	
}
.twoColFixLtHdr #module ul {
	margin-top: 0;
	margin-bottom: .75em;
	
}
.twoColFixLtHdr #module h3 {
	font-size: 1.4em;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0em;
	margin-bottom: 0em;
}
.twoColFixLtHdr #module {
	margin: 0px;
	width: 12.5em;
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 0em;
	padding-bottom: 0em;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #6699FF;
} 
.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;
}
.navlist {
	background-color: #6699FF;
	margin-left: 265px;
}
.twoColFixLtHdr #navcontainer #navlist {
	margin-left: 265px;
}

#navcontainer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #6699FF;
	
}
#navcontainer ul
{
	background-color: #6699FF;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding-left: 0;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #6699FF;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #000066;
	color: #fff;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #000066;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
	
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.75em;
	color: #000066;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}
h3 {
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #000066;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	
}
p  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	line-height: 1.3em;
	text-align: left;
	padding-left: 42px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
li {
	text-decoration: none;
	color: #333333;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 0px;
}
.leftext {
	color:#333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-size: 1em;
}
.emrgcy {
	color: #FF0000;
	background-color: #FFFFFF;
	width: 8em;
	margin-top: 0.3em;
	padding-top: 0.3em;
	padding-left: 0.3em;
	padding-bottom: 0.4em;
	font-weight: 900;
}
