* {
 padding:0px;
 border:0px;
 margin:0px;
  
}

input {
 border: 1px;
 }
 

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f2ffea;
	font-size:12px;
	color: #666666;
	
}



Div#container {
	Position: relative;
	margin-left:auto;
	margin-right:auto; 
	top: -1px;
	width: 879px;
	overflow: visible;
 	border: 1px solid #666666; 
	text-align: left;
	background-color:#FFFFFF;
	
}

Div#top {
	poisition: relative;
	width: 879px; 
	height: 80px;
	overflow: hidden;
	background-image:url(assets/top_bg.jpg);
	background-position:right;
	background-repeat: no-repeat;
	text-align: left;
	
}

Div#menu {
	poisition: relative;
	width: 879px; 
	height: 30px;
	overflow: hidden;
	background-color: a6da00;
	z-index: 10;
	
}

Div#middle {
	poisition: relative;
	width: 879px;
	_height: 514px;
	min-height: 514px; 
	overflow: visible;
	background-image: url(assets/bottom_line.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	
}

Div#middle_left {
	float: left;
	width: 710px;
	_height: 514px;
	min-height: 514px;
	overflow: visible;
	background-image: url(assets/middle_line.gif);
	background-repeat:repeat-y;
	
}

Div#middle_right {
	float: left;
	width: 169px;
	_height: 514px;
	min-height: 514px;
	overflow: visible;
	
}

Div#foot {
	Position: relative;
	margin-left:auto;
	margin-right:auto; 
	width: 879px;
	height: 30px; 
	overflow: hidden;
	text-align: center;
	
}

.ARIAL10 {
	font: 10px Arial;
	color: #666666;
	text-align: justify;
}

.ARIAL11 {
	font: 11px Arial;
	color: #666666;
	text-align: justify;
}

.ARIAL12 {
	font: 12px Arial;
	color: #666666;
	text-align: justify;
}

p.head {
	font-family: Century gothic, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FFFFFF;
}

p.foot {
	font-size: 10px;
}

p.red {
   color: #b8896f;
}


   A:link    {text-decoration: none; font-weight: normal; font-size: 9pt; color : #444444}
   A:visited {text-decoration: none; font-weight: normal; font-size: 9pt; color : #444444}
   A:active  {text-decoration: none; font-weight: normal; font-size: 9pt; color : #444444}
   A:hover   {text-decoration: none; font-weight: normal; font-size: 9pt; color : #678b05}
   
   A.foot:link    {text-decoration: none; font-weight: normal; font-size: 10px; color : #666666}
   A.foot:visited {text-decoration: none; font-weight: normal; font-size: 10px; color : #666666}
   A.foot:active  {text-decoration: none; font-weight: normal; font-size: 10px; color : #666666}
   A.foot:hover   {text-decoration: none; font-weight: normal; font-size: 10px; color : #444444}
   
   A.menu:link    {text-decoration: none; font-weight: normal; font-size: 8pt; color : #000000}
   A.menu:visited {text-decoration: none; font-weight: normal; font-size: 8pt; color : #000000}
   A.menu:active  {text-decoration: none; font-weight: normal; font-size: 8pt; color : #000000}
   A.menu:hover   {text-decoration: none; font-weight: normal; font-size: 8pt; color : #222222}
  
  
     A.div:hover   { cursor: pointer;}

.navspace {
	height: 30px;
	overflow: hidden;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 126px;
}

#nav li { /* all list items */
	float: left;
	width: 126px; /* width needed or else Opera goes nuts */
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 126px;
	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;
}



.gsubhead {
 color: #93c159;
 font-size: 16px;
 font-weight: 600;
}


.navdiv {
	border: 1px solid #ffffff;
	border-top-width: 0px;
	background-color:#daeda9;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	overflow: visible;
	z-index: 2;
	height: 14px;
	width: 100%;
	cursor: 280;
	cursor: hand;
	padding: 4px;
}
