/* LINKS */

body {

	font-family: Arial, Helvetica, sans-serif;
	background-color:#666666;

	margin: 0;

	padding: 0;

}

p {

	padding:0;

	margin-top: 0;

	font-size: 12px;

	

}

/* LINKS */

a {

color:##359AFF;}



a:hover {

color:#244016;}

/* TABLE */

th{}

td {}

/* HEADINGS */

h1{
	font-style:italic;
	text-align:center;
	font-size:18px;
	width:80%;
	border-bottom-width: 9px;
	border-bottom-style: solid;

	border-bottom-color: #666666;

	color: #333333;

}

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

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



#content {

	background-color: #ffffff;

	float: left;

    margin: 10px;

	padding: 5px;

}

#sidebar {

	vertical-align:top;

	margin: 5px;



}



#footer {

	background-color:#000000;
	height: 90px;
	width: 100%;
	text-align: center;
	vertical-align:middle;
	color:#CCCCCC;
}



#box h1{

	background-color: #FF9900;

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

	font-size: 18px;

	margin: 0px;

	padding: 2px;

	font-weight: normal;

}



ul.menu {
list-style-type:none;
width: auto;
position:relative;
display:block;
height:33px;
font-size:.6em;
font-family:Verdana,Helvetica,Arial,sans-serif;
margin:0;
padding:0;
background-color: #000000;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#ffffff;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color: #0066FF;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}
                 
  
                                        