h1 {
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 1.5;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	margin-top: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	vertical-align: top;
}
.notes   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF7039;
	font-weight: bolder;
	margin-top: 0px;
}	
.contact {
	vertical-align: middle;
}
.indent {
	padding-left: 35px;
}
.list2 {
	list-style: disc inside none;
	padding-left: 55px;
}
.indent2 {
	padding-left: 55px;
}
.list3 {
	font-family: MS Sans Serif;
	font-size: 9pt;
	line-height: 1.3em;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-indent: 10px;
}

div.hr {
	height: 1px;
	width: auto;
	margin-top: 0px;
	background-color: #ff0033;
	text-align: center;
	margin-bottom: 10px;
}

div.hr hr {
	display: none;	
}
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; max-height: 100%; 
}
#framecontentTop{
position: absolute; top: 0; left: 0; width: 100%;
height: 140px; overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: white;
}
#framecontentLeft{
position: absolute; top: 140px; left: 0; width: 200px; /*Width of left frame div*/
height: 100% -140px; overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: navy;
}
#maincontent{
position: fixed; top: 140px; /*Set top value to HeightOfTopFrameDiv*/
left: 200px; /*Width of left frame div*/
right: 0;
bottom: 0px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; background: #fff;
}
.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
* html body{ /*IE6 hack*/
padding: 140px 0 0px 0px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}
* html #maincontent{ /*IE6 hack*/
height: 100%; width: 100%; }
* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowblue{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-width: 1px;
}

.arrowblue ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowblue li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(media/arrowblue.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowblue li a:link, .arrowblue li a:visited {
	color: #5E7830;
}

.arrowblue li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

.arrowblue li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}