﻿a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #376833;
}
a:active {
	color: #376833;
}

a.heading:link {
	color: #376833;
	font-weight: bold;
}
a.heading:visited {
	color: #376833;
	font-weight: bold;
}
a.heading:hover {
	color: #376833;
	font-weight: bold;
}
a.heading:active {
	color: #376833;
	font-weight: bold;
}



body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
p
{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	}

.style8 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style10 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.styleDisclaim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 700px;
	padding-top: 10px;
	text-align: center;
}
.style13 {font-size: 12px; font-weight: bold; }
.style14 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style15 {
	color: #376833;
	font-weight: bold;
}
.style16 {
	color: #376833;
	font-size: 24px;
}
.style20 {
	font-size: 15px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.main {
	width: 900px;
}
.BoxesHead {
	background-color: #376833;
	padding: 8px;
	background: #376833;
	height: 40px;
	width: 320px;
}
.BoxesBody {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 8px;
	width: 296px;
	border: 10px;
	border-top: 0px;
	border-style:solid;
	border-color: #376833;
	padding-left: 10px;
	padding-right: 10px;
}
.BoxesBorder {
	background-color: #376833;
	background: #376833;
}
.BoxesSpacer {
	width: 35px;
	background: #FFFFFF;
}


 /* ie only styles */
 /* commented backslash hack v2 \*/
* html body{height:100%;}
 /* end hack */

* html body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
 }

* html #top {
  position: absolute;
  left: 0;
  top: 0;
  width:900px;
  padding: 0;
  height: 90px;
  margin-left:0px;
  margin-right:0px;
  /*border: 5px solid red;*/
  }


* html #navigation {
  position: absolute;
  left: 0;
  top: 5px;
  width:167px;
  padding: 0;
  height: 0px;
  margin-left:0px;
  margin-right:0px;
  /*border: 5px solid green;*/
  }


* html .content {
  padding:0 10px;
  margin-left:0px;
  height:88%;
  top: 0px;
  width:95%;
  /*border: 5px solid green;*/
}

* html #bottom {
  left: 0px;
  width:600px;
  height: 20px;*/
  background-color: #FFFFFF;
}
* html #bottom2 {
  position: absolute;
  bottom: 12px;
  left: 167px;
  width:700px;
  height: 20px;
  background-color: #FFFFFF;
  top: 510px;
}
/* mozilla styles below */
html>body {
  margin: 0;
  padding: 0;
  height: 100%;
  	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;}

html>body #top {
  position: fixed;
  left: 0;
  top: 0;
  right: 0px;
  padding: 0;
  height: 50px;
  /*border: 5px solid red;*/
}

html>body .content {
  position: fixed;
  top: 0px;
  right:2px;
  left:0px;
  bottom:95px;
  padding:0;
  /*border: 5px solid green;*/
/*overflow:auto;*/
}

html>body #bottom {
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 85px;
  width:600px;
  /*border: 5px solid purple;*/
}

html>body #bottom2 {
  position: absolute;
  bottom: 0px;
  left: 167px;
  right: 0px;
  height: 85px;
  width:700px;
  padding-top: 15px;
  top: 510px;
  /*border: 5px solid purple;*/
}
