body {
	margin: 0px;
	color: #7b8b94;
    background-color: #0c0c0c;
	font-size: 12px;
	font-family: Ariel, Verdana, Tahoma, sans-serif;
}

body.content {
    width: 100%;
    height: 100%;
	margin: 0px;
	color: #7b8b94;
    border: none;
    background-color: #0c0c0c;
	font-size: 12px;
	font-family: Ariel, Verdana, Tahoma, sans-serif;
    background-image: url(../images/bgwatermark.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;    
}

.contentarea {
    width: 100%;
    height: 1px;
    padding: 2px;
	margin: 0px;
	color: #7b8b94;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

table {
	font-size: 12px;
}

td {
    vertical-align: top;
}

img {
	border: none;
}

p {
    text-indent: 20px;
    text-align: justify;
}

a {
	font-weight: bold;
	font-size: 12px;
    text-decoration: none;
}

a:hover {
	color: #7e0f0f;
    text-decoration: underline;
}

a:link {color: #8d3d34;}
a:active {color: #8d3d34;}
a:visited {color: #8d3d34;}

.top {
    width: 961px;
    height: 215px;
    vertical-align: top;
	background-image: url(../images/bgtop.gif);
	background-repeat: none;
    text-align: center;
	border: none;
}

.left {
    width: 281px;
    height: 379px;    
    vertical-align: top;
	background-image: url(../images/bgleft.gif);
	background-repeat: none;
    text-align: left;
	border: none;
}

.right {
    width: 109px;
    height: 379px;    
    vertical-align: top;
	background-image: url(../images/bgright.gif);
	background-repeat: none;
    text-align: left;
	border: none;
}

div#mainwrapper {
    position: absolute;
    left: 50%;
    width: 962px;
    height: 593px;
    margin-left: -481px; 
} 
 
.header {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
    vertical-align: top;
    text-align: left;
    height: 1px;
}

.subheader {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
    vertical-align: top;
    text-align: left;    
    height: 1px;
    padding-bottom: 5px;
}

.sponsoraddress {
    text-align: center;
    width: 33%;
}

div#copyright {
	text-align: left;
	float: left;
	position: absolute;
	bottom: -14px;
	left: 0px;    
	color: #dddddd;
	overflow: visible;
	margin: 0px;
	font-size: 9px;
}

/* These selectors are for the "Website Designed by Rocky Top Grafix" anchor div */
a.rockytopgrafix:hover {
	text-decoration: underline; 
}

a.rockytopgrafix {font-size: 9px;}
a.rockytopgrafix:link {color: #8d3d34; font-weight: bold;}
a.rockytopgrafix:active {color: #8d3d34;}
a.rockytopgrafix:visited {color: #8d3d34;}

div#rockytopgrafix {
	text-align: right;
	float: right;
	position: absolute;
	bottom: -14px;
	right: 0px;
	color: #dddddd;
	overflow: visible;
	margin: 0px;
	font-size: 9px;
}
/* End selectors for the Rocky Top Grafix anchor div */
