﻿/* Layout */
div#page {
	margin-left:auto;
	margin-right:auto;
	width:920px;
	text-align:left;
}

div#logo {
	text-align:left;
	margin:0px 0px 10px 0px;
}

div#menu {
	width: 150px;
	text-align:left;
	float:left;
	margin:0px 20px 0px 0px;
	padding:6px 0px 6px 0px;
}

div#content {
	width:600px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

div#ads {
	width: 120px;
	float:right;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

div#footer {
	margin:20px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BBBBBB;
	line-height: 130%;
	text-align:center;
	clear:both;
}

/* Text styles */
body, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 130%;
	text-align:left;
}

p {
	margin:0px 5px 20px 5px;
	padding:0px;
}

a, a:link, a:visited {
	color: #c71e1e;
	font-weight:bold;
}

a:hover {
	color: #e92323;
	font-weight:bold;
}

/* Headlines */
h1 {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	background-color: #22620f;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	border: 1px solid black;
	width: 100%;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 6px;
	line-height: 100%;
}

h2 {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #22620f;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	border: 1px solid black;
	width: 100%;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 6px;
	line-height: 100%;
}

h3 {
	color: #22620f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 6px;
	line-height: 100%;
}

/* Menu */
.m1 {
	font-size: 14px;
	margin: 2px 0px 2px 2px;
	padding: 0px;
}

.m2 {
	font-size: 12px;
	margin: 0px 0px 0px 6px;
	padding: 0px;
}

.m3 {
	font-size: 10px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
}

/* Box */
.box {
	color: white;
	background-color: #22620f;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	border: 1px solid black;
	padding: 4px 0px 0px 0px;
}

.box a, .box a:link, .box a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.box a:hover {
	color: #92CE20;
	font-weight:bold;
	text-decoration: none;
}

/* Images */
.image {
	border: 1px solid #000000;
	margin: 2px 10px 2px 10px;
}

/* Tables */
.table {
}

.headercell {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #22620f;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	border: 1px solid black;
	padding: 3px;
}

.normalcell {
	color: white;
	background-color: #125200;
	padding: 6px 9px 6px 9px;
	text-align: left;
}

.labelcell {
	color: white;
	font-weight: bold;
	background-color: #125200;
	padding: 6px 9px 6px 9px;
	text-align: right;
}

.table a, .table a:link, .table a:visited {
	color: #92CE20;
	font-weight: bold;
	text-decoration: underline;
}

.table a:hover {
	color: #b2ee40;
	font-weight:bold;
	text-decoration: underline;
}
