@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: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #0A708F;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 981px;  /* 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 {
	height: 158px;
	padding-top: 0px;
	padding-bottom: 0;
	background-repeat: no-repeat;
}
#header h1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#header h1 a, #header h1 a:visited, #header h1 a:hover {
	color: #FFFFFF;
}

.headertext {
	width: 300px;
	float: right;
	text-align: right;
	padding: 0;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	height: 39px;
	padding-left: 12px;
}
#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	margin-top: 30px;
}
h1 {
	color: #118FB9;
	font-size: 165%;
}
h2 {
	color: #139BC9;
	font-size: 130%;
}
h3 {
	color: #118FB9;
}
#category {
	color: #118FB9;
	font-size: 130%;
	font-weight: bold;
	padding-top: 3px;
}
#category a, .category a:link, .category a:hover, .category a:visited {
	color: #118FB9;
	text-decoration: none;
}
a, a:link, a:hover, a:visited {
	color: #139BC9;
}
.blue {
	color: #118FB9;
}
.small {
	font-size: 80%;
}
#footer {
	background-image: url(
../images/footer.gif;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	background-image: url(../images/footer.gif);
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 11px;
	color: #999999;
}

