﻿@import url('layout.css');
body {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	background-color: #DD861C;
	font-family: Arial;
}
#masthead {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border-style: solid solid none solid;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
}

#iMenu {
	/*background-color: white;*/
	font-family: Arial;
	font-size: 17px;
	color: #4B4B4B;
	text-align: right;
	z-index: 2;
	top: 227px;
	position: absolute;
	height: 20px;
	width: 695px;
	float: left;
	margin-left: 297px;
}


#container {
	background-color:white;
}

#column_l{
	width:548px;
	padding:15px;
	top: 1px;
	left: 0px;
}
#column_r{
	width: 391px;
	padding: 15px;
	top: 0px;
	float: right;
	overflow: hidden;
	left: 4px;
}
#footer{ 
	font-family:Arial;
	font-size:9px;
	color:#646464;
}

#PageContent {
	font-family: Arial;
	margin-left: 50px;
}

/* Site typography */
p{
	color: #4B4B4B;
	font-size: small;

}
h1{
	color:#4B4B4B;
}
h2{
	color:#4B4B4B;
}
h3{
	color:#4B4B4B;
}
h4{
	color:#4B4B4B
}
h5{
	color:#4B4B4B;
}
h6{
	color:#4B4B4B;
}
.header1 {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #3C5E2C;
}
.title1 {
	font-family: Arial;
	font-size: x-large;
	color: #FFFFFF;
}
.title2 {
	font-family: Arial;
	font-size: large;
	color: #FFFFFF;
}
.pHead {
	color: #3C5E2C;
	font-size: small;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 1px;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	border-bottom-color: #D07E07;
}
.pContent {
	color: #4B4B4B;
	font-size: medium;
	
}


/* Links */
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

#footer a {
	text-decoration:none;
	color:#646464;
} 

#footer a:hover {
	text-decoration: underline;
	color:#646464;
}
.hotspot a {
	text-decoration: none;
}
.img {
	border-style: none;
}
.quote {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #3C5E2C;
}
