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 */
	
}
.oneColFixCtrHdr #container {
	width: 820px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #1db0c4; /* this overrides the text-align: center on the body element. */
	margin-top: -2;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #1db0c4;
	padding-top: -2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: scroll;
}
.oneColFixCtrHdr #header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFBF00;
	background-color: #1db0c4;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	text-align: center;
	font-size: 9pt;
}
.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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #1db0c4;
	background-image: url(../images/center_div_background.gif);
	background-position: center top;
	height: 660px;
	width: 802px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1db0c4;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.maincontent {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}
h2.menu {
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 60px;
}
p.maincontent{
	color: #2A00AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.4em;
	}
	
p.menu{
	color: #2A00AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	
p.feature{
	color: #2A00AA;
	font-family: Verdana, Arial;
	margin-top: -4px;
	margin-bottom: 0px;
	background-color: #33FFFF;
	display: block;
	padding: 10px;
	}
	
	
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	background: #1db0c4;  /* 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-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: -1px;
	top: 0px;
} 
.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: 120px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	font-size: 80%;
} 
.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: 20px;
}
.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>	

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

ul.nav{
	width: 20ex;
/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;
	margin-right: 1em;
	list-style: none;
}

ul.nav>li{
	margin: 0;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 20px;
	padding-left: 6px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	width: 100px;
	left: 20ex;
	margin-top: -1.4em;
	margin-left: 9px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
	/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-top: 40px;
	padding-left: 10px;
	margin-bottom: 40px;
	margin-top: 20px;
}

/*** Menu styles (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	color: #369;
	margin-left: 0px;
	width: 105px;
	margin-bottom: 60px;
}

ul.nav li:hover,
.nav ul li a:hover{
	background-color: #B7F4F1;
	color: #AA0000;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
	margin-bottom: 40px;
}


.nav a{
	text-decoration: none;
	margin-bottom: 40px;
	padding-bottom: 40px;
	padding-top: 40px;
}
img.space {
	margin-right: 5px;
	margin-left: 5px;
}
p.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	line-height: 1.05em;
}

ul.list {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D3C1B1;
	padding-top: 4px;
	font: 1.0em/1.65em Arial, Helvetica, sans-serif;
}
.lessmargin {
	margin-bottom: -1px;
}
