body {
	background : #C60;
	color: Black;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Geneva, verdana, Helvetica, sans-serif;
}
#header {
	background-color: #300;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#cont {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font: normal 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	color: #fff;
	text-align: right;
}
h2  {	
	font-size: 120%;
	margin: 0px 5px;
	padding-bottom: 5px;
	color: #D1761B;
	text-align: right;
}
#topnav {
	background-color: Black;
	width: 100%;
	border-bottom: 3px solid #7D7D7D;
	border-top: 3px solid #7D7D7D;
	text-align: center;
	padding: 8px 0px;
	margin: 0px;
	color: White;
	font-weight: bold;
}
#topnav a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;	
	padding-left: 10px;
}
#topnav a:hover  {
	text-decoration: underline;
	color: #fff;
	font-size: 13px;	
	padding-left: 10px;
}
a  {
	color: #300;
	text-decoration: none;
	font-weight: bold;	
}
a:hover  {
	text-decoration: underline;
	color: #300;
	font-size: 12px;	
}
img {
	border: 0px;
}
h3  {
	font-size: 150%;
	font-weight: bold;
	color: black;
	padding: 20px 0px 0px 20%;
	text-align: left;
	border-bottom: 1px solid white;
}
h4  {
	font-size: 110%;
	color: #300;
	margin: 0px;
	font-style: italic;
}
.ctr {
	text-align: center;
}
#content {
	background-color: #DD9B59;
	border-left: 30px solid #D1761B;
	border-right: 10px solid #D1761B;
	width: 690px;
	text-align: justify;
	margin: 0px auto;
	padding: 50px 15px;
}
#block {
	background-color: #D1761B;
	border-left: 30px solid #CC6600;
	border-right: 10px solid #CC6600;
	width: 720px;
	height: 20px;
	text-align: justify;
	margin: 0px auto;
	padding: 0px;
}
A.c2a:link, A.c2a:visited, A.c2a:active  {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 135%;
}
A.c2a:hover  {
	color : #fff;
	text-decoration : underline;
	font-weight: bold;
}

#footer {
	color: White;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	width: 750px;
	text-align: center;
	padding: 3px 0px;
	margin: 20px auto;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#footer a:hover  {
	text-decoration: underline;
	color: #fff;
	font-size: 13px;
	font-weight: bold;	
}
#links {
	width: 720px;
	margin: 0px auto;
	text-align: center;
}
#links a {
	font-size: 11px;
	text-decoration: none;
	color: #DD9B59;
	padding-right: 10px;
}
#links a:hover  {
	color: #DD9B59;
	text-decoration: underline;
	font-size: 11px;
	padding-right: 10px;
}
#pb {
	font-size: 80%;
	color: #3E3E3E;
	margin-right: 2%;
	text-align: right;
}
#pb a {
	color: #3E3E3E;
	font-size: 100%;
}
#boxlink a {
	border: 2px solid #333333;
	color: #333333;
	font: small-caps bold 16px Verdana, Arial, Helvetica, sans-serif;
	background-color: #D1761B;
	padding: 5px;
}
#boxlink a:hover {
	border: 2px solid #333333;
	color: #990000;
	background-color: #FFC004;
	text-decoration: none;
}