body {
	background: url("bkgWood.jpg");
	font-family: "Times New Roman", "Adobe Caslon", Garamond, serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-align: center;
}

#mast	{
	background: #003300 url("logo.gif") no-repeat left center;
	width: 100%;
	padding: 12px;
	margin: 0 0 12px 0;
}
#mast h1	{
	padding: 0 36px 0 0;
	color: #FFF;
	font-size: 24px;
	font-family: "Times New Roman", "Adobe Caslon", Garamond, serif;
	text-align: right;
}


#box2 {
	background: #FFC url("bkg.jpg");
	color: #003300;
	margin: 0 auto;
	padding: 12px;
	width: 800px;
	text-align: left;
	border: solid 4px #003300;
	text-align: left;
	}
	
#box2 p	{
	padding: 0 0 14px 0;
	margin: 0;
	line-height: 1.3em;
	text-align: left;
	color: #000;
	font-size: 12px;
}
#box2 b	{
	color: #C3322B;
	font-size: 12px;
	text-align: left;
}
#box2 h1	{
	margin: -12px -12px 12px -12px;
	padding: 1% 2% 1% 2%;
	color: #FFF;
	font-size: 24px;
	background: #003300;
	font-family: "Times New Roman", "Adobe Caslon", Garamond, serif;
	text-align: left;
	line-height: 1.3em;
	width: 99%;
}
#box2 h2	{
	margin: 0;
	padding: 0;
	color: #C3322B;
	font-size: 14px;
	font-family: "Times New Roman", "Adobe Caslon", Garamond, serif;
	text-align: left;
	line-height: 1.3em;
}
#box2 img.head	{
	margin: 0;
	float: left;
}

#box2 .wideBlock {
	background: url("bkgWood.jpg") repeat-x bottom left;
	width: 760px;
	color: #FFF;
	margin: 12px 0;
	padding: 12px;
	border-bottom: 8px solid #003300;
	font-family: "Times New Roman", "Adobe Caslon", Garamond, serif;
	text-align: left;
	font-size: 14px;
}
#box2 .wideBlock h3 {
	color: #FFC;
	padding: 12px 0 0 0;
	margin: 0;
}
#box2 .wideBlock b {
	color: #FFC;
}
#box2 .wideBlock p {
	color: #FFF;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
#box2 .wideBlock ul {
	padding: .5em 0 .5em 1em;
	margin: 0;
	font-size: 12px;
}
#box2 .wideBlock ul li {
	padding: 0 0 .5em 0;
	margin: 0;
	font-size: 12px;
}

#box2 .regBlock {
	background: url("bkgWood.jpg") bottom left;
	width: 386px;
	color: #C3322B;
	margin: 12px 12px 0 0;
	padding: 0 0 20px 0;
	border-bottom: 8px solid #003300;
	font-family: "Times New Roman", "Adobe Caslon", Garamond, serif;
	text-align: center;
	float: left;
}
#box2 .regBlock p {
	color: #FFF;
	padding: 6px 12px;	
	font-size: 12px;
	text-align: left;
}
#box2 .regBlock b {
	color: #FFC;	
	font-size: 12px;
	text-align: left;
}
#box2 .regBlock a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	color: #FFC;
	text-align: left;
}
#box2 .regBlock a:active	{
	color: #FFC;
}
#box2 .regBlock a:link	{
	color: #FFC;
}
#box2 .regBlock a:visited	{
	color: #CCC;
}
#box2 .regBlock a:hover	{
	color: #66CC99;
	text-decoration: underline;
}


#footer	{
	margin: 0;
	padding: 4px 0;
	width: 100%;
	background-color: #003300;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	}
#footer p	{
	margin: 8px 0 0 0;
	padding: 0;
	line-height: 14px;
	color: #FFF;
	text-align: center;
}
#footer b {
	color: #696;
	font-size: 14px;
}
#footer img {
	float: left;
	margin: 2px 12px 12px 24px;
}
	
b	{
	color: #000;
	}	
a	{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}
a:active	{
	color: #030;
}
a:link	{
	color: #030;
}
a:visited	{
	color: #AAA;
}
a:hover	{
	color: #696;
}

.clearAll {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
