body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #E2E2BC;
	margin: 0;
	padding: 40px 0px 0px 0px;
	background: repeat-x url(images/top-border.gif);
	background-color: #394A29;
	}

h1 {font-size: 130%;
font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
}



h2 {font-size: 120%;
font-weight: bold;

	font-style: italic;
}

a {
	color: #ceff5b;
}

a:hover {
	color: #ffffff;
}


.container{
padding: 5px 15px 0px 15px;
}


.topnav {
	width: 100%;
	height:  30px;
	display:block;
	background: repeat-x url(images/top-nav-bkg.gif);
		padding: 9px 0px 0px 0px;
	} 
	
	
	.topnav a{
	font-size: 105%;
	font-weight: bold;
	font-variant: small-caps;
	color: #E2E2BC;
	text-decoration: none; 
	background: url(images/green-button.gif) no-repeat;
	background-position: left middle;
   	padding: 0px 15px 0px 20px;
 }

	.topnav a:hover{
	font-size: 105%;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffcc;
	text-decoration: none;
	background: url(images/red-button.gif) no-repeat;
	background-position: left middle;
   	padding: 0px 15px 0px 20px;
}

.rightimage{
	width: 250px;
	float: right;
	margin: 0px 0px 20px 20px;
}

.titles {
	margin: 0px 285px 15px 0px;
	border-bottom: solid 1px #e2e2bc;
}

.titles a{
	font-size: 100%;
     color: #E2E2BC;
	text-decoration: none;
	background: url(images/green-button.gif) no-repeat;
	background-position: left middle;
   	padding: 0px 15px 10px 20px;
 }

	.titles a:hover{
	font-size: 100%;
    color: #ffffcc;
	text-decoration: none;
	background: url(images/red-button.gif) no-repeat;
	background-position: left middle;
   	padding: 0px 15px 10px 20px;
}

.hands {
	clear: both;
height: 140px;
border-top: solid 1px #1C2916;
	background: repeat-x url(images/top-border.gif);
	background-position: bottom;
	background-color: #A6B168;
	}
	
	.leftimage {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px #1C2916;
}

	
	.footnote {font-size: 80%;}