@charset "UTF-8";
body,h1,h3,p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #4e6a7b;
}

body {
	margin: 0px;
	background-color: #6a4d4d;
}

h1 {
	font-size: 24px;
	color: #ac913b;
}

h3 {
	font-size: 12px;
	color: #6a4d4d;
	text-transform: uppercase;
}
.right_image {
	float: right;
	width: 205px;
	margin: 0px 0px 10px 30px;
}
.right_image img {
	display: block;
	margin-bottom: 10px;
}
.right_image p {
	display: block;
	font-size: 12px;
	color: #715656;
}


a { color: #36C; }
a:visited  { color: black; }
a:hover    { color: #5872f4; }


.bannerArea {
	width: 100%;
	min-width: 980px;
	height: 270px;
	margin:0;

background-image: url(images/banner_new.png)
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/banner_new.png);
}
.bannerArea .container {
	position: relative;
	width: 980px;
	height: 200px;
	color: black;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bannerArea .container .site_logo {
	position: absolute;
	width: 355px;
	height: 48px;
	background: url(images/logo.png) no-repeat 0 0;
	left: 20px;
	top:30px;
}
.bannerArea .container .site_date {
	position:absolute;
	left: 20px;
	top:160px;
	color: black;
	font-size: 12px;
}


.contentArea {
	width: 100%;
	margin:0;
	background-color: ;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;

}
.contentArea .container {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 30px 0px 25px 0px;
	color: black;
	background-image: url(images/page_tile2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

.contentArea .container .left_col{
	float: left;
	width: 705px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.contentArea .container .right_col{
	float: left;
	width: 235px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}


.footerArea{
	width: 980px;
	height: 50px;
	margin: 0 auto 0 auto;
}

.footerArea .container{
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 20px 20px 20px 20px;
	
}
.footerArea .container p{
	color: #666666;
	text-align: center;
}

.clear_both {
	clear: both;
}
.contentArea .container .left_col table tr td #form1 table tr td {
	font-size: 14px;
	font-weight: bold;
}
.contentArea .container .left_col table tr td table tr td {
	font-size: 14px;
}
