body {
	font-family		: Verdana,Arial; 
	font-size		: 10px; 
	color			: black;
}
td {
	font-family		: Verdana,Arial; 
	font-size		: 10px; 
	color			: black;
}
h1 {
	font-family		: Verdana,Arial,sans-serif;
	font-size		: 10px;
}
a {
	color			: #3C8014;
	text-decoration : none;
}

/******layers******/
div.layout {
	position		: absolute;
	top				: 0px;
	left			: 0px;
	width			: 100%;
	height			: 100%;
	border			: 0px solid black;
}


div.pagehead {
	position		: absolute;
	top				: 0px;
	left			: 0px;
	width			: 100%;
	height 			: 131;
	border			: 0px solid black;
	background-image: url(../images/1_5_back.jpg);
	background-repeat:repeat-x;
}
div.pagehead2 {
	position		: absolute;
	top				: 0px;
	left			: 0px;
	width			: 1024;
}
div.topnavi {
	position		: absolute;
	top				: 111px;
	left			: 109px;
	color			: #D5E9DF;
	background-color: #506D8D;
}
a.navi_button {
	color			: #D5E9DF;
	font-weight		: bold;
}
a.navi_button_h {
	color			: #7AE43C;
	font-weight		: bold;
}


div.pagecontent {
	position		: absolute;
	top				: 146px;
	left			: 105px;
	width			: 650px;
	border			: 0px solid black;
}
div.content {
	/*
	position		: absolute;
	top				: 26px;
	left			: 135px;
	*/
	padding-top		: 12px;
	padding-left	: 105px;
	padding-right	: 10px;
	border			: 0px solid black;
}
div.navi {
	position		: absolute;
	top				: 30px;
	left			: 0px;
}
.navicontent {
	padding-left	: 0px;
	color			: #FFffff;
}
.navicontent_h {
	padding-left	: 0px;
	color			: #7AE43C;
	font-weight		: bold;
}

div.pageheadline {
	color			: #3C8014;
	font-size		: 10px;
	font-weight		: bold;
	padding-bottom	: 14px;
}

div.headline {
	font-weight		: bold;
	font-size		: 14px;
}
a.listmore {
	color			: #3C8014;
}
a.listmorebox {
	color			: #C7D9BD;
}


div.pageboxes {
	position		: absolute;
	top				: 146px;
	left			: 835px;
	border			: 0px solid black;
}
.box {
	color			: #C7D9BD;
	width			: 176px;
	border			: 1px solid #4F6D8D;
	background-color: #4F6D8D;
}
div.boxheadcontent {
	position		: relative;
	top				: 0px;
	left			: 16px;
	color			: #3C8014;
	font-weight		: bold;
	
}

