@charset "UTF-8";
body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgwhite.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.style1 {
	color: #669900;
	font-weight: bold;
}
p {
	margin: 0px;
	padding: 0px;
}
#PageCore {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 25px;
}
#address {
	position: absolute;
	width: 150px;
	left: 625px;
	top: 425px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: .9em;
}
#PageHeader {
	background-image: url(images/Header_Homepage.jpg);
	background-repeat: no-repeat;
	height: 430px;
}
#Navigation {
	top: 125px;
	position: absolute;
	left: 75px;
	font-size: 1.15em;
	text-transform: uppercase;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 300px;
	font-weight: lighter;
}
#Navigation .special, #Navigation .special a, #Navigation .special a:visited {
	font-size: 0.85em;
	font-weight: bold;
	padding: 3px;
	color: #FFCC00;
	background-color: #666666;
	text-align: center;
}
#Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Navigation li {
	margin-bottom: 0.8em;
}
#Navigation a, #Navigation a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: lighter;
}
#Navigation a:hover {
	color: #990000;
	text-decoration: underline;
}
#PageFooter {
	font-size: .75em;
	color: #666666;
	text-align: right;
	padding-right: 15px;
}
