#header {
	height: 100px;
	background-color: #009900;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0;
	padding-right: 10px;
}
#header img{
padding-top:15px;

}

#maintable tr #header {
	color: #FF0;
}

#content {
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:20px;
	padding-bottom:10px;
}
td {
	vertical-align: top;
}
#footer {

	background-color:#009900;
	bottom: 0px;
	text-align: center;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFF;
	padding-top:15px;
	padding-bottom:15px;
}
img {
	border:none;
}

#maintable {
	border: 1px solid #000;
}

#content h1 {
	color: #009900;
}

#content a {
	color: #009900;
}
#content a:hover {
	color: #666;
}
#content h2 {
	color: #009900;
}


#nav{
padding: 0;
width: 100%;
border-top: 5px solid #009900; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
margin-top:10px;
}

#nav ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#nav li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#nav a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0;
padding: 5px 8px 9px 8px; 
background-color: white;

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
  
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

#nav a:hover{
background-color: #009900; 
padding-top: 9px; 
padding-bottom: 5px; 
color: white;
}

#nav .current_page_item a{ 
background-color: #009900; 
padding-top: 9px; 
padding-bottom: 5px; 
color: white;
}

#nav .current-cat a{ 
background-color: #009900; 
padding-top: 9px; 
padding-bottom: 5px; 
color: white;
}

h2 a {
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
	color:#090;
}

form td p{
	margin-top: 2px;
}

#right {
	padding-bottom:30px;
	padding-top:30px;
	text-align:center;
}

#right img {
	border:1px solid #000; }
	
.border {
	border: 1px solid #000;
	width: 40px;
}
