body {
	font-family: Arial, "Arial Black", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: small;
	background: #ffe;
	margin: 10px 100px 10px 100px;
	margin: 10px auto ;
}

#body {
	width: 800px;
/*	height: 600px; */
	margin:0px;
	margin-top: 4px;
	margin-left: 4px;
	text-align:left;
	padding:0px;
/*	border:1px solid #999;
/*	background-image: url(../img/background.jpg); 
	background-position: fixed; */
	background-color: #ffe;
}

#header {
	float: left;
	width: 100%;
	height: 120px;
	margin: 0px;
	background-image: url(../img/topbanner.png); 
	background-position: fixed; 
}

#header h1 {
	text-align: center;
	width: 100%;  
	padding: 10px;
	padding-bottom: 0px; 
	margin-bottom: 0px;
	padding-right: 180px;
	padding-top: 30px;
	font-weight: bold;
	font-size: 48px; /*xx-large; */
	filter: glow(color=#ffffff, strength=10);
}

#header #popup {
	text-align: center;
}

#nav {
	float: left;
	width: 160px;
/*	height: 500px; */
	overflow: auto;
	padding-top: 20px;
	margin-top: 0px;
/*	background-color: #009;
	background-image: url(../img/background_filter.jpg);  
	background-attachment: fixed;
	background-position: 0px -120px; 
	background-repeat: no-repeat; */
}

html>#nav {
	background-position: 0px 0px; 
	background-attachment: relative;
} 

#nav ul {
	list-style-type: none;
	margin-left: 8px;
	padding-left: 0px;
}
#nav ul li {
	margin-bottom: 1em;
}

#nav ul li a {
	text-decoration: none;
	color: #000;
}

#nav ul li a:hover {
	text-decoration: none; 
	color: #f00; 
} 

#nav ul li .admin {
	color: #f00;
}

#nav ul li.admin a:hover {
	color: #f00;
}



#page {
	float: left;
	width: 600px;
/*	height: 100%; */
/*	background: #eed; */
	font-size: small;
	color: #666; 
   padding: 16px; 
	background-color: #eed;
	border-top: #ffe;
	border-right: 2px solid #998;
	border-bottom: 3px solid #887;
	border: 1px solid #998;
	margin-top: 4px;
/*	overflow: auto; */
}

#admin {
	width: 100%;
	background: transparent;
}

#title {
	display: block;
/*	width: 100%; */
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	background: transparent;
/*	background-color: #eed; */
	font-size: medium;
	letter-spacing: 0.1em;
}
	
#content {
/*	background: transparent; */
	font-size: medium;
/*	background-color: #eed; */
}


form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

.hidden {
	display: none;
}

.high {
	color: #000;
}

.low {
	color: #666;
}

.blue {
	color: #009
}

/* Special handling for specific pages */

#contacts {
	display: block;
}

#contacts img {
	float: right;
	border: none;
}

#contactlist {
	height: 280px;
/*	width: 400px; /*400*/
	border: 1px solid #999;
	overflow: auto;
}

#contacts .regionlist {
	display: none;   
	clear: left;
	margin-left: 0px;
}

.personhead {
	background-color: #ccc;
}

#contactlist #contacts .title {
	font-weight: bold;
}

.error {
	color: #f00;
	font-weight: bold;
	font-size: smaller;
}

.small {
	font-size: smaller;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

strong, b {
	color: #000;  
} 