@charset "utf-8";
/* CSS Document */

body { 
background-color:#000000;
color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
}

a {
	font-size: 14px;
	color: #8B7256;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #8B7256;
}
a:hover {
	text-decoration: none;
	color: #8B7256;
}
a:active {
	text-decoration: underline;
	color: #8B7256;
}






#main {text-align:center;}

.section_title_right_aligned {text-align:right; font-weight:bold; color:#CCCCCC;}
.section_title_left_aligned {text-align:left; font-weight:bold; color:#CCCCCC;}
.red_section_title {color:#770000; font-weight:bold; font-style:italic;}
.white_section_title {color:#FFFFFF; font-weight:bold; font-style:italic;}

.right_content {text-align:right;}

.main_content {text-align:justify;}

.leftnav { background-color:#161616;}

.centered_content {text-align:center;}

.image1 {float:right;

	margin-left:10px;

	margin-bottom: 10px;}
	
.bottom_links {background-color:#161616;
text-align:center;}

.copyright {text-align:center; font-size:10px;
font-style:italic;}





