body {
	margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    text-align: center;
}

a:link, a:visited, a:active {color: #423EDE; text-decoration: none; }
a:hover {color: #423EDE; text-decoration: underline; }

.center {
    text-align: center;
}

/* ---- Container Styles ----*/

#container {
    background-color: #ffffff;
    font-family: 'Georgia', Verdana, Sans-Serif;
    background-repeat: no-repeat;
    line-height: 150%;
    margin: 0px auto;	
	text-align: left;
	width: 800px;        
}

#container img {
    border: none;
    background-color: #ffffff;
    vertical-align: bottom;      
}
	

/* ---- HomePage Styles ----*/

#homeleft {
    width: 455px;
    margin: 0px;  
    padding: 0px;
    float: left;
	}
#homeleft img {
    border: none;
    padding: 0px;
    margin: 0px;
}

p.infosm {
    font-size: 10;
    font-style: italic;
    padding: 0px;
    margin: 0px;
}


#homeright {	
    float: right;
    margin: 50px 0px 0px 30px;
    width: 300px;
     font-family: 'Georgia', Verdana, Sans-Serif;
    background-color: #ffffff;
	font-size: 20;
    color: #333;
    padding: 0px;
    }
#homeright a:link, #homeright a:visited, #homeright a:active {color: #423EDE; text-decoration: none; background: none; }
#homeright a:hover {color: #423EDE; text-decoration: none; background-image: url("images/hoverrectangle.jpg"); background-repeat: no-repeat; }
	
#homeright h2 {
    text-align: left;
    font-size: 20;
    font-weight: normal;
    color: #333;
}

#homeright ul {
    margin: 20px 0px 30px 20px;
   }

#homeright ul li{
    list-style-position: outside;
    font-size: 15;
    font-weight: normal;
    list-style-image:  url("images/trianglesmall.jpg");
    margin: 0px 0px 5px 0px;
}

.homegeneral {      
    float: left;
    width: 450px;
    font-family: Geneva, Arial, sans-serif;
    text-align: center;     
    line-height: 140%;  
}
	
#navleft {
    width: 250px;
    margin: 0px;  
    font-family: 'Georgia', Verdana, Sans-Serif;
    line-height: 180%;
    background-color: #E5E3E3;
    color: #063DE8;
    padding: 0px;
    float: left;
	}
#navleft img {
    border: none;
    vertical-align: bottom;
    padding: 0px;
    margin: 0px;
}

#navleft h3 {
    margin: 0px;  
    font-weight: normal;
    font-family: 'Georgia', Verdana, Sans-Serif;
    font-size: 19;
    color: #000;
    padding: 0px;
}

#navleft ul li{
    list-style-position: outside;
    font-size: 15;
    line-height: 140%;
    font-weight: normal;
    list-style-type:  none;
    margin: 10px 0px;
    padding: 0px 5px 0px 5px;
}

#navleft ul {
    margin: 0px;
    padding: 0px;
}

#navleft a:link, #navleft a:visited, #navleft a:active {color: #063DE8; text-decoration: none; background: none; }
#navleft a:hover {color: #063DE8; text-decoration: none; background-image: url("images/mainhover.jpg"); background-repeat: repeat-x; }
	

#main {	
    margin: 0px;
    float: right;
    font-family: 'Geneva', Verdana, Sans-Serif;
    background-color: #ffffff;
	font-size: 12;
	width: 500px;
	line-height: 140%;
    color: #666;
    padding: 5px;
    }
    

#main h3 {
    font-size: 17;
    color: #333;
    font-weight: bold;
 }
 
#main h2 {
    font-size: 15;
    font-weight: bold;
    color: #000;
 }

#main h1 {
    font-size: 13;
    text-align: center;
    font-weight: bold;
    color: #333;
 }
 
 .footer {
     border-top: 1px solid #CCC;
     font-size: 10;
     color: #666;
}