﻿h1,h2,h3,h4,h5,h6,a,p,div {
    margin: 0;                       
    padding: 0;                      
}
        
body {
    font-size: 12px;
    font-size:75%;                  
    /*use this image for testing vertical font alignment*/
    /*background: url(../images/tsgrid18.png) top left repeat;*/
    line-height: 1.5em;
    padding: 1.5em; 
    margin: 0px;
    background-color: #f7f9f3;
}
        
a,p,div,span,td,li,h
{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #000000;                           
}
               
p {
    font-size: 1em;                 
    line-height: 1.5em;             
    margin-bottom: 1.5em;           
}
        
        
h1 {                                
    font-size: 2em;                 
    line-height: 1em;               
    margin-top: 0.25em;             
    margin-bottom: 0.25em;          
}
        
h2 {                                
    font-size: 1.75em;              
    line-height: 1em;               
    margin-top: 0.43em;             
    margin-bottom: 0.29em;
    color: #4ea5c2;         
}

h3 {                                
    font-size: 1.5em;               
    line-height: 1em;               
    margin-top: 0.67em;             
    margin-bottom: 0.33em;          
    color: #497500;         
}
                
h4 {                                
    font-size: 1.25em;              
    line-height: 1em;               
    margin-top: 0.07em;             
    margin-bottom: 0.13em;          
}
        
h5 {                                
    font-size: 1em;                 
    line-height: 1em;               
    margin-top: 0.34em;             
    margin-bottom: 0.17em;          
    color: #4ea5c2;          
}
        
h6 {                                
    font-size: 0.75em;              
    line-height: 1em;               
    margin-top: 0.78em;             
    margin-bottom: 0.22em;
    color: #4ea5c2;          
}

a
{
    text-decoration: none;
    /*[x]*/ color: #64002a;                             /*global link color*/
    background-color:Transparent;
}

a:hover
{
    /*[x]*/ color: #497500;                             /*global link color, hovered */
}

img
{
    border-style: none;
}

#head
{

}

#main
{
    width:900px;
    margin-left:auto;
    margin-right:auto;
}

#logo
{
    width:300px;
    float:left;
    
}
#tagline_main
{
    width:368px;
    height:95px;
    float:right;
    background: url(/images/header.jpg) top right no-repeat
}
#tagline_padding
{
    height:78px;
}

#tagline
{
    font-size: 1em;
    font-weight:bold;               
    color: #999999; /* #d7d7d7;*/
    text-align:center;

}

#menu_spacer {
    clear:both;
    height:12px;
}

#menu {
    background-color:#d3e5eb;
    width:99%;
    padding-top:2px;
    padding-left:1%;
    padding-bottom:2px;
    border-bottom: 2px solid #497500; /* #497500 #64002a */
}

#rssp {
    width:0.1%;
    height:360px;
    float:right;
}

#mc {
    width:99.9%;
    float:left;
}

#footer_spacer {
    clear:both;
    height:12px;
}

#footer {
    background-color:#d3e5eb;
    padding-top:1px;
    padding-bottom:3px;
    border-top: 2px solid #64002A;
    width:100%;
}    
    
span.footertext{
    color: #999999;
}
a.menuItem {
    color: #64002a; /* #497500 #64002a;*/
    font-size: 1em;
    font-weight:bold;
}

div.menuItem {
    float: left;
    text-align: center;
}

div.menuSpacer {
    float: left;
    width: 3%;
    text-align: center;
}

a.menuItem:hover {
    color: #497500;    
}


#footer {
    text-align:center;
    color: #4ea5c2;
}

hr.red {
    background: #64002a;
    height: 2px;
    width: 100%;
}

hr.green {
    background: #497500;
    height: 2px;
    width: 100%;
}

hr.blue {
    background: #4ea5c2;
    height: 2px;
    width: 100%;
}

hr.mfgSpacer {
    background: #4ea5c2;
    height: 1px;
    width: 30%;
}

/* #64002A - red/blue */
/* #497500 - green */
/* #4ea5c2 - blue */
