body {
    background: url(../images/bg.jpg) top repeat-x #fff;
    margin: 0px;
    padding: 0px;
    }

body, th, td, p, li, ul {
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 14px;
    color: #000;
    }

h1 {
    font-size: 22px;
    color: #01224f;
    }

h2 {
    font-size: 18px;
    color: #01224f;
    }
    
h3 {
    font-size: 16px;
    color: #01224f;
    }
    
h4 {
    font-size: 14px;
    color: #01224f;
    }

a:link {
    font-weight: normal; 
    text-decoration: underline; 
    color: #728511;
    }   
a:visited {
    font-weight: normal; 
    text-decoration: underline; 
    color: #728511;
    }   
a:hover {
    font-weight: normal; 
    text-decoration: none; 
    color: #01224f; 
    }
    
.small {
    font-size: 10px;
    color: #fff;
    }
    
.small2 {
    font-size: 11px;
    color: #0a733b;
    }

.quotes {
    font-size: 16px;
    color: #05648a;
    }
    
.imageFloat {
    float: right;
    padding-left: 20px;
    }
    
.imageFloat2 {
    float: left;
    padding-right: 20px;
    }
    
#welcomeNote {  
    background: url(../images/hm_welcome_bg.jpg) top no-repeat;
    width: 403px;
    height: 202px;
    padding-left: 62px;
    padding-right: 61px;
    padding-bottom: 43px;
    font-size: 12px;
    overflow: auto;     
    }
	
#welcomeNote p {
	font-size: 12px;
	}
    
#homeEvents {
    background: url(../images/hm_event_bg.jpg) top no-repeat;
    width: 380px;
    height: 180px;
    padding-right: 37px;
    padding-left: 57px;
    padding-bottom: 59px;
    padding-top: 6px;
	font-size: 12px;
	color: #01224f;
    overflow: auto;
    }
	
#homeEvents p { 
	font-size: 12px;    
    color: #01224f;
	}
    
#footer {
    width: 100%;
    height: 95px;
    margin: 0 auto;
    text-align: left;
    background-color: #01224f;
    }   