@charset "utf-8";
/* CSS Document */
@charset "utf-8";

p {
	font-family: "Trebuchet MS", "Arial Narrow", "Arial";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
}
ul {
	font-family: "Trebuchet MS", "Arial Narrow", "Arial";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}
title {
	font-family: "Verdana", "Trebuchet MS", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #375290;
	text-indent: 10px;
}
form {
	font-family: "Verdana", "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000;
}
a:link, a:visited, a:active {
	font-family: "Trebuchet MS", "Arial Narrow", "Arial";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #375290;
	text-decoration: none;
}
a:name {
	font-family: "Verdana", "Trebuchet MS", Arial;
	font-size: 14px;
	color: #375290;
	font-weight:bold;
}
a:hover {
	font-family: "Trebuchet MS", "Arial Narrow", "Arial";
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
	color: #375290;
}
h3 {
	font-family: "Trebuchet MS", "Arial Narrow", Arial;
	font-size: 14px;
	color: #375290;
	font-weight: normal;
	text-indent: 10px;
}
h1 {
	font-family: "Verdana", "Trebuchet MS", Arial;
	font-size: 18px;
	color: #375290;
	font-weight:bold;
	text-indent: 10px;
}
h2 {
	font-family: "Verdana", "Trebuchet MS", Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-indent: 10px;
}
div#page {
	padding: 0px;
	margin:0 auto;
	text-align: justify;
	width: 800px;
	background-color:#CCCCCC;
}
div#head {
	width: 800px;
	height: 200px;
	background-image: url(../../images/Index/pageElements/header.jpg);
}
div#event {
	width: 800px;
	height: 100px;
}
div#space {
	width: 800px;
	height: 10px;
}
div#spaceSmall {
	width: 200px;
	height: 3px;
	float: left;
}
div#weather {
	width: 200px;
	background-color: #FFF;
	float: left;
}
div#pic {
	width: 800px;
	height: 200px;
	background-image: url(../../images/Index/pageElements/pictures.jpg);
}
div#content {
	width: 590px;
	border: #000000, medium;
	background-color: #FFFFFF;
	float:right;
	background-repeat: repeat;
	padding-left: 5px;
}
div#links {
	width: 200px;
	float: left;
}
div#logo {
	width: 200px;
	height: 100px;
	float: left;
}
div#footer {
	width: 800px;
	height: 100%;
	clear: both;
	background-color: #375290;
}	
img.floatLeft { 
    float: left; 
    margin: 4px;
}
img.floatRight { 
    float: right; 
    margin: 4px;
}
#page #footer a {
	color: #FFFFFF;
}
#page #footer a:hover {
	font-family: "Trebuchet MS", "Arial Narrow", "Arial";
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
#page #footer p {
	color: #FFFFFF;
}

