body {
	background-color: #ffffff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding: 0px;
	margin: 20px 0px 10px 0px;
}
a {
	color: #556677;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #dd9966;
	text-decoration: none;
}
input {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-size: 75%;
	color: #444444;
}
input.submit {
	background-color: #cccccc;
	cursor: pointer;
}
textarea {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-size: 100%;
	color: #444444;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
select {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-size: 75%;
	color: #444444;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
li {
	font-size: 75%;
}
.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
div#body {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
div#topbar {
	height: 100px;
	width: 750px;
	border-bottom: 3px solid #556677;
}
div#logo {
	width: 171px;
	float: left;
	height: 100px;
	border-right: 1px solid #cccccc;
}
div#logo img {
	border: 0px;
}
div#topright {
	float: right;
	
}
div#main {
	overflow: auto;
	background: url(images/bg.gif) left repeat-y;
}
div#leftbar {
	width: 170px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 350px;
}
div#leftbar ul {
	margin: 0px 5px 0px 20px;
	list-style: none;
	padding: 0px;
}
div#leftbar ul.submenu {
	margin: 0px 0px 0px 25px;
}
div#leftbar li.menuitem {
	font-size: 75%;
	font-weight: bold;
	padding-bottom: 4px;
	text-transform: uppercase;
	line-height: 1.5em;
}
div#leftbar li.subitem {
	font-size: 70%;
	padding-left: 10px;
	background: url(images/submenu_bg.gif) top left no-repeat;
	font-weight: normal;
	padding-bottom: 4px;
	text-transform: uppercase;
	line-height: 1.5em;
}
div#leftbar li a, div#leftbar li a:visited {
	color: #556677;
	text-decoration: none;
}
div#leftbar li a:hover {
	color: #dd9966;
	text-decoration: none;
}
div#leftbar div.leftbarrss {
	margin: 10px 0px;
	font-size: 70%;
	padding-left: 20px;
}
div#leftbar div.leftbarrss img {
	border: 0px;
	padding-right: 3px;
	vertical-align: top;
}
div.divider {
	height: 1px;
	font-size: 1px;
	border-top: 1px dashed #556677;
	margin: 10px 0px 10px 20px;
	width: 105px;
}
div#content {
	margin-left: 171px;
	padding: 20px 0px 20px 20px;
	color: #444444;
}
div#content h1 {
	color: #556677;
	font-size: 95%;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
}
div#content h2, div#content div.newsbox h2 {
	color: #556677;
	font-size: 75%;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
}
div#content div.newsbox h2, div.rssnewsbox h2 {
	background: #dddddd;
	margin-bottom: 0px;
	padding: 3px 10px;
}
div.rssnewsbox h2 img {
	border: 0px;
	vertical-align: middle;
}
div#content h3 {
	color: #dd9966;
	font-size: 75%;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
div#content p {
	font-size: 75%;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
	word-spacing: 0.2em;
	line-height: 1.4em;
}
div.newsbox, div.rssnewsbox {
	background: #eeeeee;
	margin: 20px 0px 10px 0px;
}
div.newsitem, div.rssnewsitem {
	padding: 10px 10px 5px 10px;
	border-bottom: 5px solid #ffffff;
}
span.newstitle {
	font-weight: bold;
	color: #556677;
}
div#content div.rssnewsitem h3 {
	font-weight: bold;
	color: #556677;
	font-size: 75%;
	margin-top: 0px;
	margin-bottom: 10px;
	word-spacing: 0.2em;
	line-height: 1.4em;
}
table.formtable td {
	vertical-align: top;
	font-size: 75%;
}
table.formtable td.formtitle {
	text-align: right;
}
div.imgrow {
	text-align: center;
	padding-top: 10px;
}
div.imgrow img {
	padding: 0px;
	margin: 0px 10px;
}
p.eventwhen {
	color: #556677;
	margin-top: 0px;
}
.imgr {
	float: right;
	margin: 0px 0px 5px 10px;
}
.imgl {
	float: left;
	margin: 0px 10px 5px 0px;
}
div.clr {
	clear: both;
}
div.box {
	background: #eeeeee;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 5px 10px;
}
div#footer {
	border-top: 2px solid #556677;
	font-size: 65%;
	padding: 3px 0px;
	color: #666666;
}
/* temporary design */

div#temptopbar {
	border-bottom: 2px solid #556677;
	height: 100px;
}
img#templogo {
	float: left;
	border: 0px;
}
div#tempcontact {
	float: right;
	padding-top: 75px;
	font-weight: bold;
}
div#tempcontact a, div#tempcontact a:visited {
	text-decoration: none;
	color: #556677;
	text-transform: uppercase;
	font-size: 80%;
	padding-left: 20px;
}
div#tempcontact a:hover {
	color: #dd9966;
	text-decoration: none;
}
div#tempcontent {
	width: 500px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
div#tempright {
	margin-left: 505px;
	padding: 20px 0px 20px 20px;
	color: #444444;
}
div#tempcontent h1, div#tempright h1 {
	color: #556677;
	font-size: 95%;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
}
div#tempcontent h2, div#tempright h2 {
	color: #556677;
	font-size: 75%;
	text-transform: uppercase;
	margin-top: 0px;
}
div#tempcontent p {
	font-size: 75%;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
	word-spacing: 0.2em;
	line-height: 1.4em;
}
div#tempcontent p.greyhighlight {
	padding: 4px;
	background-color: #eeeeee;
	
	text-align: center;
}