body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #7F7F35;
}
#pagecontainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #5A3A3F;
	margin-top: 20px;
}
#header {
	
	width: 960px;
}
#pagecontentcontainer {
	width: 960px;
	height: auto;
	/*min-height: 600px;*/
}
#pagecontent {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	min-height: 300px;
	background-color:#FFF;
}
h1 {
	font-size: medium;
	color: #4D282F;
}
h2 {
	font-size: small;
	color: #4D282F;
}
h3 {
	font-size: x-small;
	color: #4D282F;
}
.medium {
	font-size:16px;
}
a:link, a:visited {
	color: #62630D;
	text-decoration: underline;
}
a:hover {
	color: #EF4123;
	text-decoration: underline;
}
#nav {
	width: 960px;
	background-color: #62630D;
}
#footer {
	clear: both;
	background-color: #62630D;
	color: #ffffff;
	/*height: 20px;*/
	font-size: xx-small;
	text-align: center;
	padding: 10px;
}
#footer a {
	color: #CCC;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.imgborder {
	border: 1px solid #5A3A3F;
}
.floatrightnotfull {
	float:right;
	margin-right: 150px;
}
.nobullet {
	list-style-type: none;
}
/*
.clearboth {
	clear: both;
}

.rightalign {
	text-align: right;
	float: left;
	width: 150px;
}

.nav_tab {*/ /* this is used to position the nav.  An image is used for the background of the navigation */
	/*margin-left: 1px;
	display: inline;
	text-align: center;
}

.copyright {
	padding-top: 5px;
}
*/

