@charset "utf-8";
/* CSS Document */
body  {
	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-image: url(../images/body-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.twoColFixLtHdr #container {
	width: 918px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #EEEEEE;
	background-image: url(../images/container-background.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 
.twoColFixLtHdr #header {
	height: 274px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header img {
	border: none;
}
.twoColFixLtHdr #header .header-cell {
	vertical-align: top;
}
.twoColFixLtHdr #sidebar1 {
	width: 289px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
.twoColFixLtHdr #sidebar1  img {
	border: none;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 629px;
	background-image: url(../images/page-background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	vertical-align: top;
} 
.twoColFixLtHdr #container #mainContent h1 {
	background-color: #ffcc33;
	font-size: 1.2em;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 26px;
	padding-bottom: 6px;
	padding-left: 6px;
	color: #FFFFFF;
}
.twoColFixLtHdr  #container  #mainContent  h2 {
	font-size: 1.1em;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 26px;
	padding-bottom: 6px;
	padding-left: 0px;
	color: #663398;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 1.15em;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent .purple {
	background-color: #8649C2;
	color: #FFFFFF;
	padding-right: 26px;
	padding-left: 6px;
}


.twoColFixLtHdr #container #mainContent p {
	font-size: 0.9em;
	color: #000000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	line-height: 1.3em;
}
.twoColFixLtHdr  #container #footer {
	width: 918px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/footer-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	text-align: center;
	font-size: 0.75em;
	height: 100px;
	color: #999999;
	vertical-align: top;
	margin: 0px;
	line-height: 18px;
} 
.twoColFixLtHdr #container #footer a {
	color: #7E40BD;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #FFCD30;
	text-decoration: none;
}


.twoColFixLtHdr #container #footer ul {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #footer li {
	display: inline;
	color: #999999;
}
.twoColFixLtHdr #footer .sig {
	color: #FFFFFF;
	margin-bottom: 4px;
}
.twoColFixLtHdr  #flash-header   {
	background-color: #5B595A;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#sidebar1 .policies {
	margin-left: 55px;
	margin-top: 10px;
}

.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;
}
.fltrt-flash { /* 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: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.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;
}
#mainContent   li    {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.3em;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent a {
	color: #663398;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #DE940A;
	text-decoration: none;
}
.horizontal-rule {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
