/* CSS Document */ 

body
{

}


div.center {
	margin-left: auto; 
	margin-right: auto;
width: 960px; 
text-align: center;
}

#div1 {}
#div2 {}
#div3 {}
#div4 {}
#div5 {
	background-image: none;
}
#div6 {
	background-image: none;
}


.hidden {
	visibility: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

a:link {
	color: #FAC06B;
	text-decoration: none;
}

a:visited {
	color: #FAC06B;
	text-decoration: none;
}

a:hover {
	color: #FAC06B;
	text-decoration: bold;
}



.offscreen { 
  position: absolute; 
  top: -30em; 
  left: -300em; 
} 

nav { 
   margin: 0; 
   padding: .3em 0 .3em 0; 
   margin-left: auto;
   margin-right: auto;
   background: white; 
   width: 960px; 
   text-align: left; 
} 

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

nav ul li { 
   margin: 0; 
   padding: 0; 
   display: inline; 
} 

nav ul a:link{ 
   margin: 0; 
   padding: .3em .4em .3em .4em; 
   text-decoration: none; 
   font-weight: bold; 
   font-size: medium; 
   color: #004415; 
} 

nav ul a:visited{ 
   margin: 0; 
   padding: .3em .4em .3em .4em; 
   text-decoration: none; 
   font-weight: bold; 
   font-size: medium; 
   color: #227755; 
} 

nav ul a:active{ 
   margin: 0; 
   padding: .3em .4em .3em .4em; 
   text-decoration: none; 
   font-weight: bold; 
   font-size: medium; 
   color: #227755; 
} 

nav ul a:hover{ 
   margin: 0; 
   padding: .3em .4em .3em .4em; 
   text-decoration: none; 
   font-weight: bold; 
   font-size: medium; 
   color: #f6f0cc; 
   background-color: #227755; 
   }
   
   table {
	width: 960px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	border-spacing:0px 0px;
	table-layout: fixed; 
    
}

table th, td {
	padding: 10px 10px; 
border: 2px solid white;
}

table td {
	
	height: 200px
}

table tr {
	
}


table th {
	color: #fff;
	background: #AD0000 none repeat-x scroll left top;
}

table {
	border-bottom: 0px solid #ccc;
}