/* CSS Document */

body {
	background: url(images/main_bg.gif) repeat #fff;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1 {
	color: #3e73c1;
	font-size: 20px;
}

h2 {
	color: #3e73c1;
	font-weight: bold;
	font-size: 12px;
}

h3 {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

a, a:link, a:visited {
	color: #3e73c1;
	text-decoration: underline;
}

a:hover {
	color: #e62f33;
	text-decoration: none;
}

#container {
	width: 800px;
	margin: 20px 0 0 -400px;
	position: absolute;
	left: 50%;
	border: 5px solid #fff;
	background-color: #fff;
}

#header {
	background: url(images/header.gif) no-repeat #fff;
	width: 800px;
	height: 215px;
	margin-bottom: 5px;
}

#mainimage {
	position: absolute;
	top: 13px;
	left: 250px;
}

#nav {
	width: 550px;
	text-align: left;
	margin: 0px 0px 0px 4px;
	position: absolute;
	top: 190px;
	left: 245px;
}

#nav ul {
	font-size: 10px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#nav ul li {
	margin: 0;
	padding: 0 6px 0 6px;
	display: inline;
	color: #fff;
}

#nav a, #nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	border-bottom: 8px solid #ccc;
	color: #ccc;
	padding-bottom: 6px;
	text-decoration: none;
}

#news {
	float: left;
	width: 253px;
}

#newstext {
	position: absolute;
	top: 280px;
	left: 40px;
	width: 170px;
	height: 160px;
	overflow: hidden;
}

#newstext p {
	line-height: 20px;
}

#content {
	float: right;
	width: 510px;
	border-right: 10px solid #ccc;
	padding-right: 10px;
	margin-bottom: 5px;
	min-height: 480px;
}

#content h1 {
	background-color: #eee;
	border: 1px solid #ccc;
	width: 99%;
	padding: 5px 0 5px 5px;
	margin: 10px 5px 5px 0px;
}

#content table {
	border-collapse: collapse;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 99%;
	margin-bottom: 10px;
}

#content caption {
	color: #3e73c1;
	padding-bottom: 6px;
}

#content th, td {
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#content th {
	background-color: #eee;
	text-align: left;
}

#content li {
	margin-bottom: 5px;
	line-height: 16px;
}

#footer {
	background: url(images/footer.gif) no-repeat #fff;
	height: 40px;
	clear: both;
}
.note {
	width: 490px;
	background-color: #fdffad;
	min-height: 100px;
	padding: 10px;
	border: 1px solid #808080;
	font-weight: bold;
}
