/* CSS Document */

/*---------default------------*/
body {
	background-image:url(header.jpg);
	background-repeat: no-repeat;
	background-position:"";
	background-color:#5a7019;
	margin:0px;
	/*optional*/
}

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	
}
.footer {
	background-color:#485a14;
	text-align:center;
	font-size:10px;
	line-height:25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	
}

/*---------END default------------*/
.frame_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.left_column {
	background-color:#ffde0a;
}
.center_column {
	background-image:url(pic1.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:583px;
}
.center_column_about{
	background-image:url(pic3.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:583px;
}
.content_text {
	color:#000000;
	padding-left:10px;
	text-align:justify;
}