body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    background-color: #414141;
    margin: 0px;
}
body a {
    text-decoration: none;
    color: blue;
}
body a:hover {
    text-decoration: underline;
}

#wrapper {
    min-height: 400px;
    background-color: #414141;
    margin-left: auto; margin-right: auto;
}

#header, #body, #footer {
    width: 800px;
    margin-left: auto; margin-right: auto;
}
#header {
    height: 140px;
    border: 3px solid #4d7b3e; border-bottom: 1px solid #313131; border-top: none;
    padding-top: 25px;
    background-color: #72ba5c;
}
* html #header {
    height: 115px;
}


#header .logo {
    margin-left: 30px;
    float: left;
}
#header .title {
    float:left; 
    margin-left: 30px; margin-top: 20px;
}

#header .nav_link {
    color: #fff;
    font-size: 12px;
}

#header .global-menu span {
    color: #569043;
    font-size: 15px;
}

.global-menu {
	clear: left; float:right; margin-right: 10px; margin-top: -15px; width: 400px; text-align: right;
}

#body {
    min-height: 400px;
    background-color: #fff;
    border: 3px solid #313131; border-top: 1px solid #313131;
}

#footer {
    height: 50px;
    color: #c0c0c0;
}

.data_block {
    padding-bottom: 10px; 
    margin-bottom: 10px;
    border-bottom: 1px dotted #a1a1a1;
}

.date_block {
    font-size: 12px;
    font-weight: bold;
}

.announcement {
    font-size: 14px;
}

.announcement-mini {
    font-size: 11px;
    font-weight: normal;
}

.mini-title {
        font-weight: bold;
}

.block-with-separator {
    margin-bottom: 5px; 
    border-bottom: 1px dotted #a1a1a1; 
    padding-bottom: 3px;
}

.contact td {
    border-right: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    padding: 5px;
}

.index_data {
	margin: 10px;
}

.index_content {
	width: 490px; 
	float: left;
}

.timestamp {
	color: rgb(113, 113, 113); 
	margin-top: 5px;
}

.right_column {
	margin-left: 10px; 
	width: 280px; 
	float: left;
}
	
.right_block {
	border: 1px solid rgb(161, 161, 161); 
	padding: 10px; 
	width: 260px; 
	margin-bottom: 10px; margin-left: auto; margin-right: auto;
}

.right_content_block {
	border: 1px solid rgb(161, 161, 161); 
	padding: 10px; 
	width: 260px; 
	margin-bottom: 10px; margin-left: auto; margin-right: auto; 
	min-height: 100px;
}

.module_title {
	font-size: 10px; 
	font-weight: bold; 
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.page-title {
	font-size: 14px; 
	font-weight: bold; 
	border-bottom: 1px solid #a1a1a1;
	margin-bottom: 15px;
}

.download {
	list-style: none;
	padding: 0px; margin: 0px 0px 0px 10px;
}

.download li {
	line-height: 25px;
	display: list-item;
	background: transparent url(/images/download-icon.png) no-repeat top left;
	padding: 0px 0px 0px 25px;
}