/* CSS Document */
/* Written by Emily Roeder, Summer 2007 */
/* Questions? - veryemily@gmail.com */

/* Text */

.bottomcontact {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
body,td,th {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.bottommenu{
	font-family:Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF
}
.bottommenu a:link{
	text-decoration: none;
	color: #FFFFFF
}
.bottommenu a:visited{
	text-decoration: none;
	color: #FFFFFF
}
.bottommenu a:hover{
	text-decoration: underline;
	color: #FFFFFF
}
.bottommenu a:active{
	text-decoration: underline;
	color: #FFFFFF
}
.style3 {
	color: #E8943C;
	font-size: 35px;
}
.style4 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.style4 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.style4 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.style4 a:hover {
	text-decoration: none;
	color: #D26C00;
}
.style4 a:active {
	text-decoration: none;
	color: #D26C00;
}
.style6 {
	font-size: 14px;
	color: #4E4E4E;
}


/* Tables */

table.maintexttable {
	
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #000000;
	vertical-align: top;
	line-height: 1.5;
	text-align: justify;
	border-style: none;
	background-color: #FFFFFF;
	background: none;
	width: 95%;	
}
table.maintexttable th {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #000000;
	vertical-align: top;
	line-height: 1.5;
	text-align: justify;
	border-style: none;
	background-color: #FFFFFF;
	background: none;
	width: 98%;	
}
table.maintexttable td {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #000000;
	vertical-align: top;
	line-height: normal;
	text-align: center;
	border-style: none;
	background-color: #FFFFFF;
	background: none;
	width: 480;
}
table.maintexttable td a {
	text-decoration: underline;
	color: #94A615;
}

table.maintexttable td a:hover {
	text-decoration: underline;
	color: #94A615;
}

table.highlight {
	
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #4E4E4E;
	vertical-align: top;
	line-height: 1.5;
	text-align: center;
	border-style: solid;
	border-spacing: 3px;
	border-width: thin;
	background-color: #FFFFFF;
	background: none;
	width: 100%;	
}
table.highlight th {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #4E4E4E;
	vertical-align: top;
	line-height: 1.5;
	text-align: center;
	border-spacing: 3px;
	background-color: #FFFFFF;
	background: none;
	width: 98%;	
}
table.highlight td {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #000;
	vertical-align: top;
	line-height: 1.5;
	text-align: center;
	border-spacing: 3px;
	background-color: #FFFFFF;
	background: none;
	width: 98%;
}
table.highlight td a {
	text-decoration: underline;
	color: #94A615;
}

table.highlight td a:hover {
	text-decoration: underline;
	color: #94A615;
}

/* Expandable Menu */

table.mainmenutable {
	border-width: .5pt;
	border-spacing: 3px;
	border-style: solid;
	border-color: #4E4E4E;
	border-collapse: collapse;
	background-color: #FFFFFF;
	background: none;
	vertical-align: middle;
	font: Arial;
	font-size: 14px;
	border-right-style: none;
	border-left-style:none;
	height: 20px;
	width: 100%;
}
table.mainmenutable th {
	border-width: .5pt;
	border-spacing: 3px;
	border-style: solid;
	border-color: #4E4E4E;
	border-collapse: collapse;
	background-color: #FFFFFF;
	background: none;
	vertical-align: middle;
	font: Arial;
	font-size: 14px;
	border-right-style: none;
	border-left-style:none;
	height: 20px;
	width: 100%;
}
table.mainmenutable td {
	border-width: .5pt;
	border-spacing: 3px;
	border-style: solid;
	border-color: #4E4E4E;
	border-collapse: collapse;
	background-color: #FFFFFF;
	background: none;
	vertical-align: middle;
	font: Arial;
	font-size: 14px;
	border-right-style: none;
	border-left-style:none;
	height: 20px;
	width: 100%;
}
table.mainmenutable td a {
	text-decoration: none;
	color: #4E4E4E;
	background-color: #FFFFFF;
	display: block;
	padding: 6px;
}
table.mainmenutable td a:hover {
	background-color: #E9AF72;
	color: #A80000;
}
.submenu{
	font: Arial;
	font-size: 12px;
	display: block;
	height: 10px;
	padding: 3px;
	vertical-align: middle;
	color: #4E4E4E;
}
.hide{
	display: none;
}
.show{
	display: block;
}

