@charset "utf-8";

html {
    height: 100%;
    margin-bottom: 1px;
}

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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
	line-height: 1.5em;
}
h3 {
	padding-top: 20px;
}

#container  {
	width: 966px;  /* 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; /* this overrides the text-align: center on the body element. */
}
#header  {
	background-color: #FFFFFF;
}
#mainContent  {
	background: #FFFFFF;
}
#mainContent1 {
	background-color: #FFFFFF;
	background-image: url(images/maincontent.jpg);
	background-position: center bottom;
	padding: 20px;
	background-repeat: no-repeat;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3165FF;
	padding-bottom: 20px;
	padding-top: 10px;
	line-height: 1.5em;
}
a {
	font-weight: bold;
	color: #319AFF;
	text-decoration: underline;
}
a:hover {
	color: #63CFFF;
}




#footer  {
	background-color: #FFFFFF;
}
#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;
}

.floatleft {
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-top: 30px;
}

.floatright {
	float: right;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}
#mainContent1 li {
	list-style-position: inside;
	list-style-type: disc;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#subfooter {
	font-size: .7em;
	color: #999999;
}
.quote {
	font-size: 1em;
	font-style: italic;
	color: #003399;
}
