body {
	margin: 5px;
	background-color: #ACB7B9;
	background-image: url("/graphics/bg.jpg");
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Helvetica;
	font-size: 11px;
	text-align: center;
}

table {
	font-size: 11px;
}

a {
}
a:hover {
}

h1 {
	margin: 0px;
	margin-bottom: 12px;
	border-top: 1px solid black;
	font-size: 21px;
}

select {
}

input {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 11px;
}

textarea {
}

.button {
	height: 18px;
	border: 1px solid black;
	padding: 0px;
}

.highlight {
	font-weight: bold;
}

.topbardiv {
	margin-left: auto;
	margin-right: auto;
	background-image: url("/graphics/topbar.jpg");
	background-repeat: no-repeat;
	background-position: top;
	width: 770px;
	height: 137px;
	margin-bottom: 15px;
	margin-top: 15px;
	overflow: hidden;
}

.topbardiv .menudiv {
	margin: 0px;
	margin-top: 75px;
	margin-left: 140px;
}

.menudiv a {
	color: white;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	display: block;
	float: left;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
}

.menudiv a:hover {
	background: #7CA7C0;
	border-right: 1px solid #446E86;
	border-left: 1px solid #97C2DC;
}

.maindiv {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 500px;
	text-align: left;
}

.maindiv .contentdiv {
	width: 769px;
	border-right: 1px solid #636363;
	background-color: white;
	background-image: url("/graphics/textbg.png");
	background-repeat: repeat-y;
}

.maindiv .textdiv {
	float: left;
	width: 478px;
	padding: 15px;
	overflow: hidden;
	text-align: justify;
}

.maindiv .newsdiv {
	float: left;
	width: 250px;
	padding: 0px;
}

.maindiv .newsdiv .paddingdiv {
	padding: 15px;
	border-bottom: 1px dashed #979797;
}

.maindiv .polldiv .voted {
	font-weight: bold;
}

.maindiv .polldiv .votebar {
	background-color: maroon;
	height: 14px;
	width: 1px;
	overflow: hidden;
	margin-bottom: 5px;
}

.maindiv .toprow {
	width: 771px;
	height: 10px;
	overflow: hidden;
	background-image: url("/graphics/toprowbg.png");
	background-repeat: no-repeat;
}

.maindiv .bottomrow {
	width: 771px;
	height: 12px;
	overflow: hidden;
	background-image: url("/graphics/bottomrowbg.png");
	background-repeat: no-repeat;
}

.maindiv .copyrightdiv {
	width: 770px;
	text-align: right;
	font-size: 10px;
	color: #434343;
}
