html
	{
	height: 101%
	}

body	
	{
	background-color:#B8BAA3;
	}

body, td
	{
	font-family: Arial;
	font-size: 9pt;
	}

h1	{
	font-size: 10pt;
	margin: 0 0 12px 0;
	}

h3	{
	font-size: 12pt;
	margin: 0 0 0 0;	
	}	
	
.phone
	{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: #165829;
	}
	
a:link, a:visited
	{
	font-weight: bold;
	color: #165829;
	}
	
	
a:hover
	{
	font-weight: bold;
	color: #D0CC42;
	}

.quotediv
	{
	text-align: justify;
	padding-bottom: 10px;
	}
	
	
.quotespan
	{
	font-style: italic;
	font-size: 7pt;
	padding-top:20px;
	}




#maindiv
	{
	background-color: #FFFFFF; 
	width:900px;
	height: 90%;
	filter:alpha(opacity=85); 
	-moz-opacity:85%; 
	opacity:0.85;
	z-index: 1;
	}
	
#menutable
	{
	width:100%;
	}


#imageContainer 
	{
	position:relative;
	margin:auto;
	}

#imageContainer img 
	{
	display:none;
	position:absolute;
	top:0; left:0;
	}



#topleftcell 
	{
	height: 75px;
	width: 20px;
	background: url("images/nav/topleft.gif") top left no-repeat ;
	}


#topcell 
	{
	background: url("images/nav/top.gif") repeat-x;
	padding-top:22px;
	}



#toprightcell 
	{
	width: 20px;
	background: url("images/nav/topright.gif") top right no-repeat;
	}


#mainleftcell 
	{
	background: url("images/nav/left.gif") repeat-y;
	}
	
#maincell 
	{
	text-align: justify;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	}




#mainrightcell 
	{
	background: url("images/nav/right.gif") right repeat-y;
	}


#bottomleftcell 
	{
	height: 75px;	
	width: 20px;
	background: url("images/nav/bottomleft.gif") bottom left no-repeat ;
	}


#bottomcell 
	{
	background: url("images/nav/bottom.gif") bottom repeat-x;
	padding-bottom:6px;
	}



#bottomrightcell 
	{
	width: 20px;
	background: url("images/nav/bottomright.gif") bottom right no-repeat;
	}	



	
