body
{
	font-family:calibri;
	background-color:#f0f0f0;
}

li 
{
	margin-bottom:10px;
}

.content
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

.header
{
	height:100px;
	border-bottom:1px solid #858585
}

.head1
{
	font-size:35px;
	color: #000000;
	float:left;
	margin-top:25px;
    width: 100%;
}

.head2
{
	color: #858585;
	float:left;
}

.logo
{
	float:right;
	height:95px;
    top:-65px;
    position:relative;
}

.menu
{
	font-size:19px;
	text-align:left;
	height:50px;
	border-bottom:2px solid #858585
}

.menua
{
	text-decoration: none;
	display: block;
	color:black;
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:50px;
}

.menu a
{
	text-decoration: none;
	display: block;
}

.menu a:hover
{
	background-color: white;
	color: #000000;
}

.menu a.active
{
	background-color: white;
	color: #858585;
}

.main
{
	font-size:14px;
	font-family:verdana;
	text-align:left;
	background-color:white;
	padding:20px;
	min-height:600px;
}

.footer
{
	font-size:12px;
	text-align:center;
	height:100px;
	border-top:2px solid #858585
}

.clear
{
	clear:both;
}

.left
{
	float:left;
	width:50%;
}

.top
{
	width:99%;
	border-top:2px solid red;
	border-bottom:2px solid red;
	margin-bottom:10px;
	padding:5px;
}

.top h4
{
	color:red;	
	margin: 2px;
}

.right
{
	float:right;
	width:50%;
}

.right_col
{
	padding-left:15px;
}

.right_image
{
	width:350px;
}

.date
{
	color: grey;
	font-weight: bold;
}

.desc
{
}

.old
{
	color: silver;
}

.img_text {
    font-style: italic;
    font-size:12px;
}

.important {
	color:  #e60000;
}
