body{
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

h1 {
	font-family: "Bradley Hand ITC";
	font-size: 90px;
	font-weight: 900;
	color: #0099FF;
	background-color: #000000;
}

h2 {
	font-family: "Bradley Hand ITC";
	font-size: 24px;
	font-weight: 700;
	background-color: #000000;
	color: #FF9900;
}

h3 {
	font-family: "Bradley Hand ITC";
	font-size: 16px;
	color: #0099FF;
}

strong {
	font-size: 100%
}
	
h6 {clear:both;
	font-size: 1px;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}

a:visited {
	color: #0066CC;
	text-decoration: none;
}
	
a:hover {
	color: #0099FF;
	text-decoration: underline;
}

ul{
 list-style-type: none;
}

#header {
	margin: 0;
	padding: 10px 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	text-align: center;
}

#sidebar {
	padding: 0px;
	background-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	margin-top: 0;
	margin-right: 79%;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 90%;

}

#body {
	float:right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #000000;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #990000;
	border-bottom-color: #000000;
	padding-left: 15px;
	margin: 0;
	width: 75%;
}

#footer {
	clear: both;
	border-top: 1px solid #990000;
	font-size: 80%;
	color: #FF9900;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}

/************** .body styles ***************/


.picright img{
	float: right;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.picleft img{
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/*********** #sidebar link styles ***********/

#sidebar ul a:link, #sidebar ul a:visited {display: }
#sidebar ul {
	list-style: none;

}

#sidebar h2 {
	font-weight: 900;
	color: #FF9900;
}

/*********** #header styles ***********/

#header h2 {color:#0099FF;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 15px;
}

