#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	color: #3F9F3F;
	font-size: 18px;
}
body {
}

#contentRight #form {
	font-size: 16px;
	color: #000;
}
form {
	margin: 10px;
	padding: 10px;
}
#contentLeft {
	width: 55%;
	float: left;
	font-style: italic;
}
#contentRight {
	float: right;
	width: 45%;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
}
#header {
	text-align: center;
	padding-bottom: 15px;
}
#navMenu {
	background-color: #FEFE00;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	color: #3F9F3F;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	min-width: 677px;
	margin-top: 5px;
}

#navMenu a:visited {
	color: #3F9F3F;
	text-decoration: none;
}
#navMenu a:link {
	font-family: "Times New Roman", Times, serif;
	color: #3F9F3F;
	text-decoration: none;
}
#navMenu a:hover {
	color: #735326;
}
#navMenu a:active {
	color: #6AFA44;
}

#footer {
	clear: both;
	background-color: #FEFE00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F9F3F;
	text-align: center;
	padding: 5px;
}

#footer a:visited {
	color: #3F9F3F;
	text-decoration: none;
}
#footer a:link {
	color: #3F9F3F;
	text-decoration: none;
}
#footer a:hover {
	color: #735326;
}
#footer a:active {
	color: #6AFA44;
}



form {
	margin: 0px;
	padding: 0px;
}

.allborders {
	border: 1px inset #666666;
}

.allborderslight {
	border: 1px;
	border-style: solid;
	border-color: #CDCDCD;
}

.topleftborder {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-color: #666666;
}
.topleftrightborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

.highlightbox {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 5px;
	border: 1px double #CC0000;
	background-color: #E3E3E3;
}

.highlightbox2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 1px double #CC0000;
	background-color: #0066D3;
}
.alertBox {
	font-family: "Times New Roman", Times, serif;
	font-variant: normal;
	text-transform: uppercase;
	color: #F00;
	margin: 5px;
	padding: 5px;
	border: 1px dotted #999;
}


a:link {
	color: #3F9F3F;
	text-decoration: none;
}
a:visited {
	color: #3F9F3F;
	text-decoration: none;
}
a:active {
	color: #3F9F3F;
}
a:hover {
	color: #593C1C;
	text-decoration: none;
}
.smallertext {
	font-size: smaller;
}
.textBlack {
	color: #000;
	font-size: 14px;
}
