/* LINKS */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #3A73C5;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #2B5391;
}
p {
	padding:0;
	margin-top: 0;
	font-size: 12px;
	
}
/* LINKS */
a {}
a:hover {}
/* TABLE */
th{}
td {}
/* HEADINGS */
h1{
	font-weight: normal;
	margin: 0px;
	font-size:24px;
	font-style: italic;
	background-color: #F0F0E6;
}
h2{
	font-weight: normal;
	margin: 0px;
	font-size:18px;
	font-style: italic;
}
h3{	font-weight: bold;
	margin: 0px;
	font-size:14px;}
h4{	font-weight: bold;
	margin: 0px;
	font-size:14px;}
h5{	font-weight: bold;
	margin: 0px;
	font-size:14px;}
h6{	font-weight: bold;
	margin: 0px;
	font-size:14px;}
/* BACKGROUNDS */

#master {
	background-color: #FFDF10;
	width: 100%;
}
#header {
	width: 100%;
	background-color: #CC0000;
	padding: 0px;
	border-top: 1px none #990000;
	border-right: 1px none #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px none #990000;
}

#menu {
	width: 16%;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #3A73C5;
	padding-bottom: 6px;
	background-image: none;
	font-style: italic;
	font-size: 14px;
}

#content {
	background-color: #F0F0E6;
	float: left;
	margin: 0px;
	padding: 10px;
	float:left;
	width: 60%; 

}
#sidebar {
	width: 17%;
	float: right;
	padding: 2px;
	height:inherit;
	background-color: #3A73C5;

}

#footer {
	background-color: #3A73C5;
	margin: 0px;
	clear: both;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
	border-top: 1px solid #203F6C;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

#box h1{
	background-color: #3A73C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 2px;
	font-weight: normal;
}

ul.menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li.menu a {
	text-decoration: none;
	color: #000000;
	list-style-type: none;
	padding: 3px;
	background-color: #FFDF10;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3A73C5;
	display: block;
}

li.menu a:hover {

	background-color: #FFF5B3;

}
