/* LINKS */

body {

	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	background-color: #4c530e;
}

p {

	padding:0;

	margin-top: 0;

	font-size: 12px;

	

}

/* LINKS */

a {

color:#CC9900;}



a:hover {

color:#CC6633;}

/* TABLE */

th{}

td {}

/* HEADINGS */

h1{

	font-weight: normal;

	font-size:18px;

	color: #ffffff;

	background-color: #4c530e;

}

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%;

	background-color: #8aa42b;

	padding: 0px;

	border-top: 1px none #999999;

	border-right: 1px none #999999;

	border-bottom: 1px solid #999999;

	border-left: 1px none #999999;

}



#content {

	background-color: #ffffff;

	float: left;

    margin: 10px;

	padding: 5px;




}

#sidebar {
	width: 150px;
	vertical-align:top;

	margin: 5px;



}



#footer {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 80px;
	color:#FFFFFF;

}



#box h1{

	background-color: #FF9900;

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

	font-size: 18px;

	margin: 0px;

	padding: 2px;

	font-weight: normal;

}



/******   H3    */

ul#menu{

	margin:0;

	padding:0;

	list-style-type:none;

	width:auto;

	position:relative;

	display:block;

	height:25px;

	text-transform:uppercase;

	font-size:10px;

	font-weight:bold;

	background:transparent url("images/OFF.gif") repeat-x top left;

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

	border-bottom:4px solid #336666;

	border-top:1px solid #C0E2D4;

}

ul#menu li{

	display:block;

	float:left;

	margin:0;

	pading:0;}

ul#menu li a{

	display:block;

	float:left;

	color:#874B46;

	text-decoration:none;

	font-weight:bold;

	padding:10px 15px 0 15px;

	height:15px;

	background:transparent url("images/DIVIDER.gif") no-repeat top right;

	}

ul#menu li a:hover{

	background:transparent url("images/HOVER.gif") no-repeat top right;	

	}

                    

                    

                    

                    