
/* Body Tag - Centers the site and provides margin on top of page */

body
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 10;
	margin-bottom: 0;
	background-color: #333333;
}


/* Standard H Tags - Style specific H tags included with class */

h1	{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;
	line-height: 10px;
	padding: 0 0 0 0;
	
}

H2
{
	font: 12px verdana;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

H3
{
	font: 12px verdana;
	color: #663399;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 10px 0px 0px 0px;
}

/* Standard Lists */

UL
{
	margin:5px 0 1.2em 0;
	padding-left:1px
}

OL
{
	margin:5px 0 1.2em 16px;
	padding-left:1px
}


UL LI
{
	color: #333333;
	margin: 0 0 .3em 0;
	padding: 0 0 1px 11px;
	line-height: 1.6em;
	list-style-type: none;
	background: transparent url('images/bullet_orange.gif') no-repeat 0px .3em;
}


OL LI
{ 
	color:#333333;
	margin:0 0 .3em 0;
	padding:0 0 1px 6px;
	line-height:1.6em
}

.nav	{
	font-size: 10px;
	color: #ffffff;
	font-family: verdana;
	text-decoration: none;
	line-height: 16px;
	padding: 2 10 2 10;
}

.nav A {color: #FF6600; text-decoration: none;}
.nav A:Hover {color: #FF9900; text-decoration: none;}



.mainbox	{
	padding: 1px 1px 1px 1px;
	background-color: #660000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}



.body	{
	font-size: 10px;
	color: #cccccc;
	font-family: verdana;
	text-decoration: none;
	line-height: 14px;
	padding: 10 10 10 10;
	
}

.body A {color: #ff6600; text-decoration: none;}
.body A:Hover {color: #ff9900; text-decoration: none;}

.copyright	{
	font-size: 10px;
	color: #666666;
	font-family: verdana;
	text-decoration: none;
	line-height: 16px;
	padding: 10 10 10 10;
	
}

.copyright A {color: #663399; text-decoration: none;}
.copyright A:Hover {color: #663399; text-decoration: underline;}