/* CSS Document */

body{
	background:#9baca5;
}

p {
	font:"Tempus Sans ITC", Tempus Sans, Georgia, "Times New Roman", Times Modern, serif;
	font-size:14px;
	color:#333333;
}

a {
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:4f3417;
}

h1 {
	padding-left:5px;
	font-family:"Tempus Sans ITC", Tempus Sans, Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#333333;
	border-bottom:#333333 solid 4px;
}

h2 {
	padding-left:5px;
	font-family:"Tempus Sans ITC", Tempus Sans, Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	border-bottom:#333333 solid 1px;
}

h3 {
	padding-left:5px;
	font-family:"Tempus Sans ITC", Tempus Sans, Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#4f3417;
	border-bottom:#4f3417 solid 2px;
}

.content {
	padding:15px;
	margin:10px;
	background:#ffffff;
}

.callout {
	width:300px;
	background:#efe2d4;
	padding:20px;
	margin:5px;
	margin-top:0px;
	border-top:#d8bb9b solid 20px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	float:right;
}

p.callout {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color:#666666;
}

.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: bold;
	display:block;
	color:#526c61;
}

.button a{
	margin-right:4px;
	margin-bottom:15px;
	padding:5px;
	color:#526c61;
	border:#526c61 solid 1px;
	background:#efe2d4;
	float:left;
}

.button a:hover {
	text-decoration:none;
	color:#efe2d4;
	background:#526c61;
	border:#526c61 solid 1px;
}

.button a:active {
	background:#526c61;
}

.caption {
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	border-left:#999999 solid 8px;
}
.footer {
	font:"Tempus Sans ITC", Modern, serif;
	color:#FFFFFF;
	text-align:center;
	padding:10px;
}

.clear {
	clear:both;
}

.floatl {
	float:left;
	margin:5px;
}

.floatr {
	float:right;
	margin:5px;
}