/* LINKS */

body {

	font-family: Arial, Helvetica, sans-serif;

	margin: 0;
	width: 100%;
	padding: 0;
	background-color:#006600;

}

p {

	padding:0;

	margin-top: 0;

	font-size: 12px;

	

}

/* LINKS */

a {

color:#009900;}



a:hover {

color:#006633;}

/* TABLE */

th{}

td {}

/* HEADINGS */

h1{

	font-weight: normal;

	font-size:18px;

	border-bottom-width: 4px;

	border-bottom-style: double;

	border-bottom-color: #006600;

	color: #006600;

	background-color: #F2F7F2;

}

h2{

	font-weight: bold;

	font-size:16px;

	background-color: #F2F7F2;

	border-bottom-width: 2px;

	border-bottom-style: double;

	border-bottom-color: #006600;

}

h3{	font-weight: bold;

	font-size:14px;}

h4{	font-weight: bold;

	font-size:14px;}

h5{	font-weight: bold;

	font-size:14px;}

h6{	font-weight: bold;

	font-size:14px;}

/* BACKGROUNDS */



#master {

	background-color: #F7F7F7;

	width: 100%;

}

#header {

	width: 100%;
	height: 362px;
	background-color: #ffffff;

	padding: 0px;
	margin: 0px;

	border-top: 1px none #999999;

	border-right: 1px none #999999;

	border-left: 1px none #999999;

}



#content {

	background-color: #ffffff;

	float: left;

    margin: 0px;

	padding: 5px;

	width: 70%; 



}

#sidebar {

	width: 25%;

	vertical-align:top;

	float:right;

	margin: 5px;

	padding: 5px;



}



#footer {

	background-color: #8aa42b;

	font-weight:bold;

	margin: 0px;

	clear: both;

	width: 100%;

	text-align: center;

	vertical-align:middle;

	padding: 0px;

	border-top: 1px solid #999999;

}



#box h1{

	background-color: #FF9900;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	margin: 0px;

	padding: 2px;

	font-weight: normal;

}



ul#menu { width: 100%; height: 43px; background: #FFF url("images/menu-bg.gif") top left repeat-x; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }

ul#menu li { display: block; float: left; margin: 0 0 0 0px; }

ul#menu li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }

ul#menu li a:hover { color: #333; }

ul#menu li a.current{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }

                    

                    