@import url(menu.css);

* 
{
	font-family: Arial, helvetica, san-serif;
	font-size: 11px;
}
body
{
	background-color: #DDE6D7;
	text-align: center;
}
img
{
	border: none;
	display: block;
}
#body-container
{
	margin: auto;
	text-align: left;
	display: block;
	width: 800px;
}
#header-container
{
	background-image: url(../images/header.png);
	width: 800px;
	height: 80px;
}
#header-links
{
	width: 760px;
	height: 55px;
	text-align: right;
	padding-top: 25px;
	padding-right: 40px;
}
#header-links a
{
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #287058;
	padding-left: 40px;
}
#header-links a:hover
{
	color: #fff;
}
#content-container
{
	width: 800px;
	display: block;
	background-color: #7CA730;
}
#left-column
{
	width: 160px;
	float: left;
	background-color:#7CA730;
}
#right-column
{
	width: 640px;
	background-color: #ffffff;
	float: left;
	min-height: 475px;
}
#footer-container
{
	background-image: url(../images/footer.png);
	width: 800px;
	height: 37px;
}

#title-container
{
	text-transform:uppercase;
	background-color: #F6DB26;
	color: #285595;
	width: 580px;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 18px;
	height: 26px;
	line-height: 26px;
	margin-top: 20px;
}
#print-container
{
	margin: auto;
	width: 640px;
	height: 30px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 30px;
}
#print-container a
{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 5px;
	margin-right: 5px;
	
}
#print-container a:hover
{
	color: #f00;
}
#print-container img
{
	display: inline;
	vertical-align: middle;
	padding: 3px;
}
#yellow-bar
{
	height: 8px;
	width: 600px;
	background-color: #EEC21D;
	margin-left: 20px;
	margin-top: 1px;
}
.alignright
{
	float: right;
}
#login-form
{
	padding-top: 50px;
	margin-left: 350px;
}

/*----------------------
		Clear fix
----------------------*/
.clearfix
{
	display: inline-table;
/* Hides from IE-mac \*/
	height: 1%;
	display: block;
/* End hide from IE-mac */
}

html>body .clearfix
{
	height: auto;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


