body {
  background:#FFFFFF;
  margin: 0;
  text-align: left;
  font: x-small/1.5em "Trebuchet MS",Verdana,Arial,Sans-serif;
  color: #ccc;
  font-size: 9pt;	
  padding: 5px 5px 5px 5px;
	overflow: auto;
}
  
/* (((entirePage)))
----------------------------------------------- */

#entirepage {
  width: 870px;
  margin: 0 auto;
	left: 5px;
	background-color: #999;
}
  
/* (((Topbar, wesite title)))
----------------------------------------------- */

#topbar {
    font-size: 9pt;
  color: #fff;
	width: 800px;
	height: 160px;
	background: url(../topbarpic/rotate.php) no-repeat;
}

#toptitle {
	width: 790px;
	height: 70px;
	margin-top: -10px;
	padding-bottom: 10px;
}

 /* (((Sidebar)))
----------------------------------------------- */

#sidebar {
  font-size: 97%;

  }
  
 /* (((Navbar)))
----------------------------------------------- */

#navbar {
margin:0 0 5px 0;
	background-image: url(../topbarpic/rotate.php);
	color: #ffc;
	width: 780px;
	padding: 10px 10px 0;
}

ul#navbartext{
	list-style-type:none;
	width:100%;
	position:relative;
	height:30px;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:11px 0 0 0;
	}
	
ul#navbartext li{
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:30px;
	}

ul#navbartext li.left{
	margin:0;
	}

ul#navbartext li a{
	display:block;
	float:left;
	color: #ffffff;
	background: #4c4c4c;
	filter:alpha(opacity=60);
	opacity:0.6;
	line-height:30px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:30px;
	}
	
ul#navbartext li a.right{
	padding-right:20px;
	}
	
ul#navbartext li a:hover{
	background: #666633;
	}
	
ul#navbartext li a.current{
	color:#2E4560;
	background:#fff;
	}
	
ul#navbartext li a.current:hover{
	color:#2E4560;
	background:#fff;
	}

  /*
.navbar ul {
  margin: 0 0 4px;
  padding: 0 0px;
  list-style: none;
  }
  
.navbar ul li {
  background: no-repeat 2px .25em;
  margin: 0;
  padding: 0 0 3px 16px;
  line-height: 1.4em;
  }
  
.navbar p {
  margin: 0 0 .6em;
  }
  
.navbar a:link {
  color: #FFC;	text-decoration: none;
  }
  
.navbar a:visited {
  color: #9CA;	text-decoration: none;
  }
  
.navbar a:hover {
  color: #FF9;	text-decoration: none;
  }
  /*
  
 /* (((Contactbar)))
----------------------------------------------- */

#contactbar {
  background: #234 url("../img/sidebar_T.png") no-repeat left top;
  padding: 8px 0 0;
  padding: 8px 0 0;
  color: #abc;
  }
  
.contactbar ul {
  margin: 4px 0 4px 0;
  padding: 0 0px;
  list-style: none;
  }

.contactbar ul li {
  background: no-repeat 2px .25em;
  margin: 0;
  padding: 0 0 3px 16px;
  margin-bottom: 0px;
  line-height: 1.4em;
  }

.contactbar p {
  margin: 0 4px 0 4px;
    padding: 0 0 3px 10px;
  }
  
.contactbar a:link {
  color: #FFC;
  text-decoration: none;
  }
  
.contactbar a:visited {
  color: #9CA;
  text-decoration: none;
  }
  
.contactbar a:hover {
  color: #FF9;
  text-decoration: none;
  }
  
/* (((Main)))
----------------------------------------------- */
/* control the width of page content here */
#central {
  float: left;
  /*background: #FFE url("../img/main2_T.png") no-repeat left top;
  */
  color: #333;
  line-height: 1.5em;
	margin-bottom: 0px;
	margin-top: 7px;
		width: 80%;
min-width: 800px;
max-width: 1100px;
	border: 1px dotted #e6e6e6;
	margin-left: 20px;
}
   
#central a:link {
  color: #347;
  }
  
#central a:visited {
  color: #666;
  }
  
#central a:hover {
  color: #68a
  }
  
blockquote {
  margin: .75em 0;
  border: 1px dotted #596;
  border-width: 1px 0;
  padding: 5px 15px;
  }
  
/* (((Footer)))
----------------------------------------------- */

#footer {
  padding-top: 15px;

}

#footer div {
  float: left;
  width: 696px;
  padding: 8px 0 0;
  text-align: center;
  margin-bottom: 20px;
  }
 
#footer hr {
  display: none;
  }

#footer p {
  margin: 0;
  font-style: italic;
  font-size: x-small;
  color: #330;
  }

#footer a {
  color: #036;
  }

/* (((Links, etc)))
----------------------------------------------- */
a:link {
  color: #347;
  }
  
a:visited {
  color: #364;
  }
  
a:hover {
  color: #363;
  }
  
a img {
  border-width: 0;
  }