body {
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	/*font-weight: bold;*/
	background: white;
	}

#pagebody	{
	padding: 0;
	margin: 0;
	border: 0;
	
	/*text-align: left;*/
	background: transparent;
	/*clear: both;*/
	}	

/*#mainright {
	width:33%;
	float:right;
	background: transparent;
	padding-bottom:10px;
	}*/
	
#maincenter {
	width:auto;
	border: 0;
	padding: 2px 2px 2px 2px;
	margin: 0 0 0 0px;
	/*float:left; */
	background: white;
	padding-bottom:10px;
	height: 100%;
	}

#mainleft {
	display: none	
}

html>#mainleft 	{
	width: 120px;
	}
	 	
#banner {
	display: none;
	}
		
p,pre {
	background: transparent;
	margin:0px 10px 10px 10px;
	}
		
h1 {
	background: transparent;
	font-size:14px;
	padding-top:10px;
	}

a:link {
	background: transparent;
	color: #76B0D5;
	text-decoration: underline;
	}
	
a:visited {
	background: transparent;
	color: #7B878F;
	text-decoration: underline;
	}
	
a:hover, a:active {
	background: transparent;
	color: #2399E5;
	}
	
#container {
	width: 760px;
	}		
#wrapper {
	background: white;
	color: white;
	margin: 0.5%;
	padding: 0;
	border: 0;	
	width: auto;	 
	}
html>#wrapper	{
	width: auto;
	} 

#masthead{
	display: none;
	}
	
#header {
	display: none;
	}
	
#content {
	background: transparent;
	margin: 0px;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
p {
	font-size: .9em;
	}

/* =-=-=-=-=-=-=-[Menu Eight]-=-=-=-=-=-=-=- */
	
#menu {
	width: 120px;
	margin-top: 10px;
	border: 2px solid #A0A0A0;
	font-weight: bold;
	}
	
#menu li a {
	text-decoration: none;
	height: 32px;
  	height: 24px;  
	border: 2px solid #B7B7B7;
	}
	
#menu li a:link, #menu li a:visited {
	color: #777;
	display: block;
	background: url(images/menu8.gif);
	padding: 8px 0 0 20px;
	}
	
#menu li a:hover {
	color: #F1A629;
	background: url(images/menu8.gif) 0 -32px;
	padding: 8px 0 0 25px;
	}
	
#menu li a:active {
	color: #fff;
	background: url(images/menu8.gif) 0 -64px;
	padding: 8px 0 0 25px;
	}

#footer {
	font-weight: bold;
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 5px 7px 7px 10px;
	text-align: left;
	clear: both;
	font-size: xx-small;
	font-size: x-small;	
	}
#footer a:link {
	background: transparent;
	color: #EF9C00;
	text-decoration: underline;
	}
	
#footer a:visited {
	background: transparent;
	color: #7B878F;
	text-decoration: underline;
	}
	
#footer a:hover, a:active {
	background: transparent;
	color: #EF9C00;
	}

#imgcol{
	background: transparent;
	border: 0;
	float: left;
	margin: 0;
	padding:5px;
	width: 140px;  /* box model hack */	
	width: 120px;
}

#textcol{
	border: 0;
	padding: 2px 2px 10px 2px;
	margin: 0 0 0 200px; 
	background: transparent;
	height: 100%;
      width: 200px;  /* box model hack */	
	width: 180px;
}
