body {
	background-color: #dedede;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 100%;
	margin: 0;
	text-align: center;
	overflow: hidden;
}

a {
	color: #4769ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #6789ff;
}

ul {
	list-style-image:url(arrows.gif);
}

li {
	margin-bottom:11px;
}

.maincontainer {
	margin: 0 auto;
	text-align: left;
	width: 785px;
	height: 400px;
}

.bottom {
	margin: 0 auto;
	width: 785px;
}

.contentfield {
	float: left;
	padding: 11px;
	height: 378px;
	background: #ffffff;
	width: 723px;
}

.leftshade {
	float: left;
	width: 20px;
	height: 100%;
	background-image: url(borderleft.gif);
}

.rightshade {
	height: 100%;
	float: right;
	width: 20px;
	background-image: url(borderright.gif);
}

.bottomborderleft {
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(border_lb.gif);
}

.bottomborderright {
	float: right;
	width: 20px;
	height: 20px;
	background-image: url(border_rb.gif);
}

.bottomborder {
	float: left;
	height:20px;
	width: 745px;
	background-image: url(border_bottom.jpg);
}

/* site header */

.header {
	float: left;
	margin-bottom: 11px;
}

.logo {
	background-color: #4769ff;
	float: left;
	margin-right: 6px;
	width: 204px;
	height: 137px;
}

.headerpic {
	float: right;
}

/* index menu */

.mainmenublock1 {
	float: left;
	height: 170px;
	margin-right: 10px;
	width: 357px;
}

.mainmenublock2 {
	float: right;
	height: 175px;
	width: 356px;
}

.mainmenuleft {
	float: left;
	width: 173px;
	height: 170px;
/*	min-height: 170px;*/
	background-color: #ebebeb;
}

.mainmenuright {
	float: right;
	width: 173px;
/*	height: auto;*/
	height: 170px;
	min-height: 170px;
	background-color: #ebebeb;
}

.menucontent {
	margin: 11px;
	margin-left: 22px;
	line-height: 22px;
}

.menuhead {
	margin-bottom: 11px;
	position: relative;
	left: -11px;
	border: 0px;
}

.menulink {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.menulink:visited {
	color: #000000;
}

.menulink:hover {
	text-decoration: underline;
	color: #4769ff;
	font-weight: normal;
}

.moreinfo {
	width: 100%;
	text-align: right;
	margin-top: 11px;
}

/* small menu */

.menublock1 {
	float: left;
	height: 33px;
	margin-right: 10px;
	width: 357px;
	margin-bottom: 22px;
}

.menublock2 {
	float: right;
	height: 33px;
	width: 356px;
	margin-bottom: 22px;
}

.menuout {
	width: 172px;
	height: 33px;
	background-color: #ebebeb;
}

.menuin {
	width: 172px;
	height: 33px;
	background-color: #8ea3ff;
}

.minimenuhead {
	position: relative;
	left: 11px;
	top: 9px;
	border: 0px;
}

/* text make-up */

.newstitle {
	font-weight: bold;
	font-size:18px;
	margin-bottom: 11px;
}

.date {
	margin-left: -10px;
	margin-bottom: 11px;
	font-style:italic;
}

.casuallink {
	font-weight: normal;
}

.copyright {
	color: #8f8f8f;
	width: 100%;
	float: left;
	margin-top: 11px;
	text-align: center;
}

.textblock {
	margin: 11px;
	margin-right: 30px;
	float: left;
	height: auto;
	line-height: 22px;
}

.textimageleft {
	float: left;
	margin-right: 30px;
}

.textimageright {
	float: right;
	margin-left:30px;
}

.overview {
	background-color: #ebebeb;
	width: 380px;
	padding: 22px;
	margin-left: 40px;
	float:left;
	line-height: 22px;
}

.boxed {
	background-color: #ebebeb;
	width: 200px;
	padding: 22px;
	float:left;
	line-height: 22px;
}

.headerimg {
	margin-left:22px;
	margin-bottom: 22px;
	margin-top: 5px;
}

.update {
	background-color: #ddddff;
	font-style:italic;
	margin: 10px;
	width: 200px;
	padding: 7px;
}

#subheader {
	font-weight: bold;
}

/* detailspages */

.maincontainerbig {
	margin: 0 auto;
	text-align: left;
	width: 785px;
	height: 100%;
}

.contentfieldbig {
	float: left;
	padding: 11px;
	height: 100%;
	background: #ffffff;
	width: 723px;
}

.scrollcontent {
	float: left;
	position: relative;
	height: 60%;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	width: 723px;
}

.formitem {
	width: 100px;
	vertical-align: top;
	font-weight: bold;
}