*
{
    font-family: Verdana;
    font-size: 9.5pt;
}

.clear
{
	clear:both;
}
html
{
    background-color: #003551;
}
a {
    text-decoration: none;
    color: rgb(0, 53, 81);
}
img {
	border: 0px none;
}
body
{
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}
#body_container
{
    background-color: rgb(255, 255, 255);
    width: 1020px;
    margin: 50px auto;
}
#header{
	margin: 10px 10px 10px 14px;
	padding-top: 10px;
	height: 116px;
	font-size: 10pt;
}
#header div {
	margin-top: 10px;
	float: left;
}
#header #header_modules {
	margin-left: 82px;
	width: 380px;
}
#header_modules a
{
	font-size: 10pt;
	margin-top: 63px;
	display: block;
	margin-left: 55px;
	width: 130px;

	border-top : thin solid;
	border-bottom: thin solid;
}
#selma {
	height: 120px;
	position: relative;
	z-index: 10;
	left: 82px;
}
#banner
{
	clear: both;
    width: 980px;
    height: 154px;
	margin: 20px;
	background-image: url("/css/img/grass.png");
	background-size: cover;
}
#content
{
	clear: both;
	margin: 20px;
	padding-bottom: 20px;
	min-height: 318px;
}
#content *
{
    font-size: 8.5pt !IMPORTANT;
}

#footer{
	text-align: center;
	padding: 5px;
	text-decoration: underline;
}
