body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
}
acronym
	{
	cursor: help;
	font-style: normal;
	border: none;
	}
	
h1
	{
	display: none;
	visibility: hidden;
	}
	
h2
	{
	height: 20px;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	padding: 0;
	}
h2 span
	{
	display: none;
	visibility: hidden;
	}	
h3
	{
	width: 420px;
	height: 20px;
	padding-top: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 5px;	
	margin-top: 2px;
	font-size: 14px;
	color:#FFFFFF;
	}
	
h3 span
	{
	display: none;
	visibility: hidden;
	}
a
	{
	color: #990000;
	text-decoration: none;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5993a7;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}
a:active {
	text-decoration: none;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
float: left;
height: 180px;
width: 1000px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}

#main {
float: left;
height: 590px;
width: 1000px;
background-image: url(images/bkgd.jpg);
background-repeat:no-repeat;
}

#main2 {
float: left;
height: 1200px;
width: 1000px;
background-image: url(images/bkgd2.jpg);
background-repeat:no-repeat;
}

#extender {
background-image:url(images/main.jpg);
background-repeat:repeat-y;
float: left;
height: auto;
width: 1000px;
}

#leftcol {
float: left;
width: 200px;
height: auto;
margin-left: 34px;
margin-top: 35px;
line-height: 18px;
font-size: 12px;
}

#leftcol a {
color: #990000;
}

#leftcol a:hover {
color: #cc3300;
}

#leftcol a:visited {
color: #000000;
}

#rightcol {
float: left;
height: auto;
width: 740px;
margin-left: 0px;
margin-top: 0px;
}

#footer {
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
float: left;
height: 75px;
width: 1000px;
padding-left: 34px;
padding-top: 0px;
}



