body{
	background-image:url(images/bgwrap.jpg);
	background-repeat:repeat-x;
	margin-top:125px;
	margin-left:0px;
	font-family: "Georgia", "Times New Roman";
	font-size: 11px;
	color: #57460D;
}

.navtop {
	width:700px;
	padding-left:0px;
	padding-top:0px;
}

td.content {
	padding-left:2px;
	padding-right:35px;
}

a:link {color:#0B5E55; border-bottom:1px dotted #0B5E55; text-decoration: none;}
a:active {color: #25857B; text-decoration: none;}
a:visited {color: #0B5E55; text-decoration: none;}
a:hover {color: #7F5E10; border-bottom:1px dotted #7F5E10; left:1px; top:1px; position: relative; text-decoration: none;}

.title {
	font-size:21px;
	font-weight: bold;
	color:#57460D;
	border-bottom: 1px dotted #57460D;
	font-variant: small-caps;
	letter-spacing: 3px;
}

.subtitle {
	font-size:16px;
	font-weight: bold;
	font-style:italic;
	color: color:#57460D;
	letter-spacing: -1px;
}

input, textarea, button, select, option{
		background-color:#BEC899;
		border:1px dotted #5C440C;
		color:#4B3408;
		font-size:10px;
		font-family:Georgia,Times New Roman;	
}
		
		
	