/*

standard elements*/
*
{
	margin: 0;
	padding: 0;
}
A
{
	color: #36C;
	text-decoration: none;
}
A:hover
{
	color: #06F;
}
BODY
{
	text-align:center;
	background: #004d80;
	color: #444;
}
P, BLOCKQUOTE, UL
{
	font: normal 0.8em Verdana, serif;
	text-align: left;
	margin: 8px 0 1px;

}
H1
{
	font: normal 1.6em serif;
}
H2
{
	font: bold 0.8em Verdana, serif;
	margin: 3px 0 1px;
	text-align: left;
}
H3
{
	font: normal 1em Verdana, sans-serif;
	margin: 3px 0 1px;
	color: #004d80;
}
UL
{
	margin-left: 1.8em;
}
BLOCKQUOTE
{
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}
BLOCKQUOTE P
{
	padding: 6px;
}

/*structure*/
.container
{
	text-align: left;
	background: url(img/bgcontainer.png) repeat-y left top;
	margin: 0 auto;
	width: 1000px;
	clear: left;
}
.header
{
	color: #FFC;
	background: url(img/header.jpg) no-repeat left top;
	font-size: 1.4em;
	margin-left: 23px;
	height: 260px;
	width: 930px;
}
.header H1
{
	font: normal 1em serif, sans-serif;
	padding: 62px 0 34px;
}

/*navigation*/
.topnavigation
{
	text-align:right;
	line-height: 1.2em;
	position: relative;
	bottom: -234px;
	
}
.topnavigation A
{
	color: #004d80;
	font: normal 0.8em verdana;
	margin: 0 5px;
	text-decoration: none;
}

.topnavigation A:hover, .topnavigation #selected
{
	color: #004d80;
	background: #bbbbbb;
}
.navigation
{
	text-align:left;
	float: left;
	width: 170px;

	
}
.navigationwithback
{
	background: url(img/menubackw.jpg) repeat-y left top;
}
.navigation A
{
	color: #555555;
	font: normal 1em verdana;
	text-decoration: none;
	line-height: 1.5em;
	width: 160px;
	margin-left: 5px;
}
.navigation A:hover, .navigation #selected
{
	color: #ffffff;
	background: #004d80;

}
/*content*/
.calendarback
{
	margin-left: 10px;
	float: left;
	width: 190px;
	background: url(img/calbackw.jpg) repeat-y center top;
}

.calendar
{
	font-size: 1em;
	width: 170px;
	margin-left: 8px;
	text-align: center;
}
.news
{
	margin-left: 5px;
	text-align: left;
	font-size: 1em;
	float: left;
	background: #ffffff;
	width: 550px;
}
.news img
{
	padding: 4px; 
	margin: 0 7px 2px 0; 
	display: inline;
}

.content
{
	text-align: left;
	margin-left: 25px;
	font-size: 1em;
	width: 927px;
}
.content .spacer
{
	height: 42px;
}
/*content item*/
.item IMG
{
	border: 1px dashed #8A6;
}
.item .title
{
	color: #445044;
	font: normal 2em serif;
}
.item .title:first-letter
{
	display: block;
	float: left;
	font-size: 2.4em;
}
.item .metadata
{
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}
.item .body
{
	clear: both;
}
/*footer*/
.footer
{
	text-align:center;
	margin: 0 auto;
	clear: both;
	background: url(img/bgbottom.png) no-repeat left top;
	width: 1000px;
	height: 42px;
}
.footer A
{
	color: #666;
	text-decoration: none;
}
.footer A:hover
{
	color: #333;
	text-decoration: underline;
}
