body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #45628D;
	background-image: url(images/background.gif);
}

.pagetitle {
	color: #663300;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
}
#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 22px;
	font-style: italic;
}

a:link, img a:link { 		color: #465678;}
a:visited, img a:visited {	color: #465678;}
a:hover, img a:hover {		color: #FF6600;	text-decoration: underline;}
a:active, img a:active {	color: #FF0000;}

#copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 22px;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 5px;
}

#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}
#navbar a:link {	color: #FFFFFF;}
#navbar a:visited {	color: #FFFFFF;}
#navbar a:hover {	color: #FFFF99;}
#navbar a:active {	color: #FFFF00;}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A3A37F;
	text-decoration: none;
	line-height: 15px;
}
.highlight-copy {
	font-weight: bold;
	color: #336699;
}
.logotext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: normal;
}
#footer a:link {	color: #A3A37F;}
#footer a:visited {	color: #A3A37F;}
#footer a:hover {	color: #FF6600;	text-decoration: underline;}
#footer a:active {	color: #FF6600;	text-decoration: underline;}

table.menu a { 
width:100%; 
border:1px solid #333333; 
display: block; 
} 

td.menu a { 
width:100%; 
display: block; 
} 

div.menu a {
	text-decoration:none;
	font-size:11px;
	line-height:16px;
	padding: 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.menu a:link {
	color: #FFFFFF;
	background-color: #A3A37F;
}

div.menu a:active { 
color: #000000;
background: #cccc99; 
}

div.menu a:visited {
	color: #FFFFFF;
	background-color: #A3A37F;
}

div.menu a:hover {
	color: #eeeeee;
	background: #333333;
	text-decoration: none;
}

/* SideBar Nav INDICATOR IDs*/
body#homepage a#home, body#featurespage a#features, body#tourpage a#tour, body#mappage a#map, body#todopage a#todo, body#ratespage a#rates, body#aboutpage a#about {
	color: #eeeeee;
	background: #465678;
	text-decoration: none;}
