
body
{
	margin: 0;
	padding: 1;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	/*change page backround color here*/
	background-color: #333333;
	
}
/*navagation link colors*/
a:link {
	color: #0000CC;
	background-color: #FFFFFF;
}
a:visited {
	color: #0000CC;
	background-color: #FFFFFF;
}

a:hover, a:active
{
	color: #fff;
	background-color: #9DACBF;
}

h2
{
	/*change main heading color and font here*/
	color: #B52C07;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	/*change sub-heading color and font here*/
	color: #000099;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}
/*this controls text content area*/
#container
{
	margin: 1em auto;/*this sets where page starts from top*/
	width: 728px;
	text-align: left;
	/*change backround color where content goes*/
	background-color: #fff;
	border: 1px  #000;
}

/*this controls area around top banner*/
#header
{
	height: 90px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #000000;
	position: relative;
	border: 1px none 000000;
	border-bottom: 1px solid #000000;
}

#header h1 /*set font and color of h1 headings*/
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

/*below controls left navagation menu placement and border*/
#menu
{
	float: left;
	width: 165px;
	border-right: 1px solid #000000;/*this is the border to rt. of nav*/
	padding-left: 15px;
}
/*margin numbers mean from top, from rt.side, to bottom, from left*/
#contents { margin: 0 20px 40px 200px; }
#contents p { line-height: 165%; }
/*horizontal thin line at bottom of the page*/
.insidecontents { border-bottom: 1px solid #000000; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #272900;
	text-align:center; /*controls placement of text*/
	font-size: 90%;
}

