table td {
	font-family: Arial;
    font-size: 10pt;
}	
.large-text {
    font-size: 12pt;
}	
.bg-topleft {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 0; 
	width: 381px; 
	height: 278px; 
	background-image: url('../images/leaves_tl.gif')
}
.bg-bottomright {
	position: absolute; 
	bottom: 0; 
	right: 0; 
	z-index: 0; 
	width: 381px; 
	height: 278px; 
	background-image: url('../images/leaves_br.gif')
}			
.main-body {
	position:absolute; 
	left:0; 
	top:0; 
	text-align: center; 
	padding-top: 50; 
	padding-bottom: 50; 
	height: 100%; 
	width: 100%;
}
.main-container {
	border: 1px solid #000000;
	width: 80%;
}
.title-bar {
	background-color: #372718;				
}
.navigation-bar {
	background-color: #372718;
	height: 25px;
}
.subtitle-bar {
    color: #372718;
	background-color: #FBA927;
}
.leftside-bar {
	background-color: #534337;
}
.leftside-navigation {
	width: 100%;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FBA927;
	font-size: 12pt;
}
.mainContent {
	padding: 10px;
}
.white-text {
    color: #FFFFFF;
    font-weight: bold;
}
.orange-text {				
    color: #FBA927;
    font-weight: bold;
}
.phone-info {
	padding-left: 55px;
	font-size: 12pt;
}
a {
	color: #372718;
	text-decoration: none;
}
a:hover {
	color: #FBA927;
}
a.inverse {
	color: #FFFFFF;
}
a.inverse:hover {
	color: #372718;
}
a.navigation {
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
}
a.navigation:hover {
    color: #FBA927;
}
a.selected {
    color: #FBA927;
}
a.large-text {
	font-size: 10pt;
}
.smallfont
{
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	font-weight: bold;
 	line-height: 18px;
 	color: #372718;
}
input, select, textarea
{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	line-height: 18px;
 	color: #372718;
}
