body
{
	font-family:	Verdana, Arial;
	font-size:	13px;
	color:			#2E3092;
	background-color: Black;
	text-align: center;
}

p
{
	text-align: justify;	
}

td
{
	font-family:	Verdana, Arial;
	font-size: 12px;
}

a:link,
a:hover,
a:visited
{
	color:	white;
	text-decoration: underline;
}

h1
{
	text-transform: uppercase;
	color: #02b1ea;
	font-size: 24px;	
}

h2
{
	text-transform: uppercase;
	color: #88C9E5;
	font-size: 16px;
		
}

h3
{
	letter-spacing: 1px;
	border-bottom: 1px solid white;
	font-size: 20px;
}

#divContent
{
	width: 800px;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color:White;
	text-align: left;
}

#divTextContent
{
	float: left;
	width: 500px;
	padding-left: 20px;
	text-align: left;
	padding-top: 350px;
	
}

#divRightColumn
{
    float: right;
    
    padding-top: 550px;
    width:200px;
}

#divFooter
{
	float:none;
	clear:both;
	margin-top: 30px;
	background-image: url(../images/background_footer.jpg);
	background-position: center, bottom;
	background-repeat: no-repeat;
}




.DataGrid
{}

.DataGrid_Header
{
    background-color: #111636;
    font-weight: bold;
    text-transform: uppercase;
}

.DataGrid_Item
{}

.DataGrid_AlternateItem
{
    background-color: #030422;
}



.FormTextBox
{
    background-color: Black;
    border: 1px solid white;
    color:White;
}

.FormDropDownList
{
    background-color: #030422;
    border: 1px solid white;
    color:White;
}




.RightColumnBox_Header
{
     background-color:  #33468A;
     height: 15px;
     padding-top: 5px;
     padding-bottom: 5px;
     padding-left: 10px;
     color:White;
     text-transform: uppercase;
     font-weight: bold;   
}

.RightColumnBox_Content
{
	font-size: 11px;
	line-height: 17px;
}

.WhyUsBox
{
	padding: 10px; 
	background-color: #232430;
}
