﻿h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #C0C0C0;
	text-transform: uppercase;
	text-decoration: underline overline;
}
body {
	
	text-align:center;
}
#PageContainer {
	margin: 0 auto;
	width: 800px;
	height: auto;
	text-align: left;
}
#Header {
	width: 800px;
	height: 309px;
}
#Content {
	width: 800px;
	height: auto;
	background-image: url('../images/spotlight_03.jpg');
	background-repeat: no-repeat;
}
#LeftCol {
	padding: 5px;
	width: 190px;
	height: auto;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
#RightCol {
	padding: 5px;
	width: 590px;
	height: auto;
	clip: rect(auto, auto, auto, 100px);
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	position: relative;
}
#Footer {
	padding: 5px;
	width: 790px;
	height: auto;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-transform: uppercase;
}
