@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}
body {
	text-align: center;
	background-image: url(../images/BodyBg.jpg);
	background-repeat: repeat;
}

/* Global Layout Containers
--------------------------------------------------*/
#SiteWrapper1 {
	background-image: url(../images/TopBg.jpg);
	background-repeat: repeat-x;
}
#PageContainer {
	width: 800px;
	text-align: left;
	b/ackground-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#AllContent {
	background-color: #FFFFFF;
	float: right;
	width: 800px;
}

/* Header Layout Containers
--------------------------------------------------*/
#Header {
	float: right;
	width: 760px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../images/Headerimages/HeaderWrapperBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: inline;
}
#Header h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 30px;
	margin-bottom: 12px;
}
#Header p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7AAF98;
	padding-bottom: 20px;
}
#Logo {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
	height: 130px;
}
#Logo img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Logo h1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 220px;
	margin-top: 20px;
	font-style: italic;
	line-height: 35px;
	font-size: 27px;
}
.HeaderSecondLine {
	margin-left: 40px;
}
#TopCap {
	width: 800px;
	float: left;
}
#HeaderImage {
	float: left;
	width: 415px;
}
#HeaderCopy {
	margin-left: 22px;
	margin-top: 25px;
	margin-right: 22px;
}
#HeaderCopy ul {
	margin-left: 30px;
	margin-top: 22px;
}
#HeaderCopy li {
	margin-bottom: 15px;
	background-image: url(../images/HeaderBullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 7px;
	padding-bottom: 7px;
	list-style-type: none;
}
#HeaderCopy li a {
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
#HeaderCopy li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#HeaderCopyWrapper {
	background-image: url(../images/Headerimages/HeaderWrapperBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 300px;
	width: 340px;
	background-color: #71A697;
}
#GlobalNav {
	background-image: url(../images/GlobalNavBg.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 760px;
	margin-top: 6px;
	height: 44px;
}
#GlobalNav ul {
	margin-top: 14px;
}
#GlobalNav li {
	list-style-type: none;
	display: inline;
}
#GlobalNav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6D994E;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#GlobalNav li a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Main Content Layout Containers
--------------------------------------------------*/
#PageBodyContent {
	float: right;
	width: 760px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	display: inline
}
#PageBodyContent a {
	color: #00548E;
}
#PageBodyContent a:hover {
	text-decoration: none;
}
#PageBodyContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 26px;
	color: #00548E;
	margin-bottom: 17px;
}
#LeftSideBar {
	float: left;
	width: 184px;
	background-color: #F4F6EB;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6FA497;
}
#LeftSideBar h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 8px;
}
#LeftSideBar p {
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-bottom: 25px;
	width: 150px;
}
#LeftSideBar img {
	margin-left: 8px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}
#MainContent {
	float: left;
	width: 340px;
	display: inline;
}
#MainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 26px;
	color: #00548E;
	margin-bottom: 17px;
}
#MainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	margin-bottom: 15px;
}
#MainContent img {
}
#MainContent img.pdficon {
	float: left;
	margin-right: 8px;
}
#MainContent p.PullQuote {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
#MainContent ul {
	padding-bottom: 15px;
	margin-left: 35px;
}
#MainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
}
#MainContent h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 17px;
	color: #47781B;
	padding-bottom: 12px;
}
#FormTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#FormTable td {
	padding-left: 5px;
	padding-top: 5px;
}
#FormTable tr {
}
#FormTable input {
	width: 200px;
	border: 1px solid #71A697;
	height: 20px;
}
#FormTable textarea {
	width: 320px;
	border: 1px solid #71A697;
}
#FormTable input.button {
} 
#RightSideBar {
	float: right;
	width: 185px;
	background-color: #F4F6EB;
}
#RightSideBar h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #70A597;
	padding-left: 8px;
	padding-top: 7px;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 15px;
	font-weight: normal;
}
#RightSideBar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-left: 8px;
	margin-bottom: 25px;
	width: 150px;
}
#RightSideBar h6 {
	margin-left: 8px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
#RightSideBar img {
	margin-left: 8px;
	margin-right: 12px;
	border: 1px solid #999999;
	margin-bottom: 8px;
}
#RightColGroup {
	float: right;
	width: 551px;
}
#TwoColLeftSideBar {
	float: left;
	width: 350px;
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 0px;
	display: inline;
}
#TwoColLeftSideBar img {
	margin-bottom: 30px;
	margin-top: 0px;
}
#TwoColLeftSideBar img.square {
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 8px;
	border: 1px solid #71A697;
}
#TwoColLeftSideBar p {
	margin-left: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 12px;
}
#TwoColLeftSideBar h4 {
	font-family: "Times New Roman", Times, serif;
	color: #5B8738;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 12px;
	margin-left: 12px;
}
#BottomCap {
	width: 800px;
	float: left;
}
#Footer {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}
#Footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 12px;
}
#Footer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	margin-bottom: 12px;
}
#Footer p a:hover {
	text-decoration: none;
}
#Footer p.trademark {
	font-size: 9px;
}
