﻿*
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:visited
{
	color: #06a;
	text-decoration: none;
}
a:active
{
	color: #06a;
	text-decoration: none;
}
a:link
{
	color: #06a;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#header
{
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	line-height: 50px;
	background: #f9f9f9;
	font-weight: bold;
	letter-spacing: 4px;
	font-size: 16px;
	border-bottom: #d6d6d6 1px dotted;
}
#nav
{
	float: left;
}
#nav li
{
	display: inline;
	list-style-type: none;
	margin-left: 30px;
	margin-right: 30px;
}
#nav li a:link, #nav li a:visited
{
	text-decoration: none;
}
#nav li a:hover
{
}
#main
{
	padding-bottom: 40px;
	background-color: #ffffff;
	margin-top: 0px;
	width: 70%;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 10pt;
	border-right: #000000 1px dotted;
	padding-top: 20px;
}
#rightmenu
{
	text-align: left;
	padding-bottom: 20px;
	background-color: transparent;
	margin-top: 10px;
	padding-left: 5px;
	width: 20%;
	padding-right: 10px;
	font-size: 9pt;
}
#rightmenu li
{
	list-style-type: none;
}
.newstitle
{
	background: url(../images/news.gif) no-repeat;
	padding-left:15px;
	border-bottom: 1px solid #ccc;
	}
.down li
{
	list-style-type: none;
}	
