body{
background-image:url(images/april2010_green_bkg.gif);
background-color:#ffffff;
text-align:center;
width: 940px;
min-height: 800px; margin-bottom: 35px;
margin-top: 20px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
font-family: arial, helvetica, serif;

}
input.field{
  width: 96%;
  border: 1px solid #000000;
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  color:#333333;
  font-size: 12px;
}
.header{
background-image:url(images/);
background-repeat:no-repeat;
border-left: solid 2px #ffffff;
border-right: solid 2px #ffffff;
border-bottom: solid 2px #ffffff;
background-color:#ffffff;
height:100px
}

.logo {
float:left;
padding-left:20px;
padding-top:5px;
border-collapse:collapse;

width:50px;
height:50px;
margin-top:0px;
margin-left:5px;
margin-right:75px;
}
.memberlogin a{
font-size: 11px;
text-decoration:none;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
margin-right:20px;
}
.memberlogin a:hover{
color:#669900;
text-decoration:none;
}

h1{
background-color: #ffffff;
text-align:left;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
letter-spacing: 1px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 0px;
margin-top:0px;
margin-bottom: 20px;
}

h2{
color:#669900;

}

h3{
color:#669900;
margin-bottom: -0px;
font-size:15px;
}

.profileimg{
margin-right:10px;
}

.profile{
text-align:left;
font-size:13px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
color:#669900;
letter-spacing: 1px;
line-height:120%;
max-width:500px;
margin-bottom: 50px;
}

td h2{
text-align:left;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color:#669900;
letter-spacing: 1px;
}

.swf{
margin-bottom: 30px;
}

.contents{
text-align:left;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
letter-spacing: 1px;
line-height:150%;
height:430px;
background-color:#FFFFFF;
border-left: solid 2px #ffffff;
border-right: solid 2px #ffffff;
padding-left:25px;
padding-right:20px;
padding-bottom:25px;
padding-top:35px;
}


.left{
width:500px;
color: #333333;
float:left;
margin-right:40px;
}
.left_2{
width:300px;
color:#333333;
float:left;
margin-right:20px;
}

.right{
	width:300px;
	color:#333333;
	float:right;
	margin-left:20px;
}

.right_2{
width:300px;
color:#333333;
float:right;
margin-left:30px;
padding-right:100px;

}

.right_2_img{
padding-top:15px;
}
.contents a, .footer a, .left a, .right a{
color: #333333;
text-decoration: underline;
}
.contents a:hover, .footer a:hover, .left a:hover, .right a:hover{
color: #669900;
text-decoration: underline;
}

.imageborder
{
width:0px;
cursor:hand;
border:1px solid white;
}
.imageborder:hover
{
border:1px solid orange;
}

.footer{
background-color:#ffffff;
border-left: solid 2px #ffffff;
border-right: solid 2px #ffffff;
padding-left:25px;
height:10px;

text-align:left;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
letter-spacing: 1px;
color:#333333;
}

.borderbox{
align:center;
border:medium;
border-color:#ffffff;
padding:5px;

text-align:left;

}



/* placement of menu on page */
.menu{ float:right; margin-top:50px; width:750px; height: 20px; }

/* style of dropdown menu */
#nav{margin-left:0px}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}

#nav a {
	margin-left:10px;
	margin-right:30px;
	padding-right:5px;
	display: block;
	width: 100px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	font-size:15px

}

#nav a:hover {
	color:#669900;

}
#nav li { /* all list items */
	float:left;
	width: 125px; /* width needed or else Opera goes nuts */
	text-align:left;
	line-height:130%;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	float:left;
	background: #ffffff;
	width: 125px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}