body{
   background-color: #9BAEB6;
   margin: 0px;
   padding: 0px;
   position: absolute;
   font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited{
	color: black;
	text-decoration: underline;
}

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

#head {
	background-image: url(images/layout/head.jpeg);
	background-repeat: no-repeat;
	position: absolute;
	height: 155px;
	width: 756px;
	top: 10px;
	left: 10px;
}

#menuborder{
	background-image:url(images/layout/menuborder.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 10px;
	position: absolute;
	left: 10px;
	top: 165px;
}

#sidepic{
	background-image:url(images/layout/sidepic.jpeg);
	background-repeat: no-repeat;
	width: 234px;
	height: 136px;
	position: absolute;
	left: 522px;
	top: -25px;
}

#menu{
	background-color: #FFFFFF;
	position: absolute;
	left: 20px;
	top: 165px;
	width: 467px;
	height: 25px;
	font-size: 17px;
	line-height: 25px;
	z-index: 10;
	padding-left: 45px;
}

a.menuitem:link, a.menuitem:visited{
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
	color: #0A1D28;
}

a.menuitem:hover{
	color: #E50000;
}

a.menuitem-act:link, a.menuitem-act:visited, a.menuitem-act:hover, a.menuitem-act:active{
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
	color: #E50000;
}

#dyncontainer{
	background-image: url(images/layout/background.gif);
	background-repeat: repeat-y;
	width: 653px;
	position: absolute;
	top: 190px;
	left: 10px;
}

#section{
	position: absolute;
	top: -21px;
	left: 20px;
	font-size: 100px;
	color: #A0AFB6;
	font-weight: bold;
}

#content h1{
	font-size: 30px;
	color: #303030;
	line-height: 20px;
	margin-bottom: -10px;
	margin-top: 0px;
	padding-top: 20px;
	clear: both;
}

#content h2{
	font-size: 25px;
	color: #303030;
	line-height: 15px;
	margin-bottom: -10px;
	margin-top: 0px;
	padding-top: 20px;
	clear: both;
}

#content h3{
	font-size: 20px;
	color: #303030;
	line-height: 10px;
	margin-bottom: -10px;
	margin-top: 0px;
	padding-top: 20px;
	clear: both;
}

#content p{
	padding-left: 30px;
	margin-top: 1em;
}


#content{
    position: relative;
	padding: 40px 40px 10px 35px;
	width: 578px;
	font-size: 14px;
	text-align:justify;
	color: #303030;
}

#content span.news-list-date{
	font-size: 13px;
	font-weight: normal;
}

#bottom{
	background-image: url(images/layout/bottom.jpeg);
	height: 22px;
   	width: 653px;
	position: relative;
	bottom: 0px;
	left: 0px;
}


img.news-image{
	padding-left: 15px;
	margin-top: 1.1em;
	float: right;
}

img.float-right{
	float: right;
	padding-left: 15px;
}

a img{
	border: 0px;
}