@charset "UTF-8";
img, p, h1, h2, h3, h4, ol, ul, li, dl, dt, dd, a, table, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
}
img {
	border-style: none;
}
img.imgRight {
	padding-bottom: 10px;
	padding-left: 10px;
}
#main {
	width: 900px;
}
#logo {
	padding-top: 10px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#titles {
	float: right;
	width: 720px;
}
#header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#header h1 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#header h3 {
	text-align: center;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar {
	width: 180px;
	float: left;
}
#links {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 15px;
	margin-top: 20px;
	padding-left: 10px;
}
#links li {
	list-style-type: none;
}
#sponsors {
	margin-top: 10px;
	margin-bottom: 20px;
}
#sponsors .blockTop {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#sponsors h4 {
	font-style: italic;
	color: #666;
	margin-bottom: 10px;
	margin-left: 5px;
}
#sponsors a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	display: block;
	width: 160px;
	margin-left: 10px;
	margin-bottom: 13px;
}

#sponsors a.last {
	margin-bottom: 0px;
}
#sponsors a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #25166E;
}
#mainContent {
	float: left;
	width: 700px;
	padding-left: 20px;
}
#mainContent .title {
	text-align: center;
	margin-bottom: .6em;
}
#mainContent .red {
	color: #F00;
}
#mainContent .subtitle {
	font-style: italic;
	margin-bottom: 0.2em;
}
#mainContent .blockTop {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 15px;
	padding-bottom: 20px;
}
#mainContent .blockLast{
	margin-bottom: 40px;
	margin-top: 15px;
}
#mainContent li {
	margin-bottom: 10px;
}
#mainContent li.last {
	margin-bottom: 0px;
}
#mainContent ul , #mainContent ol{
	padding-left: 20px;
	margin-top: 10px;
}
.contactTable {
	width: 100%;
}
.contactTable td {
	padding: 2px;
}
.contactTable .groupTitle {
	font-weight: bold;
}
.contactTable .name a:link {
	color: #0C9B24;
	text-decoration: underline;
}
.contactTable .name a:visited {
	color: #9B0B3B;
}
.contactTable .name a:hover {
	text-decoration: none;
}
.twinColorTable {
	margin-right: auto;
	margin-left: auto;
}
.twinColorTable caption {
	text-align: left;
	padding: 3px;
}
.twinColorTable td {
	border: 1px solid #FFF;
	padding: 3px;
}
.twinColorTable .dark {
	background-color: #e0e0e0;
}
.twinColorTable .light {
	background-color: #f0f0f0;
}
.imgTable {
	width: 100%;
}
.imgTable td {
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
}
