@charset "UTF-8";
body  {
	background: #666666; /* 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;
	background-color: #78B94E;
	background-image: url();
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixLtHdr #container {
	width: 940px;
	text-align: justify;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(paper02.jpg);
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 10px;
} 
.twoColFixLtHdr #header {
	height: 236px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #3C5F8B;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 130px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 30px;
} 
.twoColFixLtHdr #footer {
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
} 
.smallNav a:link {
	color: #3E669D;
}
hr {
	color: #3E669D;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smallNav {
	font-size: 9pt;
	color: #3E669D;
	line-height: 15pt;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.smallNav a:visited {
	color: #3E669D;
	text-align: center;
}
.calendar {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 16pt;
	color: #339933;
}
h2 {
	font-size: 13pt;
	color: #3E669D;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 10pt;
	color: #036;
	text-align: left;
}
a:link {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC3300;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #039;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: left;
}
.style3 {font-size: 8pt}
#topStrip {
	background-image: url(topStrip.jpg);
	height: 15px;
	width: 940px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#logo {
	float: left;
	height: 200px;
	width: 280px;
	background-image: url(logo.jpg);
}
.twoColFixLtHdr #container #header {
	height: 230px;
	width: 940px;
}
#slideshow {
	height: 200px;
	width: 660px;
	margin: 0px;
	float: right;
}
#bottomStrip {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
body,td,th {
	color: #000000;
	font-size: 82%;
}
#sidebar1 img {
	padding-bottom: 5px;
}
p {
	line-height: 16pt;
	font-size: 1em;
}
li {
	line-height: 15pt;
}
.question {
	font-style: italic;
	font-weight: bold;
}
.description {
	font-size: 10pt;
}
#message {
	height: 400px;
	width: 430px;
	padding-top: 30px;
	float: left;
}
#textBoxL {
	float: left;
	height: 600px;
	width: 360px;
}

