@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: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #1D7CBD;
}
#container {
	width: 720px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 70px;
	text-align: center;
}
h1, h2 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #228262;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #0268CC;
}
p {
	font-size: 13px;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 7px;
	text-align: justify;
	color: #666666;
}
a:link {
	color: #228262;
}
a:visited {
	color: #228262;
}
a:hover {
	color: #34AAFE;
}
.bold {
	font-weight: bold;
}
.boldblue {
	font-weight: bold;
	color: #0066CC;
}
.center {
	text-align: center;
}
.ital {
	font-style: italic;
}
.fltlft {
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
}
.fltrt {
	float: right;
	margin-bottom: 5px;
	margin-left: 30px;
}
.clrflt {
	clear: both;
}

#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	clear: both;
	padding-top: 80px;
	text-align: center;
}
#copyright  a:link {
	color: #999999;
	text-decoration: none;
}
#copyright a:visited {
	color: #999999;
	text-decoration: none;
}
