@charset "UTF-8";
body {
	/* 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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #11151E;
	margin-top: 30;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: lighter;
	background-image: url(images/gradbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.required {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
}

#container {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/sidelines.gif);
	background-repeat: repeat;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#mainContent {
	background-color: #000000;
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/sidelines.gif);
}
#footer {
	background-color: #11151E;
	margin: 0px;
	padding: 0;
	clear: both;
}
h1, h2, h3{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18px;
	text-align: center;
}
p {
	line-height: 1.25em;
	text-align: left;
}
.ital {
	font-style: italic;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#copyright  a:link {
	color: #999999;
	text-decoration: none;
}
#copyright a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.menulink a:link {
	color: #FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
}
.menulink a:visited {
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
}

.font9pt {
	font-size: 9px;
	text-align:left;
}
.font10ptCopy {
	font-size: 10px;
	text-align:left;
}
.font14pt {
	font-size: 14px;
	text-align:left;
}
.formtd {
	font-size: 14px;
	text-align: left;
	padding: 0px;
}
.formtitles {
	font-size: 16px;
	font-weight: bold;
}

#highlight {
	color: #708AC4;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.fltrght {
	float: right;
	clear: both;
	padding-bottom: 5px;
	padding-left: 8px;
}
.fltlft {
	float: left;
	clear: both;
	padding-bottom: 5px;
	padding-right: 8px;
	margin-right: 1px;
}
#300list {
	margin-left: 410px;
}
#300titles   {
	width: 900px;
}
ul {
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bold16 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
li {
	padding-top: 3px;
}
.cartitles {
	clear: right;
}
.questions {
	color: #FFFFFF;
	font-size: 18px;
	padding-top: 0px;
	font-weight: bold;
}
td {

}
.toppad15 {
	padding-top: 15px;
}
.clrboth {
	clear: both;
}
.center {
	text-align: center;
}
.offwhitw {
	color: #FF9;
	font-size: 14px;
}
.red {
	color: #C00;
}
.green {
	color: #0F0;
}
.yellow {
	color: #FF0;
}
.yellowbold {
	color: #FF0;
	font-size: large;
	font-weight: bold;
}
.lightblue {
	color: #3FC;
}
.purple {
	color: #C3F;
}

.orange {
	color: #F63;
}
.lightgreen {
	color: #0F0;
}
.blue { color:#09F
}
.title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #C39;
}
.mantitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color:#03F;
}
.hotpink {
	color: #F09;
	font-weight:bold;
}

