* {
    padding: 0;
    margin: 0;
} 

body {
	background: #fff;
	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #330099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}
a:active {
	text-decoration: underline; 
	color: #cc0000;
	}

#ffooter {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	text-justify: newspaper ;
}
	

#wrap {
margin: 20px auto;
width: 724px;
background-repeat: repeat-y;
}

#top { 
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

height: 30px;
}

#block {
background:#ccc;
border: 1px solid #000000;
color:#ffffff;
}

.header {
align:right;
border-bottom: 1px solid #000000;
height: 120px;
background: #a9a9a9 url('images/hidr.jpg');
}

.header h1 { padding-left: 17px; padding-top: 0px; font-size: 30px; color: #FF0000; }
.header h1 a { font-size: 30px; color: #FF0000; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top:  0px; font-size: 17px; color: #FFF; }
.header h3 { padding-left: 17px; padding-top: 0px; font-size: 12px; color: #000; }

.breadcrumbs { 
	background: #dfdfdf; 
	border-bottom: 1px solid #333333; 
	padding: 5px;
}
	
.middle {
	background: #fff;
	border: 1px solid #333333;
	float: left;
	width: 59%;
	margin: 5px 5px;
	text-align: justify;
}

.right {
	float: left;
	width: 30%;
	margin: 0 10px;
	padding: 1% 1%;
	
}
#recentissue {
	background: #dfdfdf;
	border: 1px solid #ccc;
    	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	width: 105px;
}
.right ul {
	padding: 0px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #666666;
}

.middle h2 { background: #dfdfdf; border-bottom: 1px solid #333333; color: #990000; font-size: 16px; margin-bottom: 0px; margin-top: 0px;}
.right h2 { color: #990000; border-bottom: 1px solid #333333; font-size: 14px; margin-top: 0px;}

#newsblock{
	background: #cccccc;
	border: 1px solid #333333;
	float:center;
	width: 98%;
	margin: 3px 2px 3px 3px;
	text-align: justify;
}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}


