/* base css file */
body {
	font-size: 100%;
	font-family: 'Trebuchet MS',Arial,Tahoma,Verdana,Helvetica,sans-serif;
	color: #065006;
	background-color: #065006;
}

p {
	font-size: 0.8em;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
}

h1 {
	font-weight: bold;
	font-size: 1.4em;
	font-style: italic;
	margin-top: 12px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;	
	margin-top: 8px;
	margin-bottom: 2px;
	padding-left: 5px;
	clear:both
}

h3 {
	font-weight: bold;
	font-size: 1em;
	font-style: italic;		
	margin-top: 6px;
	margin-bottom: 2px;
	padding-left: 5px;	
}

h4 {
	font-size: 0.8em;
	text-decoration: underline;	
	margin-top: 6px;
	margin-bottom: 2px;
	padding-left: 5px;	
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 1em;
}

ul ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 1em;
	padding-left: 1em;	
}

ul ul ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 2em;
	padding-left: 1em;
}

table {
	font-weight: normal;
	font-style: normal;
	text-align: left;
	border-color: #CCCCCC;
}

th {
	font-weight: bold;
	border-color: #CCCCCC;	
}

td {
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	border-color: #000000;
}

a {
	color: #065006;
	text-decoration: underline;
}

a:hover {
	color: #065006;
	text-decoration: underline;
	font-weight: bold;
	font-size: 105%
}

img {
	border:0px solid #EFEFEF;
	float:left;
	margin:5px 5px 5px 5px	
}

hr {color: #AAAAAA;}

button {}
label {}

fieldset {color: #000000;}

select {
	border-style:solid;
	font-style: normal;
	color: #000000;
}

caption {color: #000000;}

legend {
	font-style: normal;
	color: #000000;	
}

marquee {}

.highlightit img{
	border: 0px solid #CCCCCC;
}

.highlightit:hover img{
	border: 1px solid #CCCCCC;
}

.highlightit:hover{
	color: #333333;
	border: 0px ;
}

#main {
	background-color: #FFFFDD;
	width: 800px;
	margin: auto;
}

#footer {
	font-size: 0.7em;
	color: #065006;
	text-align: center;
	margin-top: 6px;
	padding-top: 20px;
	clear:both;
}

#content {
	clear:both;
	margin-top: 10px;
}


#menu {
	width: 100%;
	background: #FFFFDD;
	float: left;
	margin-bottom:10px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 133.33px; 
	float: left;
	text-align: center;
}

#menu a, #menu h2 {
	font-weight: bold;
	font-size: 0.8em;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	margin: 0;
	padding: 2px 10px 2px 10px
}

#menu h2 {
	color: #065006;
	background: #EFEFEF;
	text-transform: uppercase;
}

#menu a {
	color: #065006;
	background: #EFEFEF;
	text-decoration: none;
}

#menu a:hover {
	color: #AA0000;
	background: #FFFFFF;
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	text-align: left;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
