body {
	background-color:#9bb7e4;
	background-image:url(images/background.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

body.mceContentBody {
	background-image:none;
	background-color:#fff;
}

a { color:#0065c0; }

a:hover { color:#666; }

p {
	margin:5px 20px 15px 20px;
	line-height:20px;
}

h1 {
	font-size:20px;
	color:#0065c0;
	border-bottom:1px dotted #999;
	margin:5px;
	padding:2px 5px;
	text-align:right;
}

h2 {
	font-size:18px;
	color:#0065c0;
	margin:25px 10px 10px 10px;
}

h3 {
	font-size:14px;
	color:#000;
	margin:25px 10px 10px 10px;
}

ul {
	list-style-type:square;
}

ul li {
	margin-bottom:6px;
	line-height:20px;
}

#content {
	width:760px;
	margin:0 auto;
	border:1px solid #fff;
	background-color:#fff;
}

#menu {
	padding:5px 0;
	margin:0;
	font-size:12px;
}

#menu li {
	list-style:none;
	margin-bottom:4px;
}

#menu li a {
	display:block;
	color:#fff;
	border-top:1px solid #0065c0;
	border-bottom:1px solid #0065c0;
	background-color:#0065c0;
	text-decoration:none;
	padding:4px;
	font-weight:bold;
}

#menu li a:hover {
	background-color:#fff;
	color:#333;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}

#news {
	width:180px;
	float:right;
	margin:0 15px 10px 10px;
	background-color:#fff;
	background-image:url(images/news-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-size:11px;
	line-height:14px;
	border:3px outset #999;
}

#error {
	background-color:#fcc;
	border:2px solid #c33;
	width:500px;
	padding:2px 4px 2px 4px;
	margin:5px auto 10px auto;
}

#pagination {
	text-align:center;
	margin:20px 0 10px 0;
	padding:4px;
	line-height:24px;
	font-size:12px;
}

#pagination span b {
	padding:4px 6px;
}

#pagination span a {
	border:1px solid #999;
	color:#000;
	font-weight:bold;
	padding:4px 6px;
	text-decoration:none;
}

#pagination span a:hover {
	background-color:#0065c0;
	color:#fff;
}

#pagination #showing {
	margin:10px 0;
	font-size:12px;
	font-weight:bold;
}

#footer {
	background-color:#0065c0;
	color:#fff;
	line-height:18px;
	font-size:12px;
	border-top:3px solid #333;
	border-bottom:3px solid #333;
	width:100%;
}

