body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	margin-bottom: 20px;
	margin-top: 20px;
}

/*=>Containers*/
#mastheadTop {
	border-left: 1px #005446 solid;
	border-right: 1px #005446 solid;
	border-top: 1px #005446 solid;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
	position: relative;
	width: 800px;
}

#mainNav {
	border-bottom: 1px #005446 solid;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 800px;
}

#colorBar {
	border-left: 1px #005446 solid;
	border-right: 1px #005446 solid;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: relative;
	width: 800px;
}

#colorBar td {
	padding: 0px;
}

#main {
	border-bottom: 1px #005446 solid;
	border-left: 1px #005446 solid;
	border-right: 1px #005446 solid;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	width: 800px;
}

td.mainSingleCol {
	padding: 20px  !important;
}

td.mainLeftCol {
	padding: 0px !important;
}

td.mainRightCol {
	padding: 10px 20px 20px 20px !important;
}

#bottomBox {
	border: 1px #005446 solid;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 0px;
	position: relative;
	width: 800px;
}

/*=>Text and links*/
.headline {
	color: #a82409;
	font-size: 18px;
	font-weight: bold;
}

.footer {
	color: #006050;
	font-size: 12px;
}

.emphasized {
	color: #2f5e3b;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.title {
	color: #a82409;
	font-size: 1.2em;
}

.smallTxt {
	font-size: .8em;
}

/* Default links */
a:link {
	color: #2f5e3b;
	text-decoration: underline;
}

a:visited {
	color: #2f5e3b;
	text-decoration: underline;
}

a:hover {
	color: #2f5e3b;
	text-decoration: none;
}

a:active {
	color: #2f5e3b;
	text-decoration: none;
}

/*=>Home Features Boxes */
#featureBox {
	float: right;
	margin-left: 20px;
}

#featureBox table {
	margin-bottom: 35px;
}

.featureBox td {
	padding: 0px !important;
}

/*=>Lists*/
ul.featureBox {
	margin: 10px 0px 0px 30px;
	padding: 0px;
}

li.featureBoxOrange {
	line-height: 1.4em;
	list-style-image: url(../images/bulletOrange.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 3px;
	margin-top: 0px;
	padding: 0px;
}

li.featureBoxRed {
	line-height: 1.4em;
	list-style-image: url(../images/bulletRed.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 3px;
	margin-top: 0px;
	padding: 0px;
}

/*=> Footer links*/
.footerLinks {
	font-size: 10px;
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-top: 100px;
}

.footerLinks a:link {
	color: #2f5e3b;
	text-decoration: none;
}

.footerLinks a:visited {
	color: #2f5e3b;
	text-decoration: none;
}

.footerLinks a:hover {
	color: #2f5e3b;
	text-decoration: underline;
}

.footerLinks a:active {
	color: #2f5e3b;
}

/*=> Forms */
.formTable {
	margin: 10px 10px 10px 10px;
	width: 675px;
}

fieldset{
	border: 1px solid #005446;
	margin-bottom: 20px;
}

legend {
	color: #882d0e;
	font-size: 14px;
	font-weight: bold;
}

input {
	border: 1px solid #005446;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

input.checkbox {
	border: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

input.button {
	background: #ae5b27;
	border-bottom: 1px solid #000000;
	border-left: none !important;
	border-right: 1px solid #000000;
	border-top: none  !important;
	color: #ffffff;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
}

textarea {
	background-color: #ffffff;
	border: 1px solid #005446;
	color: #000000;
	font: 12px  Verdana, Helvetica, Arial, sans-serif;
}

select {
	background-color: #ffffff;
	border: 1px solid #005446;
	border-style: solid;
	color: #000000;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
}
