body
{
	background-color:#fff3f0;
	text-align: center;
	font-family: Arial; 
	color: #003399;
}


h1
{
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 140%;
	color: #ff7700;
	text-align: center;	
}

h2
{
	font-size: 100%;
	font-weight: bold;
	color: #ff7700;
	text-align: center;	
	margin-top: 1px;
	margin-bottom: 3px;
}

h3
{
	font-size: 95%;	
	font-weight: bold;
	line-height: 14pt;
	color: #ff7700;
	margin-top: 5px;
	margin-bottom: 5px;
}





img
{
	border: none;
}

.site_table
{
	background-color: #eef9ff;
}

.site_table td
{
	vertical-align: text-top;
}

.site_table_header
{
	vertical-align: text-top;
	background-color: #33ccff;	
	color: #ffffff;
}


a
{
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;	
}


#page_wrapper
{
	margin: 0 auto;
	margin-top: 5px;	
	width: 800px;
	background-color: White;
}




#header
{
	float: top;
	padding: 0px;
	height: 130px;
	border-bottom: 1px solid gray;
	background-image: url(/site/graphics/header_bkgrnd.jpg)
}

#header_left
{
	float: left;
	width: 205px;	
	padding: 0px;
	margin: 0;
	text-align: left;
}

#header_banner
{
	float: left;
	width: 400px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	color: #ff8800;
	font-family:  Arial; 
	letter-spacing: 2px; 
	font-weight: bolder;
	font-size: 140%;
	text-align: center;
}

#header_villa
{
	float: left;
	width: 170px;
	text-align: right;
	padding: 0px;
	padding-top: 5px;
	padding-left: 5px;	
	margin: 0;
}

#header_right
{
	float: left;
	width: 180px;	
	padding: 0px;
	margin: 0;
	margin-left: 15px;
	text-align: right;
}

#content_wrapper
{
	
}

#content_left
{
	float: left;
	text-align: left;
	width: 150px;	
	padding: 5px;
	margin: 0;
}



#content
{
	float: left;
	padding: 5px;  
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 25px;
	text-align: left;
	font-size: 80%;
}



#footer
{
	clear: both;
	text-align: left;
	background-color: #33ccff;
	color: #003399;
	padding: 5px;
	font-size: 70%;
	margin: 0;
}

#footer_maintainedby
{
	float: left;
}

#footer_maintainedby a
{
	color: #0000ff;
}

#footer_copyright
{
	text-align: right;
}









#menu {
	width: 100%;
	background: #eee;
}

#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 75%;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-top-color: #ffffff;
	border-left-color: #dddddd;
	border-right-color: #bbbbbb;
	border-bottom-color: #dddddd; 
	margin: 0;
	padding: 2px 3px;
	width: 100%;
}

#menu h2 
{
	color: #fff;
	background: #367594;
	text-transform: uppercase;
}

#menu a 
{
	color: #ffffff;
	background: #33ccff;
	text-decoration: none;
}




#menu a:hover 
{
	background-color:#11aaff; 
	color:navy;
	text-decoration: none;
}


#menu li a 
{
	width: 100%;
}


#menu li 
{
	position: relative;
}


/*
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}
*/

#menu ul ul ul 
{
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;	
}

div#menu ul ul ul 
{
	display: none;
}

div#menu ul ul  li:hover ul 
{
	display: block;
}



#menu ul ul
{
	font-weight:normal;
	text-indent: 20px;	
}

#menu ul ul ul
{
	text-indent: 40px;	
}

#menu ul ul ul ul
{
	position: relative;
	text-indent: 0px;	
	z-index: 2;
}

#menu td
{
	width: 175px;
}






#table
{
	color: #ff6600;
	font-size: 90%;
}