body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

h2, h3 {
     margin-top:0px;
	 padding-top:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color:#000000;
	}
	
/*a:visited {
	color:#CC3333;
	}*/
	
a {
   text-decoration:none;
   }		


div#wrapper  {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:20px;
	width:861px;
	/*background-color:#5c743d;*/
	}

div#head {
	position:absolute;
	width:848px;
	height:110px;
	left:0px;
	top:0px;
	background-color:#fff8dc;
	padding-top: 10px;
	padding-left: 10px;
}

div#HorzMenu {
	position:absolute;
	width:858px;
	height:35px;
	/*line-height:48px;*/
	left:0px;
	top:110px;
	background-color:#FFF8DC;
	border-bottom: 4px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

div#columns {
    position:relative;
	width:858px;
	top:150px;
	background-color:#fff8dc;
	}

div#side1 {
    position:absolute;
	width:185px;
	top:0px;
	left:0px;
	background-color:#666666;
	z-index: 1;
	}
	
div#relatedLinks {
	position:absolute;
	width:185px;
	top:160px;
	z-index:-1;
   }

div#Info {
	position:absolute;
	width:185px;
	top:250px;
	padding:5px;
   }

div#trans  {
    position:absolute;
	width:185px;
	top:510px;
	padding:5px;
	}

div#content  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	padding:5px;
	width:650px;
	top:0px;
	left:198px;
	background-color:#FFFFFF;
	background-image: url(images/background3.jpg);
	min-height:650px;
	/*z-index: 1;*/
	}
	
div#innercontent1  {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	font-size:12px;
	/*position:relative;*/
	padding:5px;
	width:280px;
	top:0px;
	left:0px;
	/*background-color:#FFFFFF;
	background-image: url(images/background3.jpg);*/
	min-height:650px;
	float:left;
	/*z-index: 1;*/
	}	
	
div#innercontent2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	/*position:relative;*/
	padding:5px;
	width:280px;
	top:0px;
	left:280px;
	/*background-color:#FFFFFF;
	background-image: url(images/background3.jpg);*/
	min-height:650px;
	float:right;
	/*z-index: 1;*/
	}		
	
div#footer   {
	position:relative;
	width:859px;
	clear:both;
	margin-top:20px;
	background-color:#fff8dc;
	}		



/* Menu navigation for left column
First level menu*/		
#navigation  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	position:absolute;
	padding:5px;
	width:165px;
	color:#000000;
	/*z-index:3;      /*sets the display of the flyout menu to show on top*/
	  }
	  
#navigation ul {
      margin:0px; padding:0px; background-color:#fff8dc	  
	  }	  
	  
#navigation ul li  {
	height:25px;
	line-height:25px;
	list-style:none;
	padding-left:5px;
	cursor:pointer;
	}
	
#navigation ul li:hover  {
	background-color:#FFFF99;
	position:relative;
	}		
	
/* Second level menu */
#navigation ul ul  {
	display:none;                  /* hides the menu until hovered over by mouse*/
	position:absolute;
	width:180px;
	left:100px;
	top:5px;
	background-color:#fff8dc;
	 }

#navigation ul ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block; 
  }

#navigation ul li:hover > ul  {              
     display:block;
	 }
	 
#navigation ul ul li  {
     border:none;
	 width:180px;
	 float:left;
	 display:inline;
	 }
	 
#navigation ul ul li:hover  {
	text-decoration:none;
	border:none;
	 }	 			
/*#navigation ul ul li ul {
    left:100px;
	background-color:#0099cc;
	}*/
	
#navigation li:hover ul li ul  {
     display:none;
	 }

#navigation ul ul li ul {
    left:110px;
	background-color:#fff8dc;
	}
	
#navigation ul ul li:hover ul {
    display:block;
	}

#navigation ul ul li:hover ul  {
	text-decoration:none;                         /* removes the underline from the third level menu*/
	border:none;
	 }	
				 
#navlist li {
	display:inline;
	padding: 10px ;	/*border-right:1px solid #009;*/
}

#navlist li.last {
	border:none;
}
#navlist {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	text-align:center;
}
#navlist a {
	color:#000000;
	text-decoration:none;
}

#navlist a:hover {
	color:#0000FF;
	text-decoration:underline;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
