/* CSS Document */

/*PAGE LAYOUT*/
/* mac hide \*/
* html .panel {height:1%}
/* end hide*/
body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#toppage{
	width:800px;
}
#date{
	float:left; width:190px; height:39px; border-bottom:solid 1px #999; border-right:solid 1px #999;
}
#topbar{
	float:left; 
	width:608px; 
	height:40px; 
	background-image:url(bg_topbar.gif);
	background-color:#999;
	background-repeat:repeat-x;
	border-right:solid 1px #999;
}
#header{
	width:800px; background-color: #F7F7F7;
}
#content{
	width:800px;
}
#contenttext{
	float:right; width:608px; 
	background-color:#F7F7F7; 
	border-left:solid 1px #999; border-right:solid 1px #999; 
	border-bottom:solid 1px #999; border-top:dotted 1px #CCCCCC; 
	min-height:360px;
}
#logo{
	float:left; width:190px; height:110px; background-color:#f7f7f7; border-left:solid 1px #999;
}
#pagetitle{
	position:relative; float:left; width:608px; height:110px; border-right:solid 1px #999999; background-color:#f7f7f7; background-image:url(townTitle.jpg);background-position:right;background-repeat:no-repeat;
}
#title{
	position:absolute; right:10px; bottom:0px; width:600px;
}
#menu{
	float:left; width:190px; margin:0px; border-top:solid 1px #999;
}
#footer{
	width:590px; padding-right:10px; padding-left:200px;
}
/*GRAY PANEL*/
.paneltext {
	float: left;
	width: 325px;
	zoom: 0;
}

.panel {
	padding:5px;
	border:solid 1px #999;
	background-color:#EEE;
	margin-left:335px;
	margin-bottom: 10px;
	zoom: 0;
}

.paneltextblank {
	float: left;
	width: 340px;
	zoom: 0;
}

.panelblank {
	padding:5px;
	margin-left:348px;
	margin-bottom: 10px;
	zoom: 0;
}


/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	font-size:11px;
	color: #666666;
}
.bodytext a{
	color: #666666;
	text-decoration: none;
}
bodytext a:visited{
	color: #666666;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smalltext a{
	color: #96f;
	text-decoration: none;
}
.smalltext a:visited{
	color: #96f;
	text-decoration: none;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 1.5em Tahoma, sans-serif;
	font-weight:bold;
	color: #999;
}
.titletext a {
	text-decoration: none;
	color: #999;
}
.subtitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#96f;
}
.lavender {
	color: #96F;
}
.lightgrey {
	color: #ccc;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999;
}
.orangelogotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#90f;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#90f;
}

#linksmenu a{
	float:right; 
	width:183px; 
	height:20px; 
	background-color:#9c9; border-left:solid 1px #FFF; border-bottom:solid 1px #FFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFF;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-color:#99c;
}
input.btn {
   font-size:11px;
   font-family:0.7em Tahoma, sans-serif;
   font-weight: bold;
   color:#fff;
   background-color:#9c9;
   border-style:solid;
   border-color:#666;
   border-width:1px;
   height: 22px;
}
input.btn:hover {
	background-color:#96f;
}
.textinput {
	border:solid 1px #666;
	background-color:#f7f7f7;
	font-size:10px;
	font-family:0.7em Tahoma, sans-serif;
	font-weight:bold;
	color:#666;
}
.textinput:hover {
	background-color: #fff;
}

#link a {
	font-weight: bold;
	font-size: 10pt;
	color: #96f;
	text-decoration: underline;
}
#link a:hover {
	font-weight: bold;
	color: 96f;
	text-decoration: none;
}
#link a:visited {
	font-weight: bold;
	color: #96f;
	text-decoration: underline;
}