@charset "utf-8";
/* CSS Document */
body {
	background:#171717;
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	margin:3px 0px;
	background:url(../images/pagebg3.jpg);
}
body.mailinglist {
	background:none;
	background:#171717;
	margin:5px;
}
a { color: #cccccc; text-decoration: underline; }
a:hover { color: #0066FF; text-decoration: none; }

#theworld {
	width:85%;
	margin: 0 auto;
	border: 1px solid #999999;
	border-width: 0px 1px;
	background: #171717;
}

#header {
	height: 144px;
	padding: 0px 5px;
	letter-spacing: 3px;
	font-family:"Times New Roman", Times, serif;
	/*background: url(../images/headerbg.jpg) no-repeat left top;*/
	background: url(../images/headerbg3.jpg) no-repeat right top;
	border: 1px solid #999999;
	border-width: 1px 0px;
}
	#header h1 {
		font-size: 250%;
		font-variant:small-caps;
		margin: 0px;
		margin-top: 40px;
	}

#subheader, #footer {
	/*background: url(../images/subheadbg2.jpg) no-repeat left top;*/
	background: url(../images/subheaderbg3.jpg) no-repeat right top;
	height: 15px;
	border-bottom: 1px solid #999999;
}
#footer {
	border-top: 1px solid #999999;
	clear:both;
	text-align:center;
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
}
#subfooter {
	text-align:center;
	font-size: 9px;
	margin:5px;
}

#sidebar_left {
	float: left;
	width: 20%;
	background: url(../images/navbg.jpg) repeat-x top;
}
	#sidebar_left .item {
		margin: 4px 5px 4px 5px;
		padding-bottom: 8px;
		border-bottom: 2px solid #555555;
	}
	#sidebar_left a { color: #b74521; text-decoration:none; }
	#sidebar_left a:hover { text-decoration: underline; }
		#sidebar_left .item ul {
			margin:0px;
			padding:0px;
			list-style:none;
		}
			#sidebar_left .item ul li {
				margin: 6px 0px;
			}

#sidebar_right {
	float: left;
	width: 10%;
	font-size:9px;
}
	#sidebar_right div {
		padding: 2px;
		text-align:center;
	}
	#sidebar_right img {
		width: 100%;
	}

form label {
	font-size:70%;
}
	form input, form select, form textarea {
		background:#DDDDDD;
		border: 1px solid #999999;
		font-size:70%;
		color: #000000;
		margin: 1px;
	}
	form textarea {
		font-size:100%;
		font-family:Arial, Helvetica, sans-serif;
	}
	form#loginform input {
		width:100%;
	}

#content {
	float: left;
	width: 69%;
	margin-left:-1px;
}
div.text {
	margin: 0px 10px;
	font-size:90%;
}

div.notice {
	margin: 5px auto;
	border: 2px solid #006600;
	background-color:#003300;
	text-align: center;
	width:40%;
	font-size: 80%;
}
	div.notice div.title {
		font-weight:bold;
		padding:3px;
		text-align:left;
		text-decoration:underline;
		background: #004500;
	}
	
	div.notice ul {
		margin:0px;
		text-align:left;
	}

div.error {
	border-color:#CC0000;
	background-color: #330000;
}
	div.error div.title {
		background-color: #440000;
	}

div.newsitem {
	padding: 5px;
	margin-bottom: 20px;
	border-bottom: 3px dashed #333333;
}
	div.newsitem .title {
		font-weight:bold;
		font-size:110%;
		padding: 2px 0px;
		border: 2px solid #666666;
		border-left: 0px; border-right: 0px;
		margin-bottom: 5px;
	}
	div.newsitem .footer {
		font-size:70%;
		padding: 0px;
		margin-top:5px;
		font-style:italic;
		text-align:right;
	}

div.calendar_year {
	text-align:center;
}
	div.calendar_year .title {
		font-size:120%;
		font-weight:bold;
	}
	div.calendar_year table.calendar_table {
		width:100%;
		text-align:center;
	}
	div.calendar_year table.calendar_table td {
		text-align:center;
	}
div.calendar_month {
	font-size:90%;
	text-align:center;
}
	div.calendar_month table {
		text-align:center;
		border:1px solid;
		margin:0 auto;
	}
		div.calendar_month table td {
			padding:2px;
			background:#333333;
		}
		div.calendar_month table td.calendar_today {
			background:#FFFFFF;
			color:#333333;
		}
		div.calendar_month table td:hover {
			background:#999999;
			color:#333333;
		}
		div.calendar_month table td a {
			font-weight:bold;
		}
div.pagelinks {
	text-align:right;
	padding: 3px 0px;
}
div.pagelinks a, div.pagelinks a:link, div.pagelinks a:visited, div.pageslinks a:active {
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
	margin: 0 2px;
	padding: 0 2px;
	background-color: #666666;
	border: 1px outset #cccccc;
	font-size: 0.9em;
	line-height: 1.5em;
}
	div.pagelinks a.curpg {
		font-weight: bold;
		text-decoration: underline;
	}
	div.pagelinks a:hover {
		background-color: #dddddd;
		color: #000000;
	}
span.label {
	text-align:right;
	float:left;
	width:15%;
	text-decoration:underline;
}
span.content {
	float:left;
	width:82%;
	padding-left:5px;
	padding-bottom:15px;
}

table.list {
	width:100%;
	border:1px solid #666666;
	padding:4px;
	margin:4px;
}
	table.list th {
		background:#000066;
		font-weight:bold;
		text-align:center;
	}
	table.list td {
		text-align: center;
	}
	table.big td {
		font-size: 100%;
		text-align:left;
	}
	table.list tr.row1 {
		background: #333333;
	}
	table.list tr.row2 {
		background:#555555;
	}