

body {
	color: #cccccc;
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 8pt;
	margin: 0px
}

a { font-weight: bold; color: #96a436; text-decoration: none }
a:visited {	color: #ddd646; text-decoration: none }
a:active { color: #ddd646; text-decoration: none }
a:hover { color: #96a436; text-decoration: underline }

div {
	text-align: left;
	border-style: dashed;
	border-color: #ddd646;
	border-width: 0px
}

img {
	border-style: none
}

table {
	font-size: 8pt
}

td {
	vertical-align: top;
	padding: 0px
}

h1 {
	/* text-transform: lowercase; */
	font-size: 15pt;
	font-weight: normal;
	font-family: sans-serif;
	color: #96a436
}

h2 {
	/* text-transform: lowercase; */
	color: #ddd646;
	font-size: 12pt;
	font-weight: normal;
	font-family: sans-serif;
	font-style: italic
}

h2.noLower {
	text-transform: none;
	font-size: 12pt;
	font-weight: bold;
	font-family: sans-serif;
	font-style: italic
}

p {
	font-size: 8pt;
	text-align: justify;
	color: #027167
}

li {
	font-size: 8pt;
	font-weight: bold;
	text-align: justify;
	color: #027167
}

hr {
	border-style: dashed;
	width: 100px;
	height: 1px;
	text-align: center;
	color: #ddd646
}

label {
	font-family: sans-serif;
	font-size: 8pt;
	text-transform: lowercase;
	color: #96a436
}

span {
	font-family: sans-serif;
	font-size: 8pt;
	text-transform: lowercase;
	color: #96a436
}

input {
	color: #96a436;
	background-color: #ffffff;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	border-color: #ddd646
}

select {
	color: #cccccc;
	background-color: #ffffff;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	border-color: #ddd646
}

textarea {
	color: #027167;
	background-color: #cccccc;
	font-family: sans-serif;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	border-color: #027167
}

.nav {
	color: #ffffff;
	background-color: #96a436;
	/* text-transform: lowercase; */
	padding-top: 0px;
	padding-bottom: 2px;
	vertical-align: middle;
	text-align: center;
	font-size: 9pt;
	
	white-space: nowrap
}

.nav a { font-weight: normal; color: #ffffff; text-decoration: none }
.nav a:visited { color: #ffffff; text-decoration: none }
.nav a:hover { color: #ffffff; text-decoration: underline }
.nav a:active { color: #ffffff; text-decoration: none }

.navSelected {
	color: #ffffff;
	background-color: #ddd646;
	/* text-transform: lowercase; */
	padding-top: 0px;
	padding-bottom: 2px;
	vertical-align: middle;
	text-align: center;
	font-size: 9pt;
	white-space: nowrap
}

.navSelected a { font-weight: normal; color: #ffffff; text-decoration: none }
.navSelected a:visited { color: #ffffff; text-decoration: none }
.navSelected a:hover { color: #ffffff; text-decoration: underline }
.navSelected a:active { color: #ffffff; text-decoration: none }

.disabilityPanel {
	color: #ffffff;
	background-color: #000000
}

.imgSquare {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #ffffff
}

.highlight {
	font-weight: bold;
	color: #96a436
}

#contactForm {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	border-collapse: collapse;
	border-width: 0px;
	border-color: #96a436;
	border-style: solid;
	background-image: url(../img/bg5.gif);
	background-color: #ddd646
}

/*.formLabel {
	color: #ffffff
}*/

.colRight {
	width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	background-image: url(../img/bgSq.gif)
}

.colLeft {
	width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	background-image: url(../img/bgSq.gif)
}
