body {
	font-family: verdana, arial, helvetica, sans-serif;
	background: #ccc;
	margin: 20px;
}

a, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#full {
	width: 100%;
}

#top {
	height: 100px;
	background: #D3C6A0;
	font-size: 24px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #626262;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;	
}

#under {
	float: left;
}

#left {
	background: #fff;
	width: 180px;
	font-size: 13px;
	border-right: 1px solid #ccc;
}

.menuitem {
	background: #EAEAEA;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	font-weight: bold;
	color: #21536A;
}

.menuitems {
	background: #EAEAEA;
}

.menuitems a, .menuitems a:visited {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

.menuitems a:hover{
	border-top: 1px solid #ccc;
	border-top: 1px solid #DEF;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

.leftbox {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
	border-bottom: 1px solid #ccc;
	background: #F7F7F7;
}

#main {
	background: #FFEBD7;
	padding: 25px;
	font-size: 80%;
	width: 100%;
}

#bottom {
	background: #D3C6A0;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px solid #ccc;
}

.story {
	padding: 10px 0px 0px 10px;
	
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 20px;
}

.feature{
	padding: 0px 0px 20px 10px;

	min-height: 200px;
	height: 200px;
	height: auto;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

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

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}
.style5 {
	color: #333333;
	font-weight: bold;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #626262;
	font-size: 24px;
	font-weight: bold;
}

.vbild {
	/*
	float: left;*/
}

.hbild {
	/*float: right;*/
}

.bildh {
	float: right;
}

.bildv {
	float: left;
}

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