@charset "utf-8";
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #938d8d;
	background-image: url(images/top-bg.gif);
	background-repeat: repeat-x;
	left: 50%;
	text-align: center;
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 12pt;
}
.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
} 
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	overflow: visible;
	padding-right: 0px;
	height: auto;
	z-index: 5;
} 
.pink {
	color: #F3F;
}
.twoColFixRtHdr #container #mainContent #form {
	display: inline;
	position: absolute;
}
.twoColFixRtHdr #container #mainContent #form #form1 table {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 9pt;
}
.twoColFixRtHdr #container #mainContent #form #form1 table td {
	padding-right: 5px;
	padding-left: 5px;
}

a {
	color: #93F;
}
.em {
	font-style: italic;
}
.red {
	color: #da1a5c;
}
.hanging /* a custom class for numbered lists with flush hanging indents */{
	margin-left: 18px;
	text-indent: -18px;
}
.hanging2 /* a custom class for multiple choice lists with hanging indents and no line spaces between p tags */{
	margin-left: 18px;
	text-indent: -28px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.hanging3 /* a custom class for bulletted lists with flush hanging indents */ {
	margin-left: 15px;
	text-indent: -13px;
}
#subhead p {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.75;
	margin-top: 0px;
}
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0 0 0 0;
	overflow: auto;
	height: 94px;
} 
.twoColFixRtHdr #header h1 {
	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 */
}

.twoColFixRtHdr #sidebar1 {
	width: 282px;
	padding: 0px;
	float: right;
	overflow: visible;
	background-image: url(images/rbg1.jpg);
	background-repeat: repeat-y;
}



#comment #commentAuthor {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	color: #DA1A5C;
	font-style: normal;
	text-align: right;
	font-size: 11px;
}
#mainContent #comment {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-style: italic;
	color: #666;
}
#mainContent p strong {
	color: #da1a5c;
}

#mainContent h1 {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	color: #da1a5c;
}
#mainContent p {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.75;
}
#mainContent #news {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-style: italic;
	color: #ADA5A5;
}
#news #newsSource {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	color: #DA1A5C;
	font-style: normal;
}



.twoColFixRtHdr #footer {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	text-align: center;
	color: #A9BCB3;
	margin-top: 50px;
	font-size: 8pt;
	margin-bottom: 25px;
	line-height: 1.2;
} 
#footer a {
	color: #F9F;
}


.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#center {
	text-align: center;
	font-size: 9pt;
}
#mainContent li {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #666;
}
#mainContent h2 {
	color: #DA1A5C;
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
}
#mainContent h3 {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #DA1A5C;
}
.twoColFixRtHdr #container #mainContent p em {
	color: #F6C;
.pink {
	color: #F3F;
}
#mainContent td {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.75;
}
