/* LINKS */

body {

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

	margin: 0;
	background-color:#F27D71;

	padding: 0;

}

p {

	padding:0;

	margin-top: 0;

	font-size: 12px;

	

}

/* LINKS */

a {

color:#0a5c7e;}



a:hover {

color:#244016;}

/* TABLE */

th{}

td {}

/* HEADINGS */

h1{

	font-weight: normal;
	font-style:italic;

	font-size:18px;

	color: #993300;
	text-align:center;

}

h2{
	font-style:italic;
	text-align:center;
	font-size:16px;

	color: #993300;

}

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

	background-color: #ffffff;

	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 {

	vertical-align:top;

	margin: 5px;



}



#footer {

	background-color: #000000;

	font-weight:bold;

	margin: 0px;

	clear: both;

	width: 100%;
	height: 90px;

	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

{

	margin:0;

	padding:0;

	list-style-type:none;

	width:auto;

	position:relative;

	display:block;

	height:36px;

	font-size:12px;

	font-weight:bold;

	text-transform:lowercase;

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

	font-family:"Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;

	border-bottom:1px solid #000000;

	border-top:1px solid #000000;

}



ul#menu li

{

	display:block;

	float:left;

	margin:0;

	pading:0;

}

	

ul#menu li a

{

	display:block;

	float:left;

	color:#999999;

	text-decoration:none;

	font-weight:bold;

	padding:12px 20px 0 20px;

	height:24px;



}

	

ul#menu li a:hover

{	

	color:#FFFFFF;

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

}

                    

                                        