a:hover {
	background-color: #FF0000;
	text-decoration: none;
	color: #FFFFFF;
}

ul{
	list-style: url(StarRed2.gif) none outside;
	line-height: 24px;
	text-align: left;
}

.h1{
	font-weight: bold;
	background-color: #000099;
	padding: 2px 5px;
	color: #FFFFFF;
	text-decoration: none;
}

.h2{
	color: #000099;
	background: #FFFFFF;
	font: bold 36px "Times New Roman", Times, serif;
}

.h3{
	color: #FF3300;
	background: #FFFFFF;
	font: italic bold 18px "Times New Roman", Times, serif;
}

.h5 {
	padding-right: 10px;
	padding-left: 10px;
	font: normal 16px/18px "Times New Roman", Times, serif;
}

.h6 {
	color: #FF3300;
	font: bold 24px/18px "Times New Roman", Times, serif;
	text-align: center;
	background: inherit;
	text-decoration: none;
}	

.h7 {
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}

.buttons a {
	color: #FFFFFF;
	border: 1px solid;
	background-color: #330099;
	font: bold 13px Arial, sans-serif;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 160px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.buttons a:hover {
	border: 1px solid;
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	width: auto;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width: 750px;
	display: block;
}

#header {
	background: url(Scene00.jpg) no-repeat;
	text-align: center;
	display: block;
	border: medium dotted #330099;
}
 
#header1 {
	text-align: center;
	background: url(Scene01.jpg) no-repeat;
	display: block;
	border: medium dotted #330099;
}

#header2 {
	text-align: center;
	background: url(Scene02.jpg) no-repeat;
	display: block;
	border: medium dotted #330099;
}

#leftcol {
	width: 170px;
	height: 400px;
	float: left;
	display: block;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #330099;
	border-left-color: #330099;
}

#rightcol {
	width: 150px;
	height: 400px;
	float: right;
	text-align: center;
	display: block;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #330099;
	border-left-color: #330099;
}

#content {
	overflow: auto;
	height: 400px;
	display: block;
	margin-left: 6px;
}	

#footer {
	text-align: center;
	clear: both;
	font-weight: bold;
	display: block;
	border: medium dotted #330099;
}
