@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333 url(images/background.gif) repeat-y 1150px fixed;
	color: #000000;
	margin: 20px 20px 20px 20px; 
	padding: 0px 20px 0px 20px;
	text-align: center;	
		
}


#container { 
	position: absolute; 
	width: 875px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 5px solid #007046;
	text-align: left;
} 

#top{
	background-color: #FFFFFF;
	text-align:center;
	color: #FFFFFF;
	
}

#nav li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	background-color: #008100;
	padding: 0.3em 0.5em 0.3em 0.5em;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
	float:right;
}



ul{
	margin-left: 2px;
	margin-right: 2px;
	padding-bottom: 1.8em; 
	border-bottom: double #008100;
}

p{
	padding: 5px 10px 0px 10px;

}



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

li a:hover {
	color: #000000;
	text-decoration: none;
	
	
}

li a:active {
	text-decoration: none;
	color: #990033;
	background-color:#FFFFFF;
}

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

#side{
	position: fixed;
	margin-right: 60%;
	background:#FFFFFF;
	border: 5px solid #007046;
	margin-top: 100px;
	margin-left: 900px;
		
	
}

h2 {
	text-indent: 14pt;
	
}

#nav2 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 0.3em 0.5em 0.3em 0.5em;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
	text-color: #666666;
	float:right;
	
}


#nav3 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 0.3em 1.1em 0.3em 1.1em;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
	text-color: #666666;
	float:right;
	
}

#side2{
	position: fixed;
	margin-right: 60%;
	background:#FFFFFF;
	border: 5px solid #007046;
	margin-top: 5px;
	margin-left: 900px;
		
	
}


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

td a:hover {
	color: #000000;
	text-decoration: none;
}

td a:active {
	text-decoration: none;
	color: #990033;
	background-color:#FFFFFF;
	
}

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

.link_1{display:block}
.link_1 *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#CCCCCC}
.link_11{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  background:#CCCCCC}
.link_12{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  background:#CCCCCC}
.link_13{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;}
.link_14{
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC}
.link_15{
  border-left:1px solid #CCCCCC;
  border-right:1px solid  #CCCCCC}
.link_1fg{
  background:#CCCCCC}


.number1 {
	width: 350px;
	padding-left: 15px;
	color:#000000;
	margin: 2px 2px 2px 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.number2 {
	width: 150px;
	padding-left: 15px;
	color:#000000;
	margin: 2px 2px 2px 2px;
	text-align:center;
}

.desc {
	font-weight:bold;

}


#selectedNav {
	background-color: #008100;
	text-decoration: none;
	color: #FFFFFF;
}

#box
	{
	position: absolute;
	
	
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 55em;				/* <-- use this for a set width */
	background-color: #eeeeee;;
	}
 	
#content
	{
	padding:3em;
	}


		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}