a{
	text-decoration: none;
	color: #958513;
}
a:hover {
	color: #cc3300;
}
a.nav
{
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	font-size: 10px;
}
a.nav:hover
{
	color:#cc3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 672px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background: #FFFFFF;
} 
.twoColFixLtHdr #loginForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	top: 2px;
	width: 160px;
}
.twoColFixLtHdr #header {
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-color: #EAD85B;
} 
.twoColFixLtHdr #sidebar1 {
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	float: left;
	padding-top: 3px;
	height: 650px;
}
.twoColFixLtHdr #mainContent {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 180px;
	font-size: 11px;
	padding: 20px 20px 20px 20px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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 */
}

.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;
}
.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;
}

table.navhorz {
	table-layout:fixed;
	text-align:center;
	background-color:#EAD85B;
	height:20px;
	font-size:10px;
	color:#000000
}
.login {
	background-color:#EBEBEB;
	padding: 3px;
	vertical-align: top;
	font-size: 10px;
}

table.footer {
	table-layout:fixed;
	font-size:xx-small;
	color:#958513;
	text-align:center;
}

.highlight {
	display: inline;
	color: #958513;
	font-weight:bold;
	font-size: 11px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 2px;
	vertical-align: top;
	display: inline;
	font-size: 11px;
}
ul {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.forms {
	font-size: 11px;
}
