@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #0C6DCE;
	background-image: url(/images_home/check_bkgrd.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330066;
	line-height: 18px;
	}
#mainContent p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#container {
	width: 950px;
	text-align: left;
	background-image: url(/images_home/page_bkgrd_l2.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.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: 15px;
	margin-bottom: 15px;
}
.padding {
	margin-top: 15px;
	margin-bottom: 15px;
}
.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;
}
 #header {
background-image: url(/images_home/header_bkgrd.png);
width: 962px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
height: 108px;
background-repeat: no-repeat;
padding: 0px;
}
#pagebottom {
	background-image: url(/images_home/bottom_bkgrd.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header img {
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #0066CC;
	text-transform: capitalize;
}

h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #990000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: capitalize;
}
h3 {
	font-weight: bold;
	color: #0066CC;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
}
a {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
}
#footer ul {
	list-style-type: none;
	display: inline;
}
#footer ul li {
	display: inline;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#footer ul li a {
	color: #ACFA58;
	font-weight: normal;
	font-size: 11px;
}#welcome p {
	margin: 0px;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000000;
	line-height: 14px;
}
#mainContent .quote {
	font-family: "Trebuchet MS", Times, serif;
	font-size: 16px;
	color: #0066CC;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 20px;
	margin: 0px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #99CC66;
	padding-top: 10px;
}
#mainContent .quotee {
	font-family: "Trebuchet MS", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 16px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #99CC33;
}

