body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/pagebkg.gif);
	background-repeat: repeat;
}
#html {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#main {
	width: 951px;
	height: 100%;
	margin: 0px;
	padding: 0px;
background-image:url(images/sidebar.gif);
background-repeat: no-repeat;
background-position: 0px 125px;
background-color: #E8E8D3;
}

#nav {
	background-image:url(images/nav.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
}
#navbar{
	margin: 0 !important;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 12px;
}

/* This begins the pasted NAV*********************************** */
#navbar ul.links, #navbar .links ul{
/*Remove all spacings from the list items*/
	margin: 0px;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navbar ul.links{
	display: table;
}

#navbar ul.links li{
	display: table-cell;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	padding-left:14px;
	padding-right:14px;
	padding-top:11px;
	padding-bottom:11px;
}

/*** Menu colors (customizable) ***/

#navbar ul.links,
#navbar .links ul,
#navbar .links li a{
	color: #fff;
}


#navbar ul.links li:hover{
	background-image: url(images/nav-over.gif);
	background-repeat: repeat-x;
	color: #fff;
}

#navbar ul.links li:active{
	background-image: url(images/nav-over.gif);
	color: #fff;
}

#navbar .links a{
	text-decoration: none;
}
/*This ends the nav***************************************** */


#header {
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 125px;
	position: relative;
}
#content {
	width: 951px;
	height: relative;
	margin: 0;
	padding: 0;
}

#contentcontent{
	width:635px;
	height: 100%;
	padding-bottom: 20px;
	padding-top: 40px;
	padding-right: 35px;
	padding-left: 0px;
	float: right;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
#contentcontent a{
	text-decoration: underline;
	color: #971C1F;
}
#contentcontent a:hover{
	text-decoration: underline;
	color: #bb0000;
}
.staffcontent{
	line-height: 16px !important;
	font-size: 12px !important;
}
.staffcontent h1{
	line-height: normal;
	font-size: 18px !important;
}
#staffintro{
	line-height: normal;
	margin-bottom: 10px;
	font-size: 13px !important;
}
.staffcontent #stafftitle{
	font-weight: bold;
	line-height: 15px;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 0;
	margin-right: 0;
}


p {
	padding-top: 6px;
	padding-bottom: 0px;
	margin: 0px;
	
}
h1 {
	color: #5f221f;
	font-size: 18px;
}
h2 {
}
h3 {
}
ul {
	font-size: 13px;
	font-style: italic;
	padding-top: 0px !important;
	margin: 0px;
	line-height: 18px;
}

#sidebar {
width: 270px !important;
margin: 0;
padding: 0;
float: left;
clear: left;
min-height: 335px;
}
#footer {
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	height: 125px !important;
	width: 951px;
	text-align: center;
	margin-bottom: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	clear: both;
}
#footernav{
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/footernav.gif);
	background-repeat: repeat-x;
	height: 24px !important;
	width: 951px;
	text-align: center;
	font-size: 10px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 12px;
	color: #c5c5ba;
}

#footernav a{
	color: #E8E8D3;
	text-decoration: none;
	font-weight: bold;
}

#footernav a:hover {
	color: #E8E8D3;
	text-decoration: underline;
	font-weight: bold;
}