/* standard elements */
*
{
	margin: 0;
	padding: 0;
}
a
{
	color: #682;
}
a:hover
{
	color: #9A6;
}
body
{
	/*	background: #FFDD00; */
	background-image: url('img/background.png');
	background-repeat: repeat;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode" ,sans-serif;
}
input
{
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode" ,sans-serif;
}
p, cite, code, ul
{
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul
{
	margin-left: 1.2em;
}
li
{
	/*	list-style-image: url(img/li.gif);*/
	padding-bottom: 2.5em;
}
h1
{
	font-size: 1.8em;
	font-family: Comic Sans MS;
}

span.Error
{
	color: Red;
	font-weight: bold;
}

span.Sent
{
	color: Green;
}

blockquote
{
	text-align: center;
	background: #EEEFFF; /*#C8C8FF; */
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 1.1em;
	font-style: italic;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	width: 580px;
}
blockquote p
{
	padding: 3px 0;
}
h1, h2, h3
{
	color: #654;
}

/* misc */
.clearer
{
	clear: both;
}

/* structure */
.container
{
	/*	background: url(img/bgcontainer.gif) repeat-y; */ /*	background-color: #E2F4AE; */
	margin: 0 auto;
	width: 702px;
}

/* top */
.top
{
	background: #ffffff; /*#008dd0; */ /*	background-image: url('img/Heading.png'); */
	background-image: url('img/Logo.png');
	background-position: center;
	background-repeat: no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	height: 160px;
	margin: 0 auto;
	width: 630px;
}
.top a
{
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span
{
	padding-left: 24px;
}
.top a:hover
{
	color: #FFF;
}

/* Coming events */
#newscontainer
{
	float: right;
	width: 150px;
}
.newspanel
{
	border: solid 1px #666666;
	background-color: #F7F7F7;
	padding: 0px;
	margin: 0px;
}

.newstitle 
{
	display: block;
	font: 0.5em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	background: #4bab52;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}

.newsfooter 
{
	display: block;
	font: 0.5em Tahoma, sans-serif;
	font-size:10px;
	font-weight:bold;
	background: #4bab52;
	color: #FFFFFF;
	padding: 1px 1px 1px 1px;
	text-align: right;
}

.newsfooter a
{
	color: #FFFFFF;
}

.newsfooter a:visited
{
	color: #FFFFFF;
}

.newsitem
{
	margin: 5px 5px 5px 5px;
}

.newsitemheading {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#008DD0;
	text-align: left;
}

.newsitemdate {
	font: 0.5em Tahoma, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color:#333333;
	text-align: left;
}

.newsitembodytext {
	font: 1em Tahoma, sans-serif;
	color: #666666;
}

/* topnav */
.topnavbottom
{
	background: #444444; /*#008dd0;*/
	background-position: right;
	background-repeat: no-repeat;
	font: normal 1.2em Verdana,sans-serif;
	height: 2px;
	margin: 0 auto;
	width: 630px;
}
.topnav
{
	background: #008dd0;
	background-position: right;
	background-repeat: no-repeat;
	font: normal 1.2em Verdana,sans-serif;
	height: 30px;
	margin: 0 auto;
	width: 630px;
}
.topnav a
{
	color: #FFF;
	font-family: Comic Sans MS;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	padding-top: 0px;
	padding-left: 20px;
	background: #008dd0;
}
.topnav span
{
	padding-left: 24px;
	background: #008dd0;
}
.topnav a:hover
{
	color: #FFF;
	background: #008dd0;
}
.topnav a:visited
{
	color: #FFF;
	background: #008dd0;
}

/* header */
.header
{
	/*	background: url(img/header.png) no-repeat;*/
	background: #FFFFFF;
	height: 100px;
	margin: 0 auto;
	width: 630px;
}

/* item */
.item
{
	clear: both;
}
.item .date
{
	background: #e21e2f;
	color: #FDD;
	float: left;
	height: 30px;
	text-align: center;
	width: 36px;
}
.item .date div
{
	padding-top: 4px;
}
.item .date span
{
	font: normal 1.6em serif;
}
.item .content
{
	float: left; /*	width: 420px; */
	width: 630px;
}
.item h1
{
	background: #e21e2f;
	color: #FFF;
	line-height: 30px;
	padding-left: 16px;
}
.item .body
{
	padding: 12px 18px;
	background-color: #FFF;
}

.table
{
	width: 100%;
}

.table .tr th
{
	text-align: left;
}

/* main */
.main
{
	float: left;
}

/* navigation */
.navigation
{
	float: left;
	margin-left: 1px;
	width: 208px;
}
.navigation h1
{
	background: #008dd0;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation h1 a
{
	color: #FFF;
	text-decoration: none;
}
.navigation h1 a:hover
{
	color: #FFF;
	text-decoration: none;
}
.navigation h1 a:visited
{
	text-decoration: none;
	color: #FFF;
}
.navigation ul
{
	margin: 0;
	padding: 0;
}
.navigation li
{
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
}
.navigation li a
{
	background: #FFCCBF; /*url(img/bgnavigation.gif) repeat-x; */
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover
{
	background: #F0FFC6;
	color: #553;
}

/* footer */
.footer
{
	background: #008dd0;
	color: #FFF;
	font-size: 1.0em;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	width: 630px;
	border-color: #008dd0;
}
.footer a
{
	background-color: #008dd0;
	color: #008dd0;
	border-style: none;
	border-color: #008dd0;
}
.footer a:hover
{
	background: #008dd0;
	color: #008dd0;
	border-style: none;
	border-color: #008dd0;
}
.footer a img
{
	background: #008dd0;
	color: #008dd0;
	border-style: none;
	border-color: #008dd0;
}
