@charset "utf-8";

a:link {
	color: #0D3546;
	text-decoration: none;
}
a:visited {
	color: #0D3546;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {

	color: #000000;
	text-decoration: none;
}

h1 {
}

h2 {
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 780px;  
	background: #FFFFCC;
	margin-left: 100px; 
	border: 1px solid #000000;
	text-align: left; 
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  
} 
#navigation {
	float:left;
	position:relative;
	top: 120px;
	left: 175px;
	margin: 0px;
	padding: 0px;
	max-height: 120px;
}

#navigation li {
	float:left;
	padding: 0pxpx;
	list-style: none;
	color: #000;
	margin: 0px 10px;
	width: 80px;
	height: 80px;
	text-align: center;
	font-weight:bold;
	}

#navigation a:hover {
	float:left;
	text-decoration: none;
	color: #FFF;
	width: 80px;
	height: 80px;
	text-align: center;
	padding: 0px;
	margin: 0px 0px;
	}

#navigation a:active {
	float: left;
	text-decoration: none;
	color: #FFF;
	width: 80px;
	height: 80px;
	text-align: center;
	padding: 0px;
	margin: 0px 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; 
	width: 270px;
	background: #EBEBEB; 
	padding: 15px 5px 0px 10px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 150px;
	padding: 0 20px; 
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	background:#EAA772; 
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0; 
}
.fltrt { 
	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;
}
