body
{
	margin: 0px auto;
	background-color: #DE8006;
	background-image: url(/images/bg_repeat.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.SponsorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
}
.SponsorText-smallCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	padding-top: 5px;
}
.SponsorText-smallCaps1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	padding-top:0px;
}
a.SponsorText-smallCaps:link,a.SponsorText-smallCaps:hover,a.SponsorText-smallCaps:visited
{
	color: #000000;
}
input.Textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;

}

a 
{
    color: #8E0B4D;
}

a.Link-White:link,a.Link-White:hover
{
	color: #FFFFFF;
}
a.Link-White:visited
{
	color:#ED3C32;
}

/***************************
**********GRID**************
***************************/
/*
.grid
{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	background-color: #C6B9AC;
}

.gridAlternatingRow
{
	background-color: #CCCCCC;
}

.gridRow
{
	background-color:#FFFFFF;
}
*/
.gridHeader
{
	font-weight: bold;
	text-align: left;
	background-color: #DE8006;
	color: #000000;
}


/***************************
***** Drop Down Menu *******
***************************/
div img
{
    /*display: block;*/
}
.dropDown-main
{
	padding:0px;
	margin:0px;	
	border: 0px;
}
.dropDown
{	
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding:0px;
	
}
.dropDown a, .dropDown a:visited
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 20px;
}
.dropDown a:hover
{	
	color:#FFD204;
}

.dropDown-submenu
{	
	width:100%;
	padding:3px;
	color:#FFD204;
	background-color:#650460;
	font-family:Arial;
	font-size:12px;
	z-index:3;	
}
.dropDown-submenu a, .dropDown-submenu a:visited
{
    color: #FFD204;
}
.dropDown-submenu a:hover
{
	background-color:#FFD204;
	color:#650460;
}

.menu_indent
{	
	margin:0px;
	padding:0px;
	border:solid #000000 1px;
	background-color:#650460;
    /*margin-left: -20px;*/
}

.error 
{
    color: Red;
}
