body {
	font-family: arial, Verdana, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 1.5em;
	color: #333;
    background: #E2E0DD;
    margin: 0;
	padding: 0;
	}
	
/* page structure
---------------------------------------------------------- */

#wrapper {
	position: relative;
	margin: 0;
	text-align: left;
	background: #7D7A73 url(../images/topBar.gif) repeat-x;
	width: 100%;
	}
	
#header {
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
#mainContent {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0px solid black;
    width: auto;
    }
    
#leftNav {
    display: none;
    }
    
#rightContent {
    margin: 20px 40px 20px 10px;
    padding: 0;
    border: 0px solid black;
    color: #fff;
    font-size: 105%;
    line-height: 1.6em;
    }
    
#rightContentHome {
    margin: 0 40px 20px 10px;
    padding: 0;
    border: 0px solid black;
    color: #fff;
    font-size: 105%;
    line-height: 1.6em;
    }
    
#rightContentHomeTemp {
    margin: 0 40px 20px 40px;
    padding: 0;
    border: 0px solid black;
    color: #fff;
    font-size: 105%;
    line-height: 1.6em;
    text-align: center;
    }

#footer {
    height: 68px;
    background: url(../images/footerBG.gif) repeat-x;
    font-size: 90%;
    font-weight: 900;
    color: #fff;
    text-align: center;
    clear: both;
    }
    
#footer div {
    padding-top: 20px;
    }
    
#homeGraphic {
    padding-top: 30px;
    text-align: center;
    }
    
/* leftNav controls
---------------------------------------------------------- */
    
#leftNav ul {
    list-style: none;
    font-size: 120%;
    font-weight: 900;
    color: #fff;
    line-height: 2.4em;
    margin-top: 0;
    margin-right: 0;
    }
    
#leftNav ul a:link, #leftNav ul a:visited {
    color: #fff;
    text-decoration: none;
    }
    
#leftNav ul a:hover {
    text-decoration: underline;
    }
    
#leftNav li.selected {
    color: #F37E00;
    margin-left: -13px;
    }
    
#leftNav li.selectedSmall {
    color: #F37E00;
    }
    
#leftNav ul.subMenu {
    font-size: 85%;
    margin-top: 0;
    padding-left: 20px;
    line-height: 1.5em;
    }
    
    
/* header controls
---------------------------------------------------------- */
    
h1.sectionHeader {
    font-size: 180%;
    font-weight: 900;
    }   
    
h2.miniHeader {
    font-size: 120%;
    font-weight: 900;
    margin-bottom: 0;
    padding-top: 0;
    }  
    
h2.miniHeaderHome {
    font-size: 120%;
    font-weight: 900;
    margin-top: 5px;
    } 
    
    
/* content controls
---------------------------------------------------------- */
    
#indent {
    margin-left: 35px;
    } 
    
/* img control
---------------------------------------------------------- */
    
#photoRight {
    float: right;
    padding: 0 10px 20px 20px;
    }   
    
.borderImg {
    border: 7px solid #312F2E;
    padding: 0;
    margin: 0;
    } 
    
/* link control
---------------------------------------------------------- */
    
#footer a:link, #footer a:visited {
    color: #7D7A73;
    }
    
#rightContent a:link, #rightContent a:visited {
    color: #312F2E;
    }
    
/* table control
---------------------------------------------------------- */
.phoneTable {
    font-size: 90%;
    border: 1px solid black;
    padding: 0;
    background: #E2E0DD;
    color: #000;
    }    

.tableHeader {
    background: #31302D;
    color: #fff;
    font-weight: 900;
    font-size: 110%;
    } 
    
.phoneTableWhite {
    background: #fff;
    } 

.list ul {
    margin: 0;
    }
    
.list {
    font-weight: 900;
    font-size: 90%;
    }
    
.list2 ul {
    margin: 0;
    padding: 0 0 0 20px;
    }
    
.list2 {
    font-weight: 900;
    font-size: 90%;
    border: 1px solid #31302D;
    background: #E2E0DD;
    color: #000;
    }
    
.list2 td {
    border: 1px solid #31302D;
    }
    
.list2 th {
    background: #31302D;
    color: #fff;
    }
    
    
    