@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: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CCC;
	background-image: url(background.jpg);
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #464646;
	border-right-color: #333;
	border-bottom-color: #000;
	border-left-color: #333;
}
#disclaimer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 40px;
	padding-left: 40px;
}
#disclaimer p {
	color: #8D0006;
}
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #444;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1070px;
	border: 1px solid #444;
}
#right img {
	padding-top: 20px;
}
#header img {
}
#mainContent p {
	line-height: 24px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: justify;
	color: #000;
	margin: 0px;
}
#top {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
#top h1 {
	font-size: 27px;
}
#right h1 {
	font-size: 22px;
}
#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 */
}
#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCC;
	width: 550px;
	margin-bottom: 20px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer li {
	float: left;
	margin-left: 110px;
	list-style-type: none;
}
#footer ul {
	padding-top: 0px;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#links {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFF;
}
#spacer {
	height: 30px;
}
#right {
	float: right;
	width: 390px;
	border: 1px none #D2D2D2;
}
#right1 {
	border: 1px solid #CCC;
	padding: 15px;
	margin-bottom: 20px;
}
#right1 h1 {
	margin-top: 0px;
	padding-top: 0px;
}
#right2 {
	border: 3px solid #3673A0;
	padding: 15px;
	margin-bottom: 20px;
}
#right2 h1 {
	margin-top: 0px;
	padding-top: 0px;
}
#right1 h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 36px;
}
.fltleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
#mainContent h1 {
	font-size: 22px;
}
#right p {
	margin: 0px;
	line-height: 24px;
}
#header2 {
	height: 150px;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #444;
}
.highlight {
	background-color: #FF3;
}
#mainContent ul {
	line-height: 24px;
	margin: 0px;
	padding-top: 24px;
	font-size: 15px;
	padding-left: 15px;
}
#right1 ul {
	line-height: 24px;
	padding-left: 15px;
}
#top p {
	line-height: 24px;
}
