/*CSS Document*/
/* Global */
/*------------------------------------*/
*
{
	margin : 0;
	padding : 0;
}
html,body 
{
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	font-family : "Trebuchet MS", sans-serif;
	background : #ffffff;
}
.main
{
	background : #ffffff;
	padding-bottom : 0;
	margin : 0 auto;
	width : 950px;
	position : relative;
	text-align : center;
}
p.legal
{
	float:left;
}
/*------------------------------------*/
/*Header */
/*------------------------------------*/
.header h1
{
	border-top : 4px solid #ffffff;
	background : url(../images/top.gif);
	background-repeat : no-repeat;
	font-size : 12px;
	color : #fff;
	padding : 0 3px 3px 17px;
	font-weight : 500;
	height : 20px;
	text-align : left;
}
.header div
{
	border-top : 0 solid #fff;
	background-image : url(../images/startracelogo.jpg);
	background-repeat : no-repeat;
	height : 100px;
}
.header ul
{
	border-top : 0 solid #fff;
	width : 950px;
	height : 50px;
	background : #0D572D;
}
.header li 
{
	list-style : none;
	float : left;
	text-align : center;
}
.header li.midmenu 
{
	float : left;
	list-style-type : none;
	position : relative;
	top : 10px;
	text-align : center;
}
.header a 
{
	padding-top : 3px;
	font-size : 16px;
	color : #e2e2e2;
	text-decoration : none;
	font-weight : bold;
	display : block;
	width : 105.5px;
	height : 27px;
}
.header a:hover
{
	background : #ffffff;
	color : #116086;
	width:100.5px;
	margin-left:5px;
}
/*--------------------------------------*/
/*----------------content---------------*/
#content
{
	clear : both;
	border-right : double green;
	border-top : double green;
	background : transparent none repeat scroll 0% 0%;
	border-left : double green;
	border-bottom : double green;
	float : left;
	width : 944px !important ;
	width : 100%;
}
#content p
{
	font-size : 13px;
	color : #333;
	margin : 20px;
}
/*------------------------------------------*/
/*---------------------footer--------------*/
#footer 
{
	background : #006633;
	border-top : 1px solid #fff;
	border-right : double green;
	background : transparent none repeat scroll 0% 0%;
	border-left : double green;
	border-bottom : double green;
	width : 944px !important ;
	width : 100%;
}
#bottomimg 
{
	float : left;
	background : url(../images/bottom.gif);
	width : 950px;
	border-top : 0 solid #fff;
	position : relative;
	text-align : center;
	background-repeat : no-repeat;
	height : 25px;
}
#bottomain 
{
	width : 100%;
	text-align : center;
	height : 60px;
}
/*-------------------------------------------*/
/*-------------------pagecontent-------------*/
#pagecontent
{
	margin-left : 10px;
	margin-right : 5px;
	background-color : #ffffff;
	margin : 15px;
	text-indent : 10px;
	text-align : justify;
	font-size : 14px;
	font-family : Verdana, Arial, sans-serif, Times New Roman;
	padding-bottom : 1px;
}
#pagecontent div.leftside 
{	
	padding:10px 40px 10px 40px;
	line-height:1.5em;
	font-weight:bold;
	text-align : left;
	font-size:16px;
}
div.pageCenter
{
	text-align : center;
}
#pagecontent p.subTitle
{
	color : #006600;
	font-size : 18px;
	/*font-weight : bold;*/
}
#pagecontent div 
{
	margin-top : 3px;
	margin-bottom : 10px;
}
.contact_us_alig 
{
	padding-left : 175px;
}
#pagecontent h1 
{
	margin-left : 15px;
	margin-top : 3px;
	color : green;
	text-indent : 0;
	font-size : 18px;
	margin-right : 24px;
	text-align : left;
	font-weight : bold;
	text-align : center;
	padding-bottom:20px;
}
#pagecontent h4 
{
	margin-left : 0;
	margin-top : 3px;
	font-size : 16px;
	text-align : left;
}
#pagecontent a 
{
	color : blue;
	text-decoration : none;
}
div.links
{
	text-align:center;
	font-size:13px;
	font-weight:bold;
	line-height:1.5em;
}
div.links a
{
	border-right:solid 2px black;
	margin-right:8px;
	padding-right:12px;
}	
.homePageContent
{
	float : left;
	width : 14%;
	height : 165px;
	border : 1px solid #006600;
	padding : 2px;
	margin : 5px;
	margin-left : 10px;
	text-align : center;
}
#pagecontent div.homePageContent span 
{
	text-align : center;
	color : #006600;
	font-size : 13px;
	font-weight : bold;
}
.table
{
	width: 900px; 
	text-align: center !important;
	font-weight:bold;
	/*float:left;*/
	font-size:13px;
	font-family : sans-serif;
}
a
{
	outline:none;
}

