body{
	background-color: #2F5096;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 800px;
	color: white;
	border-top-style: solid;
	border-top-color: white;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: white;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: white;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}

div.head{
	background-image: url(gfx/headpic-800x106.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 106px;
}

div.hvw{
	padding-top: 75px;
	padding-left: 20px;
}

div.menu1{
   border-top-style: solid;
   border-top-color: White;
	border-top-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: White;
	border-bottom-width: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
   background-color: #375DB0;
}

div.main-right{
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	width: 556px;
	border-width: 0px 0px 0px 0px;
	padding: 10px 2px 10px 22px;
	font-size: 14px;
	line-height: 140%;
}

div.main-right-h{
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	width: 556px;
	border-width: 0px 0px 0px 0px;
	padding: 0px 2px 10px 22px;
	font-size: 14px;
	line-height: 180%;

}

div.main-left{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: white;
	width: 170px;
	padding: 10px 10px 10px 10px;
	font-size: 13px;
	background-color: #375DB0;
}

div.break{
   clear: left;
}

div.clearer {
   clear: left;
	line-height: 0;
	height: 0;
}

a{
	color: Yellow;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
a:hover{
	font-style: italic;
	color: Lime;
}
a:visited{
}
a:active{
}

img.link{
	vertical-align:middle;
}