@charset "utf-8";


/********************************************************************************************/
body  
{
  font-size: 0.9em;
  font-family: Arial;
  background: #FFFFFF;
  margin: 0px;
  padding: 0 10 10 0;
  color: #003366;
  background-color: #ececec;
}

img 
{
  border: none;
}
h2 
{
  vertical-align: bottom;
  padding-bottom: 0px;
  font-family: Arial;
  font-size: 1.3em;
  color: #68688b;
}
a
{
  text-decoration:none;
}


a:hover
{
  text-decoration: underline;
  
}


div.page {
	overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  position: relative;
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
  min-height: 500px;
}

div.page table {
	width: 100%;
	table-layout:fixed;
	border-collapse: collapse;
}

div.page table td {
	word-wrap:break-word;
	border: solid 1px #68688b;
	font-size: 13px;	
	text-align: center;
}

div.page table tr.title td {
  background: #ffcc99;
  font-weight: bold;
}

div.page table tr.row td {
	background: #f7f7f7;
}

header {
	height: 37px;
  padding: 60px 20px 23px 29px;
  background: #fff;
  margin-bottom: 60px;
  margin-left: -20px;
  margin-right: -20px;
}

header img.logo {
	width: 210px;
}

nav {
	position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -490px;
  width: 980px;
  max-height: 80px;
  z-index: 200;
  background-color: #34B233;
}

nav ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

nav ul li {
	float: left;
  padding-right: 10px;
}

nav ul li a {
	color: #FFFFFF;
	line-height: 30px;
}


footer.text {
	line-height: 1.6;
  clear: both;
  margin: 0px;
  background: #EEEDE6;  
  position: relative;
  color: #fff;
  line-height: 1.4;
  max-width: 900px;
  padding: 13px 40px 13px 40px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;  
  clear: both;
}

footer.bottom {
  line-height: 1.6;
  clear: both;
  margin: 0 -20px -20px;
  padding: 30px 20px 10px 20px;
  background-color: #34B233;
  position: relative;
  color: #fff;
  line-height: 1.4;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;  
  clear: both;
}
