/* CSS Document */
html {height:100%; width:100%; background:#9a9a9a;}

body
{
	background-color: #9a9a9a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	position: relative;
	width:780px;
	margin:auto;
	margin-bottom:0px;	
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:16px;
width:130px;
padding:10px 0;
color:#000;
background:#949e7c;
text-decoration:none;
margin-right:0px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#d4d8bd;
text-decoration:none;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:129px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.style4 {font-size: 16; font-weight: bold; }


div.bottom a:visited {
	text-decoration: none;
	color: #000000;
}
#main a:link {
		color: #697058;
	text-decoration:none;
}
#main a:visited {
	text-decoration: none;
	color: #697058;
}
#main a:hover {
	text-decoration: underline;
	color: #697058;
}
#main a:active {
	text-decoration: underline;
	color: #000000;
}

#right a:link {
		color: #697058;
	text-decoration:none;
}

#right a:visited {
	text-decoration: none;
	color: #697058;
}

#right a:hover {
	text-decoration: underline;
	color: #697058;
}

#right a:active {
	text-decoration: underline;
	color: #000000;
}

#low a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#low a:hover {
	text-decoration: underline;
	color: #000000;
}
#low a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#left a:link {
		color: #000000;
	text-decoration: none;
}
#left a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#left a:hover {
	text-decoration: underline;
	color: #949e7c;
}
#left a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


#side a:link {
		color: #000000;
	text-decoration: none;
}
#side a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#side a:hover {
	text-decoration: underline;
	color: #949e7c;
}
#side a:active {
	text-decoration: underline;
	color: #FFFFFF;
}	

#left {
	float:left;
	width:226px;
	text-align:left;
	padding-right:4px;
	padding-left:4px;
	height:720px;
	background-color:#CCCCCC;
}

#right {
	float:right; 
	width:538px; 
	padding-right:4px; 	
	padding-left:4px; 
	padding-top:70px; 
	height:650px; 	
	background-color:#FFFFFF;
}

#low {
	background-color:#949e7c; 	
	height:75px;
	padding:5px;
}
