* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font: 12px Verdana, Arial, sans-serif;
	padding: 2px 0;
}

a, a:visited, .link {
	color: #0000ff;
	background: inherit;
	text-decoration: none;
	border-bottom: 1px solid;
}

a:active {
	background: inherit;
	color: #990000;
}

a:hover {
	color: #9c0202;
	background: inherit;
	border-bottom: 0;
}

.red {
	background: inherit;
	color: #cb3839;
}

h2 {
	background: inherit;
	color: #cb3839;
	margin: 24px 0 6px 30px;
	padding: 0 0 0 30px;
	font: normal 22px georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid;
}

h3, h4, h5 {
	background: inherit;
	margin: 20px 0 6px 60px;
}

h3 {
	color: #3232a0;
	font: bold 16px georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	color: #cb3839;
	font: bold 14px georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	color: #3232a0;
	font: bold 11px georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#titlebar {
	color: #FFF;
	background: #cb3839;
	text-align: right;
	padding: 6px 0;
	font: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#titlebar h1 {
	color: #FFF;
	font: normal 24px georgia, "Times New Roman", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

#titlebar a {
	text-decoration: none;
	border: none;
	display: block;
	height: 100%;
}

#titlebar img {
	border: 0;
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;
	margin-top: 10px;
}

#main {
	width: 900px;
	margin: 0 auto;
	color: #000;
	clear: both;
	background: #3232a0;
}

#lside {
	width: 22%;
	float: left;
	background: #FFF;
}

#lside h5 {
	font: normal 18px georgia, "Times New Roman", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	background: #cb3839;
	margin: 2px 0 0 0;
	padding: 5px 0;
}

#lside p {
	font-size: 10px;
	line-height: 12px;
	margin: 8px 0;
	padding: 0 5px;
	color: #000;
}

#lside .hline {
	height: 10px;
	background: #cb3839;
	border-bottom: 2px solid #FFF;	
}

#topmenu {
	list-style-type: none;
	background: #3232a0;
	padding: 10px 0;
	border-top: 2px solid #FFF;
}

#topmenu li {
	display: inline;
}

#topmenu a, #topmenu a:visited {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 0;
	color: #fff;
	background: #3232a0;
	text-decoration: none;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
	font: normal 115% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#topmenu a:hover, #topmenu a#current {
	color: #fff;
	background: #cb3839;
	text-decoration: none;
}

#topmenu a#current {

}

#content {
	float: right;
	width: 78%;
	line-height: 1.5;
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 0 0 20px 0;
}

#content p {
	margin: 0 20px 10px 35px;
	padding: 1px 0 0 0;
	line-height: 1.4em;
}

#content ul {
	margin: 0 0 0 60px; 
}

#footer {
	clear: both;
	background: #3232a0;
	color: #FFF;
	text-align: right;
	padding: 10px 0 3px 0;
	border-top: 2px solid #FFF;
}

#footer div {
	border-top: 2px solid #FFF;

}

#footer p {
	margin: 0 10px 0 0;
	padding: 5px 0 10px 0;
	line-height: 1.4em;
}

#footer a, #footer a:visited {
	background: #3232a0;
	color: #fff;
}

#footer a:hover {
	background: #fff;
	color: #0000ff;
}

#sub {
	float: left;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	width: 900px;
	color: #333;
	background: #FFF;
}

#sub ul {
	width: 900px;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	display: inline;
	float: left;
	background: #FFF;
}

#sub li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 213px;
	padding: 0 6px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
	border: 0;
	background: #FFF;
}

.blank {
	clear: both;
}

#events {
	padding-left: 30px;
}

#events a {
	text-decoration: none;
	border: 0;
	margin: 2px 0;
	display: block;
	width: 100%;
	height: 100%;
	border-left: 3px solid #3232a0;
	padding-left: 10px;
}

#events a:hover {
	border-left: 3px solid #9c0202;
/*	background: #fc0202;*/
}

#events h2 {
	margin: 0;
}

#events h5 {
	font-size: 10px;
	margin: 10px 0 0 0;
}

#events .text {
	display: block;
	height: 100%;
	width: 500px;
	float: right;
}

#events .text p {
	margin-left: 0;
}

.c {
	margin: 0 auto;
	height: 3px;
	color: #fc0202;
}

.w260 {
	width: 260px;
}

.img {
	clear: both;
	height: 100%;
}

img.left {
	float: left;
	margin: 0 20px 10px 30px;
}

img.right {
	float: right;
	margin: 10px 10px 10px 30px;
}

.img img {
	float: right;
	margin: 0 10px 10px 20px;
}

blockquote {
	clear: both;
	margin: 5px 0 0 50px;
	padding: 5px 10px;
	background: #d4dde8;
}

.sign {
	width: 360px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}