h1 {
	font-size: 3em;
	color: #9e540a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 {
	font-size: 2.4em;
	color: #989898;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: .2em;
	font-weight: normal;
}
h3 {
	font-size: 1.8em;
	color: #9e540a;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: .4em;
	font-weight: normal;
}
h4 {
	font-size: 1.4em;
	color: #9e540a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: .4em;
}
h5 {
	font-size: 1.4em;
	color: #9e540a;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 1.2em;
}




p {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}
p.small {
	font-size: 1em;
}
p * {
	font-size: 1.0em;
}
.red {
	color: #FF0000;
}

.grey {
	color: #666666;
}
.sgrey {
	color: #666666;
	 font-weight: bold; 
}


/* Link Styles */
a:link {
	color: #00a4e8;
	text-decoration: underline;
}
a:visited {
	color: #00a4e8;
	text-decoration: underline;
}
a:active {
	color: #00a4e8;
	text-decoration: underline;
}
a:hover {
	color: #00a4e8;
	text-decoration: none;
}

a:link.arrow {
	display: block;
	font-size: .8em;
	padding-left: .8em;
	background-position: left center;
	background-image: url(../_images/icons/arrow-right-blue.gif);
	background-repeat: no-repeat;
}
a:visited.arrow {
	display: block;
	font-size: .8em;
	padding-left: .8em;
	background-position: left center;
	background-image: url(../_images/icons/arrow-right-blue.gif);
	background-repeat: no-repeat;
}
a:active.arrow {
	display: block;
	font-size: .8em;
	padding-left: .8em;
	background-position: left center;
	background-image: url(../_images/icons/arrow-right-blue.gif);
	background-repeat: no-repeat;
}
a:hover.arrow {
	display: block;
	font-size: .8em;
	padding-left: .8em;
	background-position: left center;
	background-image: url(../_images/icons/arrow-right-blue.gif);
	background-repeat: no-repeat;
}


/* Image Styles */
img.floater {
	float: left;
	border: 1px solid #9e540a;
	margin-right: 1em;
	margin-bottom: 1em;
}

/* List Styles */
ul {
	margin-left: 2.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}
ul li {
	font-size: 1.2em;
}
ol {
	margin-left: 2.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}
ol li {
	font-size: 1.2em;
}
ul ul li {
	font-size: 1.0em;
}
ol ol li {
	font-size: 1.0em;
}
ol ul li {
	font-size: 1.0em;
}
ul ol li {
	font-size: 1.0em;
}

/* Table Styles */
td {
	vertical-align: top;
}

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 98%;
}
table.dotted th {
	font-size: 1.2em;
	border-top: 2px dotted #989898;
	padding: .6em;
	text-align: left;
	color: #9e540a;
	font-weight: bold;
	vertical-align: top;
	width: 9em;
}
table.dotted td {
	font-size: 1.2em;
	border-top: 2px dotted #989898;
	padding: .6em;
}
table.dotted td p {
	font-size: 1em;
}
table.dotted th p {
	font-size: 1em;
}
table.dotted td.border-left {
	border-left: 2px dotted #989898;
}

/* Form Styles */
table.form_contact {
}
table.form_contact th {
	text-align: left;
	color: #9e540a;
	font-weight: bold;
	vertical-align: top;
	padding: .5em;
	margin: 0em;
}
table.form_contact td {
	padding: .3em;
	margin: 0em;
}
table.form_contact td p {
	padding-bottom: 0em;
	margin-bottom: 0em;
}
table.form_contact .highlight td {
	background-color: #EEEEEE;
}
table.form_contact .highlight th {
	background-color: #EEEEEE;
}

input {
	padding: .2em;
	font-size: 1.2em;
	border: 1px solid #9e540a;
}
input.checkbox {
	border: none;
}

/* Specific Region Style- footer */
div.footer p {
	font-size: 1em;
	margin-bottom: 0em;
}
div.footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
div.footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
div.footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
div.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


