html {
	width : 100%;
	padding : 0px;
	margin : 0px;
	font-family : Arial,"DejaVu Sans",verdana,sans-serif;
	font-size : 0.8em;
}

body {
	width : 100%;
	padding : 0px;
	margin : 0px;
	font-family : Arial,"DejaVu Sans",verdana,sans-serif;
	background-color : #ededed;
}

img, div { 
	behavior: url(/iepngfix.htc) 
}

#container {
	width : 100%;
	margin : 0px;
	padding : 0px;
}

p {
	margin : 0px;
	padding : 0px;
}

#header {
	position : relative;
	width : 1004px;
	height : 250px;
}

	#test {
		background-image : url('/images/header_images.png');
		background-repeat : no-repeat;
		background-position : top right;
		height : 250px;
		width : 464px;
		position : absolute;
		right : 0px;
		top : 0px;
	}

	#header_text {
		
	}

	#header_image {
		margin-left : 230px;
		padding-top : 20px;
	}

#column {
	background-image : url('/images/header.png');
	background-repeat : no-repeat;
	background-color : #fff;

	width : 1004px;
	margin : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	border-right-style : solid;
	border-right-width : 4px;
	border-right-color : #bfd49d;

	border-left-style : solid;
	border-left-width : 4px;
	border-left-color : #bfd49d;

	border-bottom-style : solid;
	border-bottom-width : 4px;
	border-bottom-color : #bfd49d;

	border-top-style : solid;
	border-top-width : 4px;
	border-top-color : #bfd49d;

	padding-bottom:50px;
}

#bodycontent {
	width : 100%;
}

#pagedetailwide {
	text-align : center;
	width : 90%;
	margin : auto;
}

.layout_link {
	text-decoration : none;
	background-color: #bfd49d;
	display:block;
	width : 300px;
	height : 30px;
	line-height : 30px;
	color : #004001;
	font-weight : bold;
}

#layout_box_1 {
	background-image:url('/images/arc_1.png');
	background-repeat:no-repeat;
	background-position : center 10px;

	width : 50%;
	height : 185px;
	border-style : solid;
	border-color : #bfd49d;
	border-width : 3px;

}
#layout_box_2 {
	background-image:url('/images/arc_2.png');
	background-repeat:no-repeat;
	background-position : center 10px;

	width : 50%;
	height : 185px;
	border-style : solid;
	border-color : #bfd49d;
	border-width : 3px;

}
#layout_box_3 {
	background-image:url('/images/arc_4.png');
	background-repeat:no-repeat;
	background-position : center 10px;

	width : 50%;
	height : 185px;
	border-style : solid;
	border-color : #bfd49d;
	border-width : 3px;

}
#layout_box_4 {
	background-image:url('/images/arc_3.png');
	background-repeat:no-repeat;
	background-position : center 10px;

	width : 50%;
	border-style : solid;
	border-color : #bfd49d;
	border-width : 3px;
}

#HomeContent {
	margin-top : 20px;
}

#HomeContentBottom {
	margin-top : 30px;
}

	#HomeContentBottom a {
		color : #004001;
		text-decoration : none;
		font-weight : bold;
	}
