* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

h1 { font-size: 18px; 
	 color: #0b75b2;
}
h2 { font-size: 14px; 
	 color: #da4a38;}
h3 { font-size: 23px; }
h4 { font-size: 18px; }
h5 { font-size: 15px;}
h6 { font-size: 13px; }
a { color: #da4a38; text-decoration: none; line-height: inherit; }
a:hover { color: #2d2d2d; }
a:focus { color: #da4a38; outline: none; }

h1, h2, h3, h4, h5, h6 {
font-weight: bold;
text-rendering: optimizeLegibility;
line-height: 1.1;
margin-bottom: 5px;
margin-top: 5px;
}


p {
font-weight: normal;
line-height: 1.6;
margin-bottom: 10px;
}

p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.topbar {
width: 100%;
padding: 3px 0;
background: #2d2d2d;
}

.header {
	background-image: url(../img/header.png);
	min-height: 80px;
	padding: 0px 10px;
}

.menubar{
    width: 100%;
    background-color: #2d2d2d; 
	margin-bottom: 5px;
	}

.menubar ul{
    margin: 0; padding: 0;
    float: left;}
 
.menubar ul li{
    display: inline;}
 
.menubar ul li a{
    float: left; 
	text-decoration: none;
    color: #fff; 
    padding: 10px 11px;
    background-color: #2d2d2d; 
	}
	 
.menubar ul li a:visited{
    color: #fff;}
 
.menubar ul li a:hover{
    color: #fff;
    background-color:#0b75b2;}
	
.left {
	float: left;
	width: 790px;
	padding: 0px 5px;
}

.middle {
	float: left;
	width: 590px;
	height: 200px;
	border: 1px solid #F00;
}

.right {
	float: left;
	width: 170px;
	height: 600px;
	padding: 0px 5px;
}

.newsbox {
	width: 785px;
	border: 1px solid #CCC;
}

hr.grey {
border: solid #dcdcdc;
border-width: 1px 0 0;
clear: both;
margin: 10px 0px;
height: 0;
}

img.align-left {
float: left;
margin-right: 10px;
}

img.align-right {
float: right;
margin-left: 10px;
}

ul.testlist {
	list-style: circle;
	list-style-position: inside;
}

	

