@charset "utf-8";


#container{
	width:60em;
	height: auto;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}


.clear_all {
	clear: both;
	padding: 20px;
}


#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #cc0000;
	line-height: 20px;
	word-spacing: inherit;
	height: auto;
	width: auto;
	padding-left: 35px;
	padding-right: 30px;
	background-color: #FFFFFF;
}

#homepage_navigation {
	width:auto;
	height: 450px;
}

#branding {
	width: auto;
	background-color: #FFFFFF;
}

#homepage_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;	
}


#main_body {
	width:900px;
	height: auto;
	background-color: #FFFFFF;
}


#navigation {
	width: auto;
	background-color: #FFFFFF;
}



#footer {
	color:#cc6666;
	padding-top: 20px;
}


#main_image02 {
	width: 60em;
	padding: 5px;

}
a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #990099;
	text-decoration: none;
}
a:active {
	color: #33FF00;
	text-decoration: none;
}
.current_page {
	font-weight: bold;
	color: #cc0000;
	padding-left: 20px;
}

