body {
	background-color:#000000;
	text-align: left;
	 }

.text {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 10px;
	text-align: justify;
}

A:link {
	text-decoration: underline;
	font-family: geneva, arial;
	font-style: normal;
	color: #FFF;
	}
A:visited {
	text-decoration: underline;
	font-family: geneva, arial;
	font-style: normal;
	color: #FFF;
	}
A:active {
	text-decoration: none;
	font-family: geneva, arial;
	font-style: normal;
	color: #FFF;
	}
A:hover {
	text-decoration: none;
	font-family: geneva, arial;
	font-style: normal;
	color: #FFF;
	}

.bold {
	font-weight: bold;
}
.texttable {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 10px;
	text-align: center;
}


.link {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 10px;
	text-align: center;
}
.link a {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 10px;
	text-align: center;
}
.link a:hover{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 10px;
	text-align: center;
}
.copyright {
	color: #FFFFFF;
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 10px;
	text-align: center;
}
img {
	border: 0px;
	text-align: center;
    }

.title {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 10px;
	text-align: center;
}
	 
#header{
  position:relative;
  top:0;
  left:0;
  width:100%;
  height:200px;
 }

#footer{
  position:relative;
  bottom:0;
  left:0;
  width:100%;
  height:100px;
 }
/* Menu CSS */  
#container {
	width:960px;
	height:85px;
	margin:0 auto;
	background:transparent url(images/containerbg.jpg);
}

#menuwrap {
	width:100%;
	height:63px; 
	position:relative; 
	top:0px;
	background:transparent url(images/menubg.jpg) repeat-x;
}

#container2 {
	width:960px;
	height:90px;
	margin:0 auto;
	background:transparent url(images/containerbg.jpg);
}

#menuwrap2 {
	width:100%;
	height:63px; 
	position:relative; 
	top:0px;
	background:transparent url(images/menubg.jpg) repeat-x;
}
ul#menu2 {
	width:322px; 
	height:0px; 
	float:right; 
	margin:0; 
	padding:0; 
	list-style-type:none; 
	background:transparent url(images/menubg.jpg) repeat-x; 
}
ul#menu {
	width:322px; 
	height:59px; 
	float:right; 
	margin:0; 
	padding:0; 
	list-style-type:none; 
	background:transparent url(images/menubg.jpg) repeat-x; 
}

ul#menu li { 
	float:left;
}

ul#menu li a { 
	display: block; 
	height:59px; 
	overflow:hidden; 
	text-indent:-99999px;
	background:transparent url(images/menu.jpg) no-repeat;
}

ul#menu li#home a { background-position:0px 0; width:82px; }
ul#menu li#home a:hover { background-position:0px -59px; width:82px; }

ul#menu li#review a { background-position:-82px 0; width:83px; }
ul#menu li#review a:hover { background-position:-82px -59px; width:83px; }

ul#menu li#guide a { background-position:-165px 0; width:157px; }
ul#menu li#guide a:hover { background-position:-165px -59px; width:157px; }


.chromestyle{
	width: 100%;
	font-weight: bold;
	padding-top: 5px;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size: 12px;
font-family: Geneva, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
