@charset "UTF-8";
/* CSS Document */


body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #FA9B0F;
}

a:hoover {
    text-decoration: underline;
}

div#header {
	width: 980px;
}

div#frame {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

div#menu {
	background-image: url(/images/menu_bar.png);
	width: 960px;
	height: 48px;
	padding-left: 10px;
	padding-right: 10px;
}


div.menuItem {
	float: left;  
	width: 150px; 
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	padding-top: 9px; 
	margin-top: 6px; 
	padding-bottom: 6px; 
	border-right: 1px solid #C0C0C0;
}

div.menuItem a {
    color: #000000;
    text-decoration: none;
}

div.menuItem a:hover {
    text-decoration: underline;
}

div#content {
	width: 552px;
	padding-left: 15px;
	padding-right: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

div#content h1 {
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
}

div#rightContent {
	width: 378px;
	padding-right: 15px;
	float: left;
}


div#footer {
	background-image: url(/images/footer.png);
	width: 980px;
	height: 40px;
}


div#footer a {
    color: #000000;
    text-decoration: none;
}




div.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}	

