body {
	background-color:#5A5A5A;
	margin:0px;
	padding:0px;
	font-family:Verdana;
	color:#ffffff;
	font-size:9pt;
} 

.sidebar{
	background-image:url('../images/background_brown.jpg');
	min-height:512px;
	background-repeat:no-repeat;
}

.nav{
	background-image:url('../images/nav_grad.jpg');
	background-repeat:repeat-y;
	background-color:#FEFAEB;
}

.content{
	background-image:url('../images/content_bg.jpg');
	background-repeat:repeat-y;	
	color:#333333;
	font-size:9pt;
}

.subpage_content{
	background-image:url('../images/subpages_content_bg.jpg');
	background-repeat:repeat-y;	
	color:#333333;
	font-size:9pt;
}

.text{
	color:#333333;
	font-size:9pt;
	padding-top:5px;
	padding-left:15px;
	padding-right:20px;
	padding-bottom:0px;
}

.text a{
	color:#333333;
	font-size:10pt;
	text-decoration:none;
}

.text a:visited{
	color: #333333;
	font-size:10pt;
	text-decoration:none;	
}
.text a:hover{
	color:#C59673;
	font-size:10pt;
	text-decoration:underline;
}
.text a:active{
	color:#333333;
	font-size:10pt;
	text-decoration:none;	
}
.ttext{
	color:#333333;
	font-size:9pt;
}

.quote{
	color:#C59673;
	font-size:9pt;
	padding-top:5px;
	padding-left:15px;
	padding-right:20px;
	padding-bottom:0px;
}
.link_bg{
	height:35px;
	min-height:35px;
	max-height:35px;
	width:180px;
	min-width:180px;
	max-width:180px;
	text-align:center;
	font-size:10pt;
	text-decoration:none;	
}

.title{
	color:#9D967E;
	font-size:12pt;
	padding:20px;
	padding-bottom:0px;
}

.image_bg{
	background-image:url('../images/image_bg.gif');
	height:71px;
	min-height:71px;
	max-height:71px;
	width:112px;
	min-width:112px;
	max-width:112px;
}
