/* CSS Document */
body {
	background-color: #68684D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {

}
td {

}
img {
	border: 1px solid #666666;
	margin: 5px;
}
#siteName {
	position: relative;
	font-size: 24pt;
	color: #FFFFFF;
	float: left;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navPanel {
	text-align: center;
	position:relative;
	top: 84px;
	width: 800px;
	line-height: 130%;
	margin-right: 0px;
	height: 35px;
	background: #ffffff;
	border-top: 1px dotted #ffffff;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9; 
	opacity: 0.9;
}
#navPanel a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: medium;
	padding-right: 22px;
	padding-left: 22px;
}
#navPanel a:hover {
	color:#FF0000;
}
#shell {
	background-color: #F9F3EA;
	width: 800px;
	border: 1px solid #cccccc;
}
#body {
	width: 100%;
	border: 1px solid #666666;
}
#bannerPanel {
	background-image: url(../images/banner2.jpg);
	width: 800px;
	height: 120px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#mainContent {
	text-align: left;
	line-height: 140%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer {
	background-color: #F9F3EA;
}
#copyright {
}
.floatRight {
	float: right;
}
.firstSentence {
	font-weight: bold;
	color: #006600;
}
h2 {
	color: #003300;
}
ul {
	text-align: left;
	position: relative;
	left: 30px;
}
.floatLeft {
	float: left;
}
.indent {
	margin-left: 30px;
}
.increasedMargins {
	padding-right: 50px;
	padding-left: 50px;
}
h3 {
	color: #FF0000;
}
.label1 {
	font-size: small;
	font-weight: bold;
	color: #003300;
	text-align: left;
}
.label2 {
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-size: medium;
}
.secondSentence {
	color: #000099;
}
