body { 
 margin:0; 
 padding:0; 
 text-align:left;
 line-height: 130%;
 font-family: "Trebuchet MS", Verdana, Arial;
 font-size: 15px;
 background-color: Black;
 background-repeat: no-repeat;
 background-position:center top;
 color: #008a26; 
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 25px;
}
a {
    text-decoration: none;
    color: #008a26;
}
a:hover 
{
    text-decoration: none;
    background-color: #008a26;
    color: Black;
}

img 
{
    border-style:none;
}
input[type="text"], input[type="password"]
{
    background-color: Black;
    color: #008a26;
    border: solid 1px #008a26;
    margin: 3px 0 6px 0;
    width: 220px;
}
input[type="submit"], input[type="button"]
{
    background-color: #008a26;
    color: Black;
    border: solid 1px #008a26;
}
input[type="checkbox"], input[type="radio"]
{
    margin: 3px 0 6px 0;   
}
input[type="submit"]:hover, input[type="button"]:hover
{
    color: White;
}
input[type="submit"], input[type="button"]
{
    background-color: #008a26;
    color: Black;
    border: solid 1px #008a26;
    margin: 6px 0 3px 0;
}
select 
{
    background-color: Black;
    color: #008a26;
    margin: 3px 0 6px 0;
}
textarea 
{
    font-family: "Trebuchet MS", Verdana, Arial;
    background-color: Black;
    color: #008a26;
    border: solid 1px #008a26;
    margin: 3px 0 6px 0;
    width: 220px;
}
#header
{
    margin: 0 auto 0 auto;
    width: 960px;
    height:340px;
    text-align:center;
    background-position: left top;
    background-repeat: no-repeat;
} 
#mainMenu 
{
	position: relative;
	top: 300px;
    font-size: 30px;
    color: #dbd17c;
}

#mainMenu ul 
{
    margin: 0;
    padding: 0 100px 0 0;
    list-style:none;
}
#mainMenu li 
{
    margin-right: 20px;
    display:inline;
}
#content 
{
    margin: 0 auto 0 auto;
    width:960px;
}
#subMenu {
    float: left;
    width: 210px;
    margin-right:30px;
    text-align: right;
}
#subMenu ul {
    list-style:none;
}
#mainCol{  
    float: left; 
    width: 720px;
}
#rightCol 
{
    float: left;
    width: 210px;
    margin-left:30px; 
}
.column 
{
    width: 280px;
    margin-right: 40px;
    float: left;
}
.fullWidthColumn {
    clear: both;
    border-top: 1px solid #008a26;
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
}
.errormessage 
{
    border: solid 2px Red;
    color: Red;
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
}
#footer
{
 font-size: 11px;
 clear:both;
 width:960px;
 margin: 0 auto;
 text-align:center;
 border-top: 1px solid #004513;
 padding-top: 10px;
}
.rootHeader 
{
 width:960px;
 margin: 60px auto 20px auto;
 text-align: center; 
}
.rootHeader h1
{
    font-size: 45px;
}
.rootContent
{
    text-align:center;
	background-image: url('/ImageVault/Images/height_930/width_930/conversionFormatType_WebSafe/id_113/scope_0/ImageVaultHandler.aspx');
    height: 930px;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

