body{
	background-color: white;
/*	background-image:url('black.jpg');
	background-repeat:repeat;
*/
}

a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
}

h1 {
font-family: Times New Roman; 
color: #FFFFFF;
margin:0;
font-size: 25px;
font-weight: bold; 
display: inline;
}

h2 {
font-family: Times New Roman; 
color: #FFFFFF;
margin:0;
font-size: 16px;
font-weight: bold; 
display: inline;
}

h3 {
font-family: Times New Roman; 
color: #000000;
margin:0;
font-size: 16px;
font-weight: bold; 
display: inline;
}

/*added for banner
#top{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 100%;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 50px;
	background-color: #336644;
}
*/

#left{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 250px;
	height: 100%;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #336644;
}

#right{
	position: relative;
	top: 10px;
	width: 650px;
	padding: 70px 0px 0px 0px;
	margin: 0px 0px 0px 310px;
	background-color: #336644;
}

#background{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #336644;
}