body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	background-color: #B2B883;
	background-image: url(images/repeat_green.jpg);
	background-repeat: repeat-x;
}
.text_white {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 0;
	margin-top: 0px;
	color: #FFFFFF;
	line-height: 18px;
	margin-left: 0px;
	margin-right: 80px;
}
.text_black {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 0;
	margin-right: 20px;
	color: #000000;
	line-height: 16px;
	margin-left: 5px;
}
.text_black_bold {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; 
	font-size: 11px; 
	border: 0; 
	margin-top: 0px; 
	margin-right: 0px; 
	color: #000000; 
	line-height: 16px; 
	margin-left: 0px; 
	font-weight: bold; 
}
.text_photo {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 0;
	margin-top: 0px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.text_get_flash {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 0;
	margin-top: 0px;
	color: #FFFFFF;
	line-height: 14px;
	margin-left: 15px;
	margin-right: 80px;
}
.footer {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
	padding-top: 25px;
}
.embedded_footer {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
	margin-left: 4px;	
	margin-top: 65px;

}
a:link {
	color: #c9dc7b;
}
a:visited {
	color: #d4d47e;	
}
.title {
	color: #c9dc7b;
	font-weight: normal;
	font-size: 32px;
	margin-left: 3px;
	padding-left: 15px;
}
.input {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}





/* ================================================================ 
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/final_drop2.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.
=================================================================== */
/* style the outer div to give it width */
.menu {
	width:640px;
	font-size:0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:450px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:110px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#ffffff; 
width:110px; 
height:30px; 
border:0px solid #ffffff; 
border-width:0px 0px 0 0; 
background:#b2b883; 
padding-left:0px; 
line-height:30px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:110px;
w\idth:110px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#51632F;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#E6E9C3;
}
.menu ul ul :hover > a.drop {
background:#E6E9C3;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	position:absolute;
	height:0;
	top:30px;
	left:0;
	width:100px;
	visibility: hidden;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:30px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#51632F; 
color:#ffffff; 
height:auto; 
line-height:1em; 
padding:5px 15px; 
width:449px/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:449px;
w\idth:449px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000000; 
background:#E6E9C3;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#000000;
background:#E6E9C3;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}