@charset "UTF-8";
/* CSS Document */

body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #B4C5CB;
}

#holder {
	width: 760px;
	background:#FFFFFF;
	text-align: left;
	margin: 0 auto 0 auto;
	-moz-box-shadow: 0 0 10px 2px #888;
	-webkit-box-shadow: 0 0 10px 2px #888;
	box-shadow: 0 0 10px 2px #888;
}

#header {
	background-color: #9A8654;
}

#nav {
	width: 100px;
	float: left;
	padding: 15px 0px 15px 30px;
}

#content {
	margin: 0px 0px 0px 145px;
	padding: 15px 45px;
	border-left: 1px solid #ADA189;
	border-right: 1px none #ADA189;
}
#footer p {
	font: 75% "Times New Roman", Times, serif;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	color: #999966;
	text-align: center;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
p {
	font-size: 80%;
}
#content p {
	line-height: 130%;
	text-align: justify;
}
#nav a {
	color: #330000;
	text-decoration: underline;
	font: 95%/180% Verdana, Arial, Helvetica, sans-serif;
}
#content a {
	color: #330000;
	text-decoration: underline;
}
#content a:visited {
	color: #3D4B3A;
	text-decoration: underline;
}
#content a:hover, #content a:active, #content a:focus{
	color:#7699A4;
	text-decoration:none;
}
#nav a:visited {
	color: #3D4B3A;
	text-decoration: underline;
}

#nav a:hover, #nav a:active, #nav a:focus {
	color:#7699A4;
	text-decoration:none;
}

#footer {
	padding: 5px;
	border-top: 1px solid #9A8654;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #9A8654;
	border-bottom-color: #9A8654;
	border-left-color: #9A8654;
}

.callout {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding-top: 20px;
}

