@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: #192E42;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
#container {
	width: 900px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/sidestripes.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 0px;
}
#footer {
	padding: 0;
	margin: 0px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 18px;
}
#board {
	text-align: center;
	clear: both;
}
#board p {
	text-align: justify;
}
#board img {
	text-align: center;
	padding: 10px;
}
.toppad {
	padding-top: 20px;
}
h1    {
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
h2, h3, h4 {
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	font-size: 13px;
	line-height: 1.5em;
}
hr {
	padding: 0px;
	margin: 0px;
}
a:link {
	color: #336600;
}
a:visited {
	color: #336600;
}
.fltlft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.fltrt {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.clrflt {
	clear: both;
}
.bold {
	font-weight: bold;
}
.sectitle {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.resource {
	font-size: 11px;
	line-height: 1.25em;
	margin-top: 5px;
	margin-bottom: 8px;
}
.ital {
	font-style: italic;
}
.indent {
	padding-left: 315px;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#copyright  a:link {
	color: #999999;
	text-decoration: none;
}
#copyright a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

