/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	background: #36545a;
}

.logo
{
	display: block;
	width: 800px;
	background-image: url('logo.png');
	background-repeat: no-repeat;
	height: 130px;
}

.container
{
	display: block;
	width: 800px;
	margin: 0px auto;
}

.buttonholder
{
	position: relative;
	top: 10px;
	width: 150px;
	border-bottom: 1px solid #c0c0c0;
	background: #36545a;
}

.button, .buttonselected
{
	display: block;
	border-top: 1px solid #c0c0c0;
	color: #c0c0c0;
	padding-left: 10px;
	font: 10px verdana;
	line-height: 30pt;
	height: 40px;
}

.buttonselected
{
	color: white;
}

.button:hover, .buttonselected:hover
{
	background-image: url('buttonhighlight.png');
	color: white;
}

.canvastop
{
	position: relative;
	top: -327px;
	left: 150px;
	width: 650px;
	height: 30px;
	background-image: url('corner.png');
}

.canvas
{
	position: relative;
	top: 30px;
	background: white;
	width: 590px;
	min-height: 400px;
	padding-left: 30px;
	padding-right: 30px;
}

a, a:link, a:visited, a:hover
{
	margin-left: 0px;
	font-weight: bold;
	color: gray;
}

a:hover
{
	color: black;
}

a.button
{
	color: #c0c0c0;
	font-weight: normal;
	text-decoration: none;
}

a.buttonselected
{
	color: white;
	font-weight: normal;
	text-decoration: none;
}

.signature
{
	text-align: center;
	font: 10px verdana;
	padding-top: 15px;
	padding-bottom: 30px;
	color: #c0c0c0;
}

a.signature, a.signature:link, a.signature:visited, a.signature:hover
{
	margin-left: 0px;
	font-weight: bold;
	color: #c0c0c0;
}

a.signature:hover
{
	color: white;
}

.news1
{
	font: bold 16px verdana;
	text-align: justify;
	text-indent: 10px;
	margin-bottom: 10px;
}

.news2
{
	font: italic 12px verdana;
	text-align: justify;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.news3
{
	margin-bottom: 10px;
	font: 10px verdana;
	text-align: justify;
}

.newsdate
{
	font: 10px verdana;
	text-align: justify;
	margin-top: 10px;
	padding-bottom: 10px;
	color: gray;
	border-top: 1px dashed gray;
}