html {
	overflow-y: auto;
	overflow-x: auto;
}
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: #FFFFFF

}

/* Banner across top of page that says the name of the whole site */
.header{
width:952px; 
height:219px; 
left: 20px; 
top: 0px;
}

.main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 10px;
padding-bottom: 5px;
padding-right: 10px;
/*border-bottom: 5px #cc6600 solid;*/
color: #4A1B76;
font-weight: bold;
font-size: 1.2em;
text-align: center;
/*text-align: right;*/
letter-spacing: 5px
}

.sub-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 80px;
color: #4A1B76;
font-weight: bold;
font-size: 1em;
text-align: center;
letter-spacing: 2px
}

/* Heading level 1 is not contained in main-text. */

h1 {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	font-size: 1.1em;
	color: #800040;
	padding-bottom: 10px;
	padding-top: 7px;
	padding-left: 190px;
	font-weight: bold;
	letter-spacing: 5px
}

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: .9em;
color: #503562;
font-weight: bold
}

/* Styles for the main text on the page. */

.main-text {
position:absolute;
text-align:left;
text-indent:20px;
width:780px; 
height:382px; 
left: 220px; 
top: 173px;
overflow:auto;
overflow-x: auto;
margin-top: 0;
margin-bottom: 50px;
/*margin-left: 180px;*/
margin-right: 50px;
font-size: 0.8em
}

.main-text p, ul, ol {
line-height: 1.1em;
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
/*margin-right: 0;*/
padding: 0
}
.main-text ol, ul {
margin-left: 25px
}


/* Styles for the navbar on the left side. */

.left-menu {
position:absolute;
text-align: left;
width:200px; 
height:115px; 
left: 7px; 
top: 214px;
font-size: 0.8em
/*font-family: "Times New Roman", Times, serif*/
/*border-bottom: 2px #555562 solid;
border-right: 2px #555562 solid;
border-top: 2px #555562 solid;
padding-top: 50px;
padding-bottom: 50px*/
}

.left-menu p {
padding-right: 20px;
margin-bottom: 0;
/*border-bottom: 2px #cc6600 solid;*/
font-size: 0.9em;
line-height: 1.1em;
}


.left-menu a:link, .left-menu a:visited
{
color: #1B4776;
text-decoration: none;
font-weight: bold
}

.left-menu a:hover, .left-menu a:current {
color: #D22F2B;
text-decoration: none;
font-weight: bold
}

/* Styles for the footer at the bottom of the page */

.footer {
/*width:980px;*/
width:100%;
position:absolute;
bottom:0px;
text-align: right;
color: #503562;
border-top: 1px #cc6600 solid;
font-size: .61em;
font-weight: bold;
background-color: #ff7401
}
.footer p{
margin:0;
}
.footer a:link, .footer a:visited {
color: #F8F8FF;
text-decoration: none
}

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