/* Page Controls */

body {
	margin-top: 0px;
	padding:10;
	margin:10;
	color:#000000;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #003300;
	}

.topnav{
	background: #993333;
	float: left;
	position: relative;
	width: 100%;
	padding: 4px;
	/padding: 0px;
	text-align:center;
	letter-spacing: 1px;	
	font: bold 14px "Arial", serif;
	border-top:0px solid #7e6b2d;
	overflow: hidden;
	}

.topnav a {
		color:#fff;
		text-decoration:none;
		height:22px;
		padding:6px 17px 6px 17px;
		margin:0;
		}

.topnav a:hover{
		text-decoration: none;
		color: #000;
		background: #fff;
		}
	
	
#container_big {
	width: 800px; 
}

#container {
	float: left;
	position: relative;
	width: 800px;
	overflow: hidden;
	background: white;
}

#header {
	float: left;
	position: relative;
	width: 800px;
	height: 130px;
}


a {
	text-decoration:underline;
	color:#BD0000;
	}

a:hover {
		color:#ca653d;
		}
		
p{
	padding-right: 15px;
	padding-left: 15px;
	text-align:justify;
}		

.menu {
background-color:#ffffff;
}

.blurb {
color:#000000;
background-color:#ffffff;

}

.title {
font:"Times New Roman", Times, serif;
letter-spacing: 3px;
height: 20px;
color: #990000;
padding-top: 15px;
padding-bottom: 2px;

}

td {
	font-size: 13px;
}
		
#footer {	
	float: left;
	position: relative;
	width: 800px;
	text-align: center;
	padding: 3px;
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
	}

	.footer a {
		color:#688791;
		text-decoration:none;
		}

	.footer a:hover {		
		text-decoration:underline;
		}

h1 {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #660000;
	
}

.desc {
	background: #eaeaea;
	width: 90%;
	padding: 10px;
	border: dotted 1px #ccc;
}

.picture { 
	background-color: #eaeaea;
	border: 1px solid #CCCCCC; 
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif; 
	width: 340px;
}

.picture img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle; 
	margin-bottom: 3px; 
}

.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; 
}
.left { 
	margin: 0.5em 0.8em 0.5em 0; 
	float:left; 
} 