body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 100%;
}


#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 710px;
	height: 380px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #D3D3D1;
	margin: 0.3em auto;
	padding: 15px;
	text-align: left;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
.nav {
	background-image: url(images/navback.gif);
	height: 476px;
	width: 192px;
}
.navtop {
	margin-top: 0px;
	color: #554f44;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
	margin-left: 10px;
	padding-top: 8px;
}
.nav a {
	color: #554F44;
	text-decoration: none;
}
.nav a:hover {
	color: #A30C08;
	text-decoration: none;
}

.navbtm {
	margin-top: 60px;
	color: #554f44;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 10px;
	font-size: 0.88em;
	line-height: 1.8em;
}
.bottom {
	padding-top: 35px;
	background-image: url(images/bottom_home.gif);
	font-size: 12px;
	padding-right: 200px;
	text-align: center;
	padding-left: 200px;
	height: 155px;
	
}
.bottom a {
	font-weight: bold;
	color: #554F44;
	text-decoration: none;
}
.bottom a:hover {
	font-weight: bold;
	color: #A30C08;
	text-decoration: none;
}
.bottombanner {
	width: 750px;
	text-align: right;
	line-height: 16px;
}

.bottomimage {
	width: 56px;
	float: left;
}
