@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #d6d493 url(../images/bg.jpg) repeat-x top;
	margin: 0 auto;
}



h1 {
	font-size: 32px;
	color: #4c3838;
	margin: 10px 0 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #4c3838;
	margin: 10px 0px -10px;
	padding: 0px;
}
	p.head {
		font-size: 14px;
		font-weight: normal;
		color: #666666;
		font-style: italic;
		text-align: center;
		padding: 15px 15px 0 0px;
		letter-spacing: 1px;
		line-height: 18px;
		width: 57%;
		float: right;
	}
h3 {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #666666;
	text-align: left;
	margin-bottom: 15px;
}
	h3 a {
		color: #CC0000;
		text-decoration: underline;
	}
	h3 a:hover {
		text-decoration: none;
	}
a {
	color: #CC0000;
}
	a:hover {
		text-decoration: none;
	}
	
	
	

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
	#header {
		position: absolute;
		width: 931px;
		height: 369px;
		left: -15px;
		background: url(../images/header.jpg) no-repeat top center;
	}
	#content {
		width: 899px;
		position: absolute;
		top: 290px;
		background: #fff url(../images/content-top.jpg) repeat-x top;
		min-height: 150px;
		overflow: auto;
	}
	#right {
		width: 280px;
		padding: 15px 20px;
		float: left;
	}
	#left {
		width: 550px;
		float: left;
		padding: 15px 0 0 20px;
	}
	#footer {
		width: 95%;
		clear: both;
		padding: 25px 20px;
		text-align: center;
		font-size: 11px;
		color: #666666;
		}

	
	
img {
	border: none;
	border: 0px;
}
.buttonover { margin: 0px; position:relative; display:block;width: 260px; height: 88px;}
.buttonover span {visibility:hidden;display:none;}
.buttonover:hover span {visibility:visible;display:block; position:absolute; top:0px; left:0px;}

.rightimg {position:relative; display:block;}
.rightimg img {
	border: 0px;
}
.rightimg span {visibility:hidden;display:none;}
.rightimg:hover span {visibility:visible;display:block; position:absolute; top:0px; left:0px;}

fieldset {
	background-color: #edecec;
	border: 1px solid #bababa;
	padding: 5px 20px 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	display: block;
	width: 90%;
}
	fieldset p {
		font-size: 13px;
		font-style: italic;
		text-align: left;
		font-weight: normal;
		line-height: 18px;
	}
	legend {
		font-weight: normal;
		font-size: 24px;
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		color: #4c3838;
	}
input, textarea, select {
	margin: 1px;
	background-color: #eee;
	border: none;
	font-size: 12px;
	line-height: 20px;
	padding: 3px;
}
ul {
	list-style-image: url(../images/bullet.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}

li {
	margin: 4px 0 3px 0; 
	line-height: 18px;
	color: #444;

}
p {
	font-size: 14px;
	font-weight: normal;
	color: #3d3d3d;
	line-height: 22px;
	text-align: justify;
}
td {
	font-size: 11px;
	padding: 1px 0px;
	font-weight: bold;
	color: #333;
}
hr {
	height: 10px;
	border: 0px;
	border-bottom: 1px solid #ccc;
	clear: both;
	width: 100%;
}


