html, body {
	margin:0;
	padding:0;
	}

body {
	background:#2d2b2b;
	color:#000;
	font:11pt/16pt tahoma, arial, helvetica;
	text-align:justify;
	}

#container {
	background:#fff url('images/containerbg.jpg') repeat-y;
	margin:0 auto;
	width:850px;
	}

#wrapper {
	}

	/* CONTENT */

	#main {
		float:left;
		padding:0 10px;
		width:539px;
		}

	/* SIDEBAR */

	#side {
		float:right;
		text-align:center;
		width:291px;
		}

		#side table {margin:1em auto;}

/* FOOTER */

#footer {
	background:#b3e2e8 url('images/footerbg.jpg') no-repeat;
	clear:both;
	color:#fff;
	font-size:8pt;
	height:85px;
	line-height:11pt;
	letter-spacing:0.1em;
	padding:80px 0 0;
	text-align:center;
	}

	#footer a {color:#fff;
	text-decoration:none;}

		#footer a:hover {text-decoration:underline;}

	#sitemap {margin:0 0 2em;
	padding:0;}

		#sitemap li {display:inline;
		list-style:none;
		padding:0 2em;}

address {font-style:normal;}

h1 {
	border-bottom:1px dotted #808080;
	color:#584d47;
	font-size:14pt;
	margin:0 0 1em;
	}
	
	h1.announcement {
		border:none;
		color:#f00;
		text-align:center;
		}

h2 {color:#202020;
font-size:12pt;
margin:0 0 5px;
text-transform:uppercase;}

td {text-align:left;}



input, select, textarea {border:1px dotted #6ecbd4;}

input.button {background:#0293b2;}

#nav {margin:15px 0;
padding:0;
text-align:center;}

#nav li {display:inline;
list-style:none;
margin:0 20px;}

.center {text-align:center;}
.center table, div {margin:0 auto;}

.clear {clear:both;}

.layout {border:none;
display:block;}

/* LINKS */

a {color:#06b4d9;}
a:hover {color:#7f7262;}

a img {border:none;}
