body {
	background-color: #6699CC;
}
img {
	padding: 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #660000;
}
#navigation {
	color: #666666;
	text-align: center;
	height: 35px;
	width: 800px;
	background-color: #FFFFCD;
	background-image: url(foldercorner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #336699;
}
h3 {
	font-size: 1.3em;
	font-weight: bolder;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

/*** class tags ***/
.discription {
	font-size: 0.8em;
	color: #333333;
}

/*** Division Tags ***/
#header {
	height: 100px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
.header_img {
	margin: 0px;
	padding: 0px;
}

#main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	width: 640px;
	background-color: #FFFFCD;
	background-image: url(mainbkgrd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-top: 100px;
	padding-right: 35px;
	padding-bottom: 50px;
	padding-left: 125px;
}
#wrapper {
	margin: 0 auto;
	width:800px;
}


#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6699CC;
	height: 25px;
	width: 800px;
	text-align: center;
	background-color: #FFFFCD;
	padding-top: 2px;
}

/*** begin navigation div tags ***/
#navlist
{
	margin-left: 0;
	border-bottom-style: none;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	border-top-style: none;
	font-size: 1em;
	word-spacing: 10px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a
{
	text-decoration: none;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 7px;
	padding-left: 7px;
}

#navlist li a:link { color: #666666; }
#navlist li a:visited { color: #666666; }
#navlist li a:hover {
	font-weight: bold;
}

#navlist li a#current
{
	color: #660000;
}

/*** end of navigation divs ***/

.superscript {
	vertical-align: super;
	font-size: 0.6em;
	color: #CC0000;
}
