body {
    background: #fff url("../images/bg.jpg") top center repeat-x;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}

header {
    background: url("../images/bg-title.jpg") top center no-repeat;
    width: 922px;
    height: 222px;
    margin-right: auto;
    margin-left: auto;
}

main {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;    
}

nav {
    float: left;
    background: #ddd;
    text-align: left;
    margin-top: -50px;
    background-color: rgba(255, 225, 255, 0.3);
    border-radius: 5px;
    box-shadow: 5px 10px 18px rgba(150, 150, 150, 0.3);
    padding-bottom: 20px;
    width: 220px;
}

nav ul {
    padding-top: 60px;
    display: block;
}

nav ul li {
    list-style-type: '» ';
    margin-bottom: 10px;
}

nav ul li a {
    color: #037134;
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: underline;
}

article {
    text-align: justify;
    padding-left: 240px;
}

article .content p {
    margin-bottom: 12px;
}

article .content  p img {
    float: right;
    margin: 20px;
    border: 1px solid gray;
}

article .content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #037134;
}

article .content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #037134;
}

article .content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

article .content a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #037134;
}

article .content a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #037134;
}

article #article-headline {
    font-size: 24px;
	font-weight: bold;
	color: #037134;

}

.articles {
    margin-bottom: 20px;
}
.articles .main_headline {
    margin-bottom: 0px;
}
    margin-bottom: 20px;
}


article .articles p {
    margin-bottom: 12px;
}

article .articles  p img {
    float: right;
    margin: 20px;
    border: 1px solid gray;
}

article .articles h1 {
	font-size: 18px;
	font-weight: bold;
	color: #037134;
}

article .articles h2 {
	font-size: 14px;
	font-weight: bold;
	color: #037134;
}

article .articles h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

article .articles a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #037134;
}

article .articles a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #037134;
}

article #article-headline {
    font-size: 24px;
	font-weight: bold;
	color: #037134;

}

.gallery {
    text-align: center
}

.photos {
    margin: 0px;
    float: none;
}




.date {
    margin-top: 0px;
    font-size: 11px;
    font-weight: bold;
}

.article_img {
    
}

.article_img img {
    float: none;
    border: 1px solid gray
}


article .content h2.download_doc {
    color: #3d00b8;
}
