body
{
	background: #000;
	background: url(../img/bg.gif);
	border-top: 10px solid #e50f9f;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px;
	line-height:130%;
}

a {
	color: #e50f9f;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #fff;
}

a:active {
	color: #9ea900;
	text-decoration: none;
}

a:visited {
	color: #756c62;
}

p {
	overflow: hidden;
	padding: 10px 0;
}

hr{
	border-color:#ccc;border-style:solid;border-width:1px 0 0;clear:both;height:0
}

h1{
	font-size:25px
}

h2{
	font-size:23px
}

h3{
	font-size:21px
}

h4{
	font-size:19px
}

h5{
	font-size:17px
}

h6{
	font-size:15px
}

ol{
	list-style:decimal
}

ul{
	list-style:square
}

li{
	margin-left:30px
}

dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{
	margin-bottom:20px
}

/* Top nav */
#nav {
	margin:-2px 0 0 0;
	font-weight: bold;
}

#nav a:link {
	color:#e50f9f;
	text-decoration: none; 
}

#nav a:visited {
	color:#e50f9f;
	text-decoration: none; 
}

#nav a:active {
	text-decoration: none;
	color:#e50f9f;
}

#nav a {
	float: left;
	display: inline;
	font-size: 12px;
	width: 187px;
	margin-right: 1px;
	padding: 15px 0px 17px 0px;
	background-image: url(../img/nav20bg.png);
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#nav a:hover {
	background: #e50f9f;
	color: #fff;
	text-decoration:none;
}

#nav #current, #nav #current:hover {
	background: #ff3c00;
	cursor: default;
	color: #fff;
}
/* End top nav */

.footer {
	background-image:url(../img/nav20bg.png);
	width:100%; 
	border-bottom:10px solid #ff3c00; 
	clear:both;
	color:#fff;
}
	
.footer .footerguts {
	text-align:center;
	margin:10px auto;
	padding:10px 0;
	width:960px;
}

.footer .columnguts {
	text-align:center;
	margin:10px auto;
	padding:10px 0;
	width:960px;
}

.footer .columnguts .logo {
	margin:10px 20px;
	display:inline;
	float:left;
}

/* Main page paper bg */
.paper {
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:540px;
	padding-bottom:15px;
}

.paper .topmain {
	margin-bottom:-10px;
}

.paper .body {
	background-image:url(../img/tablebg.png);
	padding:10px 40px 30px 40px;
}

.paper .bot {
	background-image:url(../img/tablebot.png);
	height:40px;
	margin-top:-10px;
}
/* End main page paper bg*/

/* 940 width page paper bg */
.paperbig {
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:940px;
	padding-bottom:15px;
}

.paperbig .topbig {
	background-image:url(../img/tabletop.png);
	height:40px;
}

.paperbig .bodybig {
	background-image:url(../img/tablebg.png);
	padding:10px 40px 30px 40px;
}

.paperbig .botbig {
	background-image:url(../img/tablebot.png);
	height:40px;
	margin-top:-10px;
}
/* End 940 width page paper bg*/

.space {
	height:20px;
}

.px15 {
	font-size:16px;
	line-height:130%;
}

.onblack {
	color:#FFFFFF;
	margin:0 50px;
	font-style:italic;
	line-height:180%;
}

.gonblack {
	color:#FFFFFF;
	margin:0 30px 0 120px;
	font-style:italic;
	line-height:200%;
}

.header {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff3c00;
	text-transform:uppercase;
	font-size:15px;
}