@charset "UTF-8";

*{
	padding: 0px;
	margin-top: 0px;	
}

body {
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat;
	background-color: #D2D2C9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body#one #aone,
body#two #atwo,
body#three #athree,
body#four #afour,
body#five #afive,
body#six #asix
{
	background-image: url(../img/bullet_arrow.gif);
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left 9px;
}
#bgWrapper {
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
}
#wrapper {
	width: 848px;
	border: 1px solid #778768;
	float: left;
	background-color: #FFFFFF;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 20px;
}
#header {
	width: 848px;
	float: left;
	height: 185px;
	clear: right;
}
#banner {
	height: 139px;
	width: 678px;
	border-left-width: 85px;
	border-left-style: solid;
	border-left-color: #BF9579;
	float: left;
	border-right-width: 85px;
	border-right-style: solid;
	border-right-color: #D4DAC4;
}
#banner img {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #EDD2C5;
}
#leftBanner {
	height: 139px;
	width: 352px;
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#bottomLogo {
	height: 139px;
	width: 152px;
	float: left;
}
#rightBanner {
	float: left;
	width: 170px;
	height: 139px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#body {
	float: left;
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	overflow: hidden;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #60518C;
	font-weight: normal;
	letter-spacing: 1px;
	font-style: italic;
	line-height: 40px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #758465;
	font-weight: normal;
	letter-spacing: 1px;
	font-style: italic;
	line-height: 40px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;	
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #778768;
	height: 23px;
	width: 812px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 16px;
	letter-spacing: 1px;
	clear: both;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#disclamer {
	margin: 40px;
	width: 420px;
	background-color: #FFFFFF;
	border: 1px solid #778768;
	line-height: 17px;
	color: #333333;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
}
