/*
** project:		LiveHelp
** date:		2009/04/25
*/




html { 
    margin: 0; 
    font-size: 100.01%; 

}
body { 
    height: 100%; 
    width:100%;
    
    margin: 0; 
    margin-left:5px;
    margin-right:5px;
    
    padding: 0; 
    background-color: #FAF9FA; 
    background-repeat:no-repeat;  
    font: 8.5pt  "Verdana", "Arial", sans-serif;
    color:#424447;
}

textarea, 
input, 
select, 
option, 
optgroup, 
button, 
table { 
    font: 1em  "Verdana", "Arial", sans-serif; 
}

hr {
    border:1px solid green;   
    width:100%;
}

form { 
    margin: 0; 
    padding: 0; 
}


img { 
    border: none; 
}

button { 
    overflow: visible; 
    cursor: pointer; 
}

.clear {
    clear:both;
    margin:0;
    padding:0;
}

/*
** some globally used classes
*/

a { 
    text-decoration: none; 
    
}

a:focus,
a:hover { 
    text-decoration: underline; 
}

#content a { 
    color:#CA2829;
    text-decoration: none; 
    
}
#content a:focus,
#content a:hover { 
    color:#CA2829;
    text-decoration: underline; 
}


#content { 
    color: #424447; 
    font-size: 1em; 
    line-height:1.5em;
    text-align:left; 
}


#content p {
    margin:0;
    padding:0;

}

#content h1 { 
    color:#CA2829;
    font-size: 1.4em; 
    font-weight:bold; 
    margin:0;
    margin-bottom:1em;
    margin-top:1em;    
}

   
#content h2 { 
    color:#CA2829;
    font-size: 1.4em; 
    font-weight:normal; 
    margin:0;
    margin-bottom:1em;
}


#content h3 { 
    color:#CA2829;
    font-size: 1.2em; 
    font-weight:bold; 
    margin:0;
    margin-bottom:1em;
     
}



#content h4 { 
    color:#CA2829;
    font-size: 1.2em; 
    font-weight:normal; 
    margin:0;
    margin-bottom:1em;
}

#content h5 { 
    color:#CA2829;
    font-size: 1.0em; 
    font-weight:bold; 
    margin:0;
    margin-bottom:1em;
}


#content h6 { 
    color:#CA2829;
    font-size: 1.0em; 
    font-weight:normal; 
    margin:0;
    margin-bottom:1em;
}


/*
** Design
*/
#mainmenu {
    margin:0;
    padding:0;
    
    margin-top:40px;
}