@charset "utf-8";
/* CSS Document */

html{
	overflow-y: scroll; }
	
*{
	margin: 0;
	padding: 0; }

body{
	height: 100%;
	background-color: #F0F0EE;
	text-align: left;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.25;
	font-family: Geneva, Arial, sans-serif }

.clear{
	clear: both; }



/** TEXT **/

h1{
	margin: 0 0 15px 0;
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 1.5em; }

h2{
	margin: 15px 0 15px 0;
	padding: 15px 0 0 0;
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em; }

h3{
	margin: 5px 0 15px 0;
	padding: 5px 0 0 0;
	color: #000;
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em; }

h4{
	margin: 10px 15px 5px 0;
	font-size: 1em;
	text-align: right; }

h5{}

h6{}

p{
	color: #000;
	margin: 0 0 15px 0;
	font-size: 1em; }	

p.message{
	color: #001AFF;
	font-weight: bold; }

p.error{
	color: #F00;
	font-weight: bold; }

a{
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none; }

a:link{
	color: #001AFF; }

a:visited{
	color: #09F; }

a:hover{
	color: #001AFF;
	text-decoration: underline; }



/** LISTS **/

ul, ol{
	margin: 0 0 15px 30px;
	color: #000;
	list-style: inside; }

li{}

dl{
	margin: 0;
	color: #000;
	list-style: none; }

dt{
	margin: 0; }

dd{
	margin: 0 0 15px 0; }

ul#contacts{
	margin: 0 15px 5px 0;
	text-align: right;
	list-style: none; }
	
	ul#contacts li{
		font-size: 0.8em; }

ul#sitenav{
	clear: both;
	position: relative;
	height: auto;
	width: auto;
	margin: 5px 0 0 0;
	padding: 0 0 1px 0;
	background-color: #9CF;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999; }
	
	ul#sitenav li{
		display: inline;
		margin: 0;
		padding: 0;
		list-style: none; }
	
	ul#sitenav a{
		color: #FFF;
		margin: 0 0 0 -1px;
		padding: 3px 10px 3px 10px;
		border-right: 1px solid #999;
		border-left: 1px solid #999;
		font-weight: bold;
		font-size: 0.8em;
		text-decoration: none; }
	
	ul#sitenav a:hover{
		background-color: #09F; }



/** IMAGES **/

img{
	border: none; }

img#logo{
	float: left;
	margin: 5px; }



/** LAYOUT **/

div#pageholder{
	border-top: 20px solid #9CF;
	background-color: #FFF; }

div#header{
	border-top: 1px solid #999; }

div.pageContent{
	padding: 15px; }

div#footer{
	padding: 5px;
	border-top: 1px solid #999;
	background-color: #9CF;
	font-size: 0.8em;
	text-align: right; }
	
	div#footer *{
		color: #FFF;
		margin: 0;
		padding: 0; }

div.event{
	margin: 15px 0 0 0;
	padding: 0 15px 15px 15px;
	border-top: 2px solid #999; }
