body {
	//background: url(../images/EspressoWithDoodles.tiff) no-repeat fixed;
	background-position: 50% 75%;
	-webkit-user-select: none;
	font: 14px sans serif;
	background: floralwhite;
}

html,body { margin:0px; padding:0px }
img { border: 0px; }
a {
	border: 0px;
}

h1 {
	padding-top: 0px; margin-top: 0px;
}

font {
	font-family: verdana, helvetica, sans-serif;
}

div.rightalign {
	width: 800px; border: 0px; 
	text-align: right;
	clear: both;
	margin-left: auto ;
	margin-right: auto ;
	//padding-left: 10px; padding-right: 10px;
}

div.topheader {
	width: 100%; height: 20px;background: steelblue; border: 0px;
	text-align: center; display: table-cell; vertical-align: middle; float: left;
	padding-top: 10px; padding-bottom:10px; padding-right: 10px; padding-left: 10px;
	font-family: verdana, helvetica, sans-serif;
}

div.header {
	width: 100%; height: 170px; background: white; border: 0px;
	display: table; text-align: center; /*vertical-align: bottom; */float: left;
	//padding-top: 10px; padding-bottom:10px; padding-right: 10px; padding-left: 10px;
	font-family: verdana, helvetica, sans-serif;
}

div.left {
	width: 800px; height: auto; /*background: white; border: 1px dotted black;*/
	clear: both; margin-left: auto; margin-right: auto;
	text-align: left;
	//padding-left: 10px;padding-bottom: 10px;
}

/*div.header div {
	width: 100%; height: 100%; border: 0px;
	display: table-cell; vertical-align: bottom;
	clear: both;
	margin-left: auto ;
	margin-right: auto ;
}*/

/*div.header a {
	clear: both;
	margin-left: auto ;
	margin-right: auto ;
}*/

div.navbar {
	width: 100%; height: 20px;background: #CC6633; border: 0px; // was steelblue
	text-align: center; display: table-cell; vertical-align: bottom; float: left;
	padding-top: 15px; padding-bottom:5px;padding-right: 10px; padding-left: 10px;
	font-family: verdana, helvetica, sans-serif;
}

/*div.navbaritem {
	height: 100%;
	border:  1px dotted;
}*/

div.navbar a {
	color:  white;
	//padding-left: 5px;
	//padding-right: 5px;
	//background: green;
	padding: 5px;
	padding-bottom: 15px;
	//height: 100%;
	//margin: 0px;
	margin-top: 10px;
	-moz-border-radius: 4px;border-radius: 4px;-webkit-border-radius: 4px;
}

div.navbar a:hover {background: floralwhite; color: #CC6633;//steelblue;;/* text-shadow: white 0 0 0.2em; */
}

div.navbar a:link, div.navbar a:visited {text-decoration: none;}

div.navbar a.selected {
	background: floralwhite; color: #CC6633;//steelblue;
}

div.content {
	width: 800px; height: auto;background: floralwhite; border: 0px;
	clear: both;
	margin-left: auto ;
	margin-right: auto ;
	font-family: verdana, helvetica, sans-serif;
	padding: 10px;
	min-height: 500px;
}



div.sidebar {
	width: 300px; height: auto; clear: right; float: right; border: 0px;
	padding-left: 10px;padding-bottom: 10px;
}

div.cal {
	width: 300px; height: auto; clear: right; float: right; border: 0px;
	padding-left: 10px;padding-bottom: 10px;
}

div.fbfan {
	width: 300px; height: auto; clear: right; float: right; border: 0px;
	padding-left: 10px; padding-bottom: 10px;
}

div.gmaps {
	width: 460px; height: auto; border: 0px dotted;
	padding:10px; padding-right: 10px;
	text-align: center;
}

div.footer {
	float: left; width: 100%; min-height: 200;height: 100%; background: #CC6633; border: 0px;
	padding: 10px; text-align: center;
	color: white;
	font-family: verdana, helvetica, sans-serif;
	line-height: 1.5em;
}

div.footer a:hover, div.footer a:link, div.footer a:visited {
	color: white;
}
	
div.latestnews li {
	padding-bottom: 10px; 
}

div.latestnews li.lastelement {	
	padding-bottom: 0px;
}

div.sendmessage {
	border: 1px solid steelblue;
	padding: 10px;
	background: gainsboro;
	-moz-border-radius: 4px;border-radius: 4px;-webkit-border-radius: 4px;
}

div.roundedbox {
	border: 1px solid steelblue;
	padding: 10px;
	background: gainsboro;
	-moz-border-radius: 4px;border-radius: 4px;-webkit-border-radius: 4px;
}

div.roundedboxcentered {
	border: 1px solid steelblue;
	padding: 10px;
	background: gainsboro;
	-moz-border-radius: 4px;border-radius: 4px;-webkit-border-radius: 4px;
	text-align: center;
	clear: both;
}

div.roundedboxcentered h1 {
	text-align:left;
}
