.container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
/* Container should either be set to 100% or 800px */
	width: 100%;
/*	width: 800px; */
	line-height: 110%;
}
.sidebar {
/* If .container is 100% then set this to 12%.  Otherwise use 1% */
	width: 12%;
/*	width: 1%; */
}
a {
	font-weight: normal;
	color: #003093;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #0050F4;
	text-decoration: underline;
}
.bullet {
	list-style-image: url(../css_2009/images_2009/bullet.jpg)
}
.title {
	font-size: 12px;
	font-weight: bold;
	color: #003093
}
.text {
	font-size: 11px;
	font-weight: normal;
	color: #003093;
	text-decoration: none;
	margin-top: 5px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 10px;
}
.footer:hover {
	color: #003093;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline
}
.picture {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	height: 150px;
	width: 117px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
h2 {
	font-size: 18pt;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	line-height: 105%;
	color: #003097;
}
h3 {
	font-size: 14px;
	font-style: italic;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #003097;
}
.sponsorList, A.sponsorList:Hover, A.sponsorList:Visited {
	widows: 33%;
	text-align: center;
	vertical-align: middle;
	color: #94B5E0;
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
}
A.sponsorList:Hover {
	text-decoration: underline;
}
.sponsorListHalf {
	height: 45px;
	width: 33%;
	text-align: center;
	vertical-align: bottom;
	color: #94B5E0;
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
}
.sponsorWhat {
	width: 33%;
	text-align: center;
	vertical-align: top;
	color: #009900;
	font-style: oblique;
	line-height: normal;
	font-size: 11px;
	height: 45px;
}
.tempStyle {
	font-weight: bold;
	color: #FF0000;
	letter-spacing: .2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}