body {
	background-color: #000000;
}

img { border-style:none}

body a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d4b37a;
	text-decoration:underline;
}

body a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d4b37a;
	text-decoration:underline;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #767676;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	}

.topnav, a.topnav, a.topnav:link, a.topnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #939fc7;
	text-decoration:none;
}

a.topnav:hover {
	text-decoration:underline;
	color: #767676;
}

.bullets, a.bullets, a.bullets:link, a.bullets:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d4b37a;
	font-weight: bold;
	text-decoration:none;
}

a.bullets:hover {
	text-decoration:underline;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767676;
}
.footer a:link, .footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p, body, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d4b37a;
	font-weight: bold;
}
.header {
	font-size: 16px;
	font-weight: bold;
}

#chromemenu{

width: 99%;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(../images/chromebg.gif) center center repeat-x;
padding: 10px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #556191;
padding: 5px;
margin: 0;
text-decoration: none;
font-size:11px;
font-weight:bold;
border-right: 1px outset #CCCCCC;
}

#chromemenu ul li a:hover{
background: url(../images/chromebg2.gif) center center repeat-x;
}

#submenu{

width: 99%;
font-weight: bold;
font-size: 70%;
}

#submenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#submenu ul{
width: 100%;
padding: 2px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#submenu ul li{
display: inline;
}

#submenu ul li a{
color: #556191;
padding: 5px;
margin: 0;
text-decoration: none;
font-size:11px;
font-weight:bold;
}



#mapContainer {
	width:500px;
	height:400px;
	}

.column {
	width:49%;
	float:left}
	
.clear-both {clear:both}	