
body {
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", "Sans-Serif";
	font-style: normal;
	font-weight: normal;
	background-color:#eaf4f5;
}

div.header
{
	width:610px;
	height:104px;
	position:relative;
	float:left;
	background-color:#eaf4f5;
}

div.newsletter
{
	background-color:#eaf4f5;
	width:400px;
	height:104px;
	float:left;
	position:relative;
	margin-left:25px;
}

div.menu_container
{
	clear:both;
	width:160px;
	background-color:#cee5eb;
	padding:4px;
	border-radius:8px;
	margin-top:10px;
	float:left;
}

div.maincontent
{
	background-color:#eaf4f5;
	width:450px;
	float:left;
	margin-left:15px;
	margin-bottom:30px;
	padding:4px;
}

div.calendar
{
	background-color:#eaf4f5;
	width:390px;
	float:left;
	margin-left:40px;
}

div.footer {
	clear:both;
	vertical-align:text-bottom;
	width:832px;
	margin-left:183px;
	margin-top:0px;
	padding:4px;
	background-color:#eaf4f5;
}

div.headline
{
	width: 450px;
	height: 75px;
	position: relative;
}

div.share_button
{
	width:400px;
	height:30px;
	padding-left:340px;
}

h2.header {
	font-size:24px;
	font-weight:700;
}

a.arrow {
	background: transparent url("/images/arrow.gif") 100% 50%;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:9px;
	min-height:14px;
}

a:link,a:visited
{
/*	display:block; */
	color: #001464;
	text-decoration: none;
}

a:hover
{
/*	background-color: #FF1464; */
	text-decoration: underline;
}

a:active
{
	color: #001464;
	text-decoration: none;
}

ul.menu
{
	list-style-type:none;
	margin:0;
	padding:0;
}

li.spacedlist {
	margin: 7px 5px;
	padding: 5px;
}

li.spacedlist2 {
	margin: 10px 5px;
	padding: 5px;
}

span.main_menu {
	margin: 10px 5px;
	padding: 5px;
	font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	font-style: normal;
	font-weight: normal;
	border:thick;
}

div.submenu {
	background-color:#cee5eb;
	padding:10px;
}

div.arrow_spacer {
	vertical-align:bottom;
	width:9px;
	height:14px;
}

div.block {
	background-color:#eaf4f5;
	width:400px;
	border-radius:8px;
}

div.blueblock {
	background-color:#cee5eb;
	width:400px;
	border-radius:8px;
	padding:4px;
	margin-top:8px;
}

table.block {
	width:390px;
	border-radius:8px;
}

td.block {
	background-color:#cee5eb;
	border-radius:4px;
}

td.cal_time {
	background-color:#cee5eb;
	border-radius:4px;
}

td.cal_header {
	background-color:#cee5eb;
	border-radius:4px;
}

.alignleft {
	float:left;
	margin:6px;
}

.alignright {
	float:right;
	margin:6px;
}

div.photo {
	margin-left:0px;
	margin-top:40px;
	font-size:small;
}