body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #ADA189;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


#holder {
	
	text-align: left;
	margin: 10px auto 0 auto;
	width: 760px;
	background: #FFFFFF url(images/bg_front.jpg) no-repeat;
	border: 2px solid #666666;
	height: auto;	
}
#header {
	margin: 0px;
	padding: 0px;
	width: 760px;
	background-image: none;
}
#menu {
	font: bold 80% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding: 5px 2px;
	text-align: right;
	background-color: #336699;
	background-image: url(images/menubg2.gif);
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
}
.title01 {
	color : #000099;
	font-size : 105%;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;	
}
#pic {
	width: 400px;
	float: left;
	padding: 10px;
	vertical-align: middle;
}
#content {
	margin: 20px 5px 60px 400px;
	padding: 10px;
	background-color: #FFFFFF;
	height: auto;
	width: 330px;
	border: 1px solid #000099;
}

#footer {
	padding: 10px;
	border-top: 1px solid #877D6C;
	font-size: 60%;
	color: #FFFFFF;
	background-image: url(images/menubg2.gif);
}
.callout {
	font: bold 70% Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 10px 0px 0px;
	text-align: right;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
p {
	font-size: 70%;
	
}
#content p {
	line-height: 120%;
	list-style-type: square;
}
.ul {
	line-height: 120%;
	list-style-type: square;
	font-size: 80%;
}
#menu a:link { 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover, #menu a:active, #menu a:focus {  
	color: #FFFF99;
	text-decoration: none;
