body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #C8C8C8;
}
h1 {
	font-size: medium;
	color: #972E30;
}
h2 {
	font-size: small;
	color: #972E30;
}
h3 {
	font-size: x-small;
	color: #000000;
}
a:link, a:visited {
	color: #972E30;
	text-decoration: underline;
}
a:hover {
	color: #ACAEBC;
	text-decoration: underline;
}
#pagecontainer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	margin-top: 20px;
	background-color: #FFFFFF;
}
/*#header {
	height: 130px;
}
*/
#nav {
	/* float: left; */
	font-family: Verdana, sans-serif;
	width: 170px;
	/*background-image: url(../../images/sidenavbackground.jpg);*/
	background-repeat: repeat-y;
	background-position: left top;
	height: 425px; 
}
.rightalign {
	text-align: right;
	float: left;
	width: 150px;
}

#footer {
	clear: both;
	background-color: #ACAEBB;
	text-align: center;
	height: 35px; 
	font-size: xx-small;
	/*border-top: 1px solid #000000; */
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#pagecontent {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
	float: right;
	width: 571px;
	background-color: #FFFFFF;
	
}
.clearboth {
	clear: both;
}
.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;
}
.leftfooter {
	float: left;
	height: 35px;
	width: 170px;
	background-color: #972F30;
}
.sidebar {

	float: left;
}
.sidebarpic {
	background-image: url(../../images/bottomnavpic.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
	height: 211px;
	width: 170px;
	margin-top: -211px;
	float: left;
}
.copyright {
	padding-top: 5px;
}
.pagebackground {
	background-image: url(../../images/pagebackground.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
/*.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
} */
.nobullet {
	list-style-type: none;
}
.imgborder {
	border: 1px solid #972F30;
}