@charset "utf-8";
/* CSS Document */

body {
	background-color:		#ffffcc;
	font-family:			Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size:				22px;
	margin-top:				1px;
}

h2 {
	font-size:				18px;
}
	
#body {
	width:					825px;
	margin-top:				5px;
	margin-left:			auto;
	margin-right:			auto;
	background-image:		url(images/main_bg.gif);
	background-position:	top left;
	background-repeat:		no-repeat;
	}	

#top_bar {
	height:					140px;
	}
	
#corner {
	width:					185px;
	float:					left;
	font-size:				70%;
	padding-left:			2px;
	}

#corner p {
	margin-top:				1px;
	}
	
.center {
	text-align:				center;
	}
	
#sidebar {
	width:					185px;
	color:					#555555;
	font-weight:			bold;
	margin-top:				0px;
	}
	
	
#sidebar a:link, #sidebar a:visited {
	color:					#555555;
	text-decoration:		none;
	}
	
#sidebar a:hover {
	color:					#999999;
	}
	
.sidebar-links{
	margin:					2px;
	}
	
.sidebar-sublinks {
	margin-left:			15px;
	font-size:				75%;
	font-weight:			normal;
}
	
#main {
	float:					right;
	width:					630px;
	padding:				2px;
	}
	
#main img {
	border:					0;
}

#main a {
	color:					#555555;
	text-decoration:		none;
	}

#main a:hover {
	color:					#999999;
	text-decoration:		underline;
	}
	
#copyright {
	margin-top:				35px;
	margin-left:			2px;
	font-size:				50%;
	}
	
.news {
  	text-align:				center;
}

.min_title {
	margin-bottom:			1px;
	}

.min_desc {
	margin-left:			10px;
	margin-top:				1px;
	font-size:				80%;
	}

#page-links {
	margin-bottom:			2px;
	font-size:				80%;
	}
	
#page-links a {
	color:					#555555;
	text-decoration:		none;
	}

#page-links a:hover {
	color:					#999999;
	text-decoration:		underline;
	}
	
#clcw-table, .clcw-table {
	margin-left:			auto;
	margin-right:			auto;
	margin-bottom:			8px;
	border:					1px #e3d8b2 solid;
	border-collapse:		collapse;
	}
	
#clcw-table td, #clcw-table th, .clcw-table td, .clcw-table th {
	padding-left:			5px;
	padding-right:			5px;
	border:					1px #e3d8b2 solid;
	}