﻿body
{
	margin: 0px;
	padding: 0px;
}
#mainwrapper
{
	background: url(App_Themes/BULLDOGSLOGO_Back_Diag_Trans.png) threeddarkshadow;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height:100%;
}
#centercol
{
    background: url(App_Themes/dirt_background.jpg);
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    min-height: 100%;
}
#header
{
	background: none transparent scroll repeat 0% 0%;
	top: 0px;
	width: auto;
	height: auto;
}
#menubar
{
	background: none transparent scroll repeat 0% 0%;
	position:absolute;
	top:270px;
	width: 1100px;
	height: auto;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	font-family: sans-serif;
	font-weight: bold;
	font-size: large;
	font-style: normal;
	color: #FFFFFF;
	
}

#maincontent
{ 
	width:100%;
	height:100%;
	
}
#mainleft
{ 
	width:65%;
	float:left;
	height:100%;
	
	
}
#mainright
{ 
	width:35%;
	float:right;
	height:100%;
	
	
}
#mainlefttop
{  
	width:96%;
	height:770px;
	float:left;
	margin-left: 1%;
    margin-right:1%;
    padding:5px 5px 5px 5px;
    background-color: #FFFFFF;
}

#mainleftmiddle
{ 
	width:96%;
	height:250px;
	float:left;
	margin-left: 1%;
    margin-right:1%;
    padding:5px 5px 5px 5px;
	background-color: #FFFFFF;
}
#mainleftbottom
{ 
	width:96%;
	height:250px;
	float:left;
	margin-left: 1%;
    margin-right:1%;
    padding:5px 5px 5px 5px;
	background-color: #FFFFFF;
}
#mainrighttop
{ 
	width:96%;
	height:250px;
	float:right;
	margin-left: 0%;
    margin-right:2%;
    padding:5px 5px 5px 5px;
	background-color: #FFFFFF;
}
#mainrightmiddle
{ 
	width:96%;
	height:250px;
	float:right;
	margin-left: 0%;
    margin-right:2%;
    padding:5px 5px 5px 5px;
	background-color: #FFFFFF;
}
#mainrightbottom
{ 
	width:96%;
	height:250px;
	float:right;
	margin-left: 0%;
    margin-right:2%;
    padding:5px 5px 5px 5px;
	background-color: #FFFFFF;
	
}
#main2
{ 
	width:100%;
	height:100%;
	clear:both;
}

#contactbtn
{
    width:100%;
    margin-left:40%;
      
}

.hyplinks
{
    border:0px;
    outline:none;
    border-style:none;
    border-width:0px;
}
.headerlabel
{
    background-color: #D7111B;
    font-family: Sans-Serif;
    font-size: medium;
    font-style: normal;
    font-weight: bold;
    color: White;
    margin: 0px 0px 0px 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 20px;
    vertical-align: middle;
    border-color: Black;
    border-style: Solid;
    border-width: 1px;
}
.textboxbasic
{
    margin-top:5px;
    margin-bottom:5px;
    border:1px solid black;
}
.labelbasic
{
    margin-top:5px;
    margin-bottom:5px;
    font-family:Arial;
    font-size:12px;
}
.fieldValidator
{
    font-family:Arial;
    font-size:16px;
    color: #D7111B;
}
.gclabel
{
    font-family: Sans-Serif;
    font-size: medium;
    font-style: normal;
    font-weight: bold;
    color: White;
    margin: 0px 0px 0px 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 20px;
    vertical-align: middle;
    border-width: 0px;
}
