@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#mainContent {
	margin-left: 1em;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
#mainContent H1 {
	font-size: 18pt;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0.25em;
}
#mainContent H2{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #666;
}	
#mainContent P {
	margin-bottom: 0.5em;
	margin-top: 0em;
	/* text-align: justify; */
}
#mainContent Table {
	border-collapse: collapse;
}
#mainContent UL {
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#footer {
	text-align: center;
	font-size: 10pt;
	margin-top: 1px;
	margin-bottom: 1em;
}
#footer P{}
.alphaList Ol {
	list-style-type: upper-alpha;
}
/* Navigation Menu */
#navMenu {
	width: 210px;
	height: auto;
	margin-top: 1px;
	overflow: hidden;
	font-size: 14pt;
	color: #FFF;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 0.5em;
}
.buttonscontainer {
	width: auto;
	margin-bottom: 0em;
	margin-top: 0.25em;
	border: 1px solid #666;
	padding-bottom: 0.5em;
	text-align: center;
}

.sub1btn a {
	color: #FFF;
	padding-left: 4px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: auto;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	letter-spacing: 0pt;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	background-color: #036;
}

.sub1btn a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.sub1btn a:hover {
	background-color: #CCC;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.sponsors {
	color: #036;
	padding-top: 5px;
}
.sponsorHead {
	display: block;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;

}
.sponsors IMG {
	margin-top: 5px;
}
.sponsors A {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.sub2btn a {
	color: #333333;
	padding: 1px;
	padding-left: 15px;
	display: block;
	font: 10px Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	width: auto;
}

.sub2btn a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	width: auto;
}

.sub2btn a:hover {
	background-color: #CCC;
	color: #000;
	text-decoration: underline;
	width: auto;
}

