/* Michelle Style Sheet - Hand-coded by Michael Newton */

body, td, th {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Georgia", Times, serif;
	font-size: medium;
	margin: 0; padding: 0;
}

h1 {
	font-family: "Arial", "Geneva", sans-serif;
	font-size: 1.5em;
}

h2 {
	font-family: "Arial", "Geneva", sans-serif;
	font-size: 1.3em;
}

h3 {
	font-family: "Arial", "Geneva", sans-serif;
	font-size: 1.1em;
	padding: 2px;
	border-bottom: 1px solid #FFFFFF;
}

a:link {
	color: #E3007B;
	text-decoration: none;
} a:visited {
	color: #E3007B;
	text-decoration: none;
} a:active {
	color: #E3007B;
	text-decoration: none;
} a:hover {
	background-color: #FFFFFF; color: #E3007B;
	text-decoration: none;
}

#topBanner {
	min-width: 600px; height: 150px;
	background-color: #000000;
	color: #FFFFFF;
	border-style: none;
}

#top-banner .left-side {
	float: left;
	margin-left: 5px;
}

#top-banner .right-side {
	float: right;
	margin-right: 5px;
}

.navTitles {
	margin-left: 5px;
}

.curTitle {
	color: #FAF519;
}

#content {
	position: absolute; top: 151px; left: 19em;
	float: right;
	margin: 0 5px 5px 0;
	padding: 0 5px 5px 5px;
	background-color: #000000;
	color: #FFFFFF;
	border: #FFFFFF dotted thin;
}

#left-bar {
	font-family: "Arial", "Geneva", sans-serif;
	font-size: .9em;
	position: absolute; 
	top: 151px;
	left: 5px;
	width: 18em;
	background: #000000;
	color: #FFFFFF;
}

#left-bar ul {
	list-style: none;
	margin-left: 15px;
	margin-top: 1px;
	padding-left: 0;
}

#left-bar li {
	font-size: .8em;
	border-bottom: 1px dotted #C0C0C0;
	margin-bottom: 3px;
}

#left-bar p {
	border-bottom: 1px dotted #C0C0C0;
	margin-bottom: 1px;
}

.caption {
	font-family: "Arial", "Geneva", sans-serif;
	text-align: center;
	font-size: small;
	font-style: italic;
}	

.red-thumb { 
	color: #FF0000;
	border-color: #FF0000; 
	border-style: solid; 
	border-width: thin; 
	margin: 3px;
}


