body {
  font-family: "Times New Roman", Times, serif;
  background-color: #9bbffd; 
  background-image: url('img/sky-bg.jpg');
  background-position: top;
  background-repeat: repeat-x;
  color: #000000;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

.mainmenu { height: 30px; padding-top: 8px; margin-left: 35px; }
a.menuitem:link { 
	color: #30572f;
	font-weight: bold; 
	text-decoration: none; 
	padding: 0px 20px 0px 20px; 
	margin: 0; 
	}
	
a.menuitem:hover { 
	color: #4f764e; 
	font-weight: bold; 
	text-decoration: none; 
	padding: 0px 20px 0px 20px; 
	margin: 0; 
	}
	
.maincontent { margin-left: 65px; margin-right: 20px; padding: 0; }
.searchbox { 
	border: 1px solid #ffffff;
	padding: 10px; 
	margin-left: 8px;
	float: right;
	color: #30572f; 
	font-size: 14px; 
	font-family:"Times New Roman", Times, serif; 
	line-height: 120%;
	font-weight: bold; 
	}
searchbox>p { 
	color: #30572f; 
	font-size: 14px; 
	font-family:"Times New Roman", Times, serif; 
	line-height: 120%;
	font-weight: bold; 
	} 
	
	
.content { }

.footer { color: #ffcc33; }

.orange { color: #e27b28; }

h1 { color: #ffff99; font-size: 18px; font-family: Arial, Helvetica, sans-serif; }

h2 { color: #ffcc66; font-size: 18px; font-family:inherit; font-weight: bold; }

h3 { color: ##FFFFCC; font-size: 16px; font-family:inherit; font-weight: bold; }

p, span, td, th, li { 
	color: #ffffff; 
	font-size: 14px; 
	font-family:"Times New Roman", Times, serif; 
	line-height: 150%;
	font-weight: bold; 
	}
	
ul, ol { color: #ffffff; } 

a:link { color: #ffcc33; }

a:hover { color: #ff9900; } 

/* 
input
{
color: #30572f;
background: #daecc1;
border: 1px solid #ffffff
}

select
{
color: #30572f;
background: #daecc1;
border: 1px solid #ffffff;
}
*/


