a:link {
	color: #c01d00;
	text-decoration: none;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	border-width: 0px;
	font-weight: 600;
}

a:visited {
	color: #9d5c3e;
	text-decoration: none;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-weight: 600;
}

a:hover {
	color: #f27900;
	text-decoration: none;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-weight: 600;
}

html {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	font: 12px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background: #a8c061;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	text-align: center;
}

li {
	list-style: none;
	margin-left: 30px;
	line-height: 175%;  
}

img {
	border-width: 0px;
	margin: 0px;
}

h1 {
	color: #444444;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 175%;
}

h2 {
  font-size: 150%;
	color: #444444;
	text-align: center;
	font-weight: bold;
	margin: 20px;
	margin-top: 20px;
}


h3 {
	font-size: 110%;
	color: #444444;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}

h7 {
	font-size: 140%;
	color: #444444;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}

h4 {
	font-size: 110%;
	color: #444444;
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
}

h5 {
	font-size: 170%;
	color: #e27100;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
}

h6 {
	color: #e27100;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 0px;
}

table {
	color: #444444;
	font-size: 12px;
	clear: both;
	text-align: center;
}

.indent {
	text-align: left;
	text-transform: capitalize;
	margin-left: 3em;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.note {
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
}

#main {
	width: 750px;
	margin: 0px auto 0px auto;
	height: auto;
	top: 10px;
	bottom: 10px;
	position: relative;
	padding: 0px;
}

#slide {
	width: 750px;
	margin: 0px auto 0px auto;
	height: auto;
	position: relative;
	top: 10px;
	bottom: 10px;
}

#contentMain {
	background: #ffffff;
	border-left: #dbe5b9 outset 3px;
	border-top: 3px outset #dbe5b9;
	border-right: 3px solid #6c8c42;
	border-bottom: 3px solid #6c8c42;
	padding: 0px;
	width: 755px;
	text-align: left;
}

#contentSlide {
	background: #ffffff;
	border-left: #dbe5b9 outset 3px;
	border-top: 3px outset #dbe5b9;
	border-right: 3px solid #6c8c42;
	border-bottom: 3px solid #6c8c42;
	padding: 0px;
	text-align: left;
	width: 755px;
}

div.footer {
	color: #a9b599;
	text-align: right;
	font-size: 12px;
	clear: both;
	margin-right: 15px;
}

div.logo {
	background: fixed center top  black;
	text-align: center;
	width: 750;
	height: auto;
}

div.padding {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* Menu Bar*/

div.menuBar {
	background-color: white;
	width: auto;
	height: auto;
	text-decoration: none;
	text-align: center;
	border-bottom: solid #dbe5b9 1px;
	padding-top: 12px;
	padding-bottom: 12px;
}

div.menuBar a.menuButton:link {
	color: #c01d00;
	text-decoration: none;
	border: 2px white solid;
	text-align: center;
	font: bold 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;
	margin-left: 10px;
}

div.menuBar a.menuButton:visited {
	color: #c01d00;
	text-decoration: none;
	border: 2px white solid;
	text-align: center;
	font: bold 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
}

div.menuBar a.menuButton:hover {
	color: #ff8000;
	text-decoration: none;
	text-align: center;
	font: bold 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	border: 2px outset #ececec;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;
	margin-left: 10px;
}

div.menuBar a.menuButton:active {
	color: #ff8000;
	text-decoration: none;
	text-align: center;
	background: #e6e6e6;
	font: bold 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	border: 2px inset silver;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-right: 10px;
	margin-left: 10px;
}
	
/* Inline Image */

#imageFrameRight {
	height: auto;
	float: right;
	text-align: center;
	margin: 10px 1px 10px 10px;
}

#imageFrameLeft {
	float: left;
	height: auto;
	text-align: center;
	margin: 10px 10px 10px 1px;
}

#imagePadding {
	position: relative;
	float: left;
	width: 500px;
	top: 10px;
	text-align: center;
	margin-right: 2em;
	height: 370px;
	left: 10px;
}

.imageFrame {
	background: #c3e4a2;
	border: ridge white 2px;
	color: #333333;
	text-align: center;
	padding: 12px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	width: auto;
	height: auto;
}

.imageHover {
	background: #c3e4a2;
	border: solid #f27900 2px;
	color: #333333;
	text-align: center;
	padding: 12px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

.thumbFrame {
	background: #c3e4a2;
	border: ridge white 2px;
	color: #333333;
	text-align: center;
	padding: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.thumbHover {
	background: #c3e4a2;
	border: solid #f27900 2px;
	color: #333333;
	text-align: center;
	padding: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.thumbInactive {
	background: #a9b599;
	border: ridge white 2px;
	color: #333333;
	text-align: center;
	padding: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

/* For Internet Exploder Only */

* html #contentMain {
	height: auto;
	width: auto;
}

* html .menuBar {
	background-color: white;
	width: auto;
	height: auto;
	text-decoration: none;
	border-bottom: solid #dbe5b9 1px;
}

* html .imageFrame {
	background: #c3e4a2;
	border: ridge white 2px;
	color: #333333;
	text-align: center;
	width: auto;
	height: auto;
	padding: 12px;
}

* html .imageHover {
	background: #c3e4a2;
	border: ridge white 2px;
	color: #333333;
	text-align: center;
	width: auto;
	height: auto;
	padding: 12px;
}

* html .thumbFrame {
	background: #c3e4a2;
	border: ridge white 2px;
	color: #333333;
	text-align: center;
	width: auto;
	height: auto;
	padding: 12px;
}

* html .thumbHover {
	background: #c3e4a2;
	border: solid #f27900 2px;
	color: #333333;
	text-align: center;
	padding: 12px;
	width: auto;
	height: auto;
}
