html{
	background: #bfcfff;
	font-family: "Lucida Grande", "Calibri", "Trebuchet Ms", "Georgia", "Arial", "Sans-Serif";
	font-size: 12pt;
	color: #333333;
	margin-bottom: 30px;
	line-height: 1.3em;
	overflow-y: scroll;
	cursor: default;
	text-align: justify;
	padding: 20px;
	}

body{
	width: 800px;
	margin: 0px auto;
	}
	
#page{
	background: #91acfd;
	border: 1px solid #999999;
	margin-left: 160px;
	padding-bottom: 35px;
	}

h1{
	font-size: 1.4em;
	text-align: center;
	padding: 5px 160px 20px 0px;
	}

h1 span{
	font-size: 0.9em;
	padding-right: 4px;
	}

#header{
	font-size: 1em;
	padding-top: 15px;
	}
	
a, span.link{
	color: #32416b;
	text-decoration: underline;
	cursor: pointer;
	}

a:hover, span.link:hover{
	text-decoration: none;
	}

a img{
	border: none;
	}

a.newsletter-link{
	display: block;
	padding: 25px 0px 25px 65px;
	background: url('') left center no-repeat;
	}

#menu{
	float: left;
	border: 1px solid #999999;
	border-right: none;
	width: 160px;
	background: #91acfd;
	}

#menu img{
	margin-left: 30px;
	}

#menu-header{
	font-weight: bold;
	padding-left: 8px;
	}

#menu ul{
	padding: 0px;
	margin: 0px;
	}

#menu ul li{
	list-style: none;
	padding-left: 17px;
	}

#menu ul li.current a{
	padding-left: 10px;
	background: url('../images/current-page.jpg') center left no-repeat;
	}
	
#menu a{
	text-decoration: none;
	}
	
#content{
	padding: 5px 18px 0px 18px;
	}

ul.dates, ul.plain{
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

ul.dates li, ul.plain li{
	margin-bottom: 3px;
	}

.contact-info{
	padding-left: 0px;
	}

#footer{
	width: 640px;
	font-size: 0.8em;
	margin: 15px auto;
	text-align: center;
	line-height: 1.3em;
	padding-left: 160px;
	}

h1, h2, h3, h4, h5, h6{
	margin-top: 10px;
	font-family: tahoma;
	padding-bottom: 0px;
	margin-bottom: 0px;	
	}

h3{
	font-size: 0.9em;
	}

p{
	margin: 0px 0px 9px 0px;
	}

ol, ul{
	margin-top: 4px;
	margin-bottom: 9px;
	padding-left: 30px;
	}

ol li, ul li{
	margin-bottom: 8px;
	}

.column{
	float: left;
	width: 45%;
	}

.with-icon{
	padding-left: 20px;
	background: transparent url('') left center no-repeat;
	}

.note{
	font-size: 0.8em;
	}

input.text{
	color: #333333;
	font-family: tahoma;
	font-size: 0.9em;
	width: 300px;
	padding: 2px 2px 1px;
	border: 1px solid #666666;
	background: white url('../images/shadow.jpg') center top repeat-x;
	}

input.button{
	margin-top: 6px;
	padding: 1px 6px 1px 6px;
	font-family: tahoma;
	font-size: 0.9em;
	cursor: pointer;
	}

select{
	color: #333333;
	font-family: tahoma;
	font-size: 0.9em;
	width: 308px;
	}

textarea{
	color: #333333;
	font-family: tahoma;
	font-size: 0.9em;
	width: 300px;
	height: 100px;
	padding: 2px 2px 1px;
	border: 1px solid #666666;
	background: white url('../images/shadow.jpg') center top repeat-x;
	}

label{
	cursor: pointer;
	-moz-user-select: none;
	}

label.heading{
	display: block;
	margin: 8px 0px 3px 0px;
	}

label.icon{
	padding-left: 20px;
	background: no-repeat left center;
	}

.form-info{
	background: #FCEDAB none repeat scroll 0% 0%;
	border: 1px solid #F7DB2F;
	color: #333333;
	display: none;
	margin-bottom: 4px;
	margin-top: 4px;
	padding: 6px 6px 6px 8px;
	}

.form-error{
	background: #FBA08C none repeat scroll 0% 0%;
	border: 1px solid #D92E09;
	}

html[xmlns] span.hide-from-ie6{
	display: inline;
	}

html[xmlns] div.hide-from-ie6{
	display: block;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}

.clearfix {
	display: inline-block;
	}

html[xmlns] .clearfix {
	display: block;
	}

* html .clearfix {
	height: 1%;
	}