
body {
	background-image: url(/images/background.gif);
	background-position: top center;
	margin: 0px;
	padding: 0px;
}

div#container {
	position: absolute;
	width: 992px;
	top: 0px;
	left: 50%;
	margin-left: -496px;
}

img#header {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#header-minibuttons {
	position: absolute;
	top: 140px;
	left: 177px;
}

div#header-textbuttons {
	position: absolute;
	top: 2px;
	left: 80px;
	width: 370px;
}

div#header-textbuttons a {
	margin-left: 15px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e679d;
	text-decoration: none;
}

div#header-textbuttons a:hover {
	color: #31373b;
}

input#search {
	position: absolute;
	top: 139px;
	left: 746px;
	width: 144px;
	height: 18px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	background-image: url(/images/searchback.gif);
	border: medium none;
}

img#contact {
	position: absolute;
	top: 113px;
	left: 650px;
}

a#search-button {
	position: absolute;
	top: 133px;
	left: 897px;
}

div#menu-container {
	position: absolute;
	top: 186px;
	left: 14px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
	line-height: 28px;
}

div#menu-container a {
	color: black;
	text-decoration: none;
}

div#menu-container a:hover {
	color: black;
	text-decoration: underline;
}

div#text-container {
	position: absolute;
	top: 186px;
	left: 242px;
	width: 422px;
	padding-bottom: 30px;
	line-height: 160%;
}

div#text-container, div#sidebar-container, td, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

div#sidebar-container {
	position: absolute;
	top: 206px;
	left: 740px;
	width: 180px;
	padding-bottom: 30px;
	line-height: 140%;
	font-size: 11px;
}


a img {
	border: medium none;
}

a {
	color: #038e42;
	text-decoration: underline;
}

a:hover {
	color: #0daf56;
	text-decoration: underline;
}

a:visited {
	color: #0088ae;
	text-decoration: underline;
}

a:hover:visited {
	color: #00b8eb;
	text-decoration: underline;
}

table.forum-index {
	border-top: 1px solid #006682;
	border-left: 1px solid #006682;

	border-bottom: 1px solid #006682;
	border-right: 1px solid #006682;
}

table.forum-index td {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #05a6d2;
	border-bottom: 1px solid #05a6d2;
	background-color: #d7edf5;
	padding: 3px;
}

table.forum-index tr.header td {
	background-color: #a0cfe0;
	border-top: 1px solid #d2eaf3;
	border-left: 1px solid #d2eaf3;
	font-weight: bold;
}

table.forum-index a {
	color: #005828;
	text-decoration: underline;
}

table.forum-index a:hover {
	color: #008c3f;
	text-decoration: underline;
}

table.forum-index a:visited {
	color: #003f51;
	text-decoration: underline;
}

table.forum-index a:hover:visited {
	color: #005f7a;
	text-decoration: underline;
}

table.forum-post {
	border: 1px dashed grey;
}

table.forum-post td {
	padding: 3px;
}

table.forum-post input, table.forum-post textarea {
	width: 95%;
}



