/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	color: #1b2225;
	font-size: 12px;
	background-color: #fff;
	background-image: url(images/bck_ver2.gif);
	background-position: top;
	background-repeat: repeat-x;
}
div#wrapper {
	width: 900px;
	background-color: #FFFFFF;
	padding: 0px;
	}

/*header*/
div#header {
		padding: 0px;
		width: 900px;
		clear: both;
	}
	div#logo {
		padding: 24px 30px 24px 30px;
		width: 310px;
		height: 59px;
		background-color: #a6a092;
		border-bottom: #FFFFFF 2px solid;
		border-right: #FFFFFF 2px solid;
		float: left;
	}
	img#red_left {
		padding: 0px;
		width: 370px;
		height: 111px;
		background-color: #7a7b6b;
		border-bottom: #FFFFFF 2px solid;
		border-right: #FFFFFF 2px solid;
		float: left;
	}
	div#slogan {
		padding: 38px 5px 5px 0px;
		* padding: 35px 5px 5px 0px;
		width: 521px;
		height: 24px;
		font-family: "Times New Roman", "Times", serif;
		font-size: 24px;
		color: #FFFFFF;
		text-align: right;
		background-color: #7a7b6b;
		border-bottom: #FFFFFF 2px solid;
		border-right: #FFFFFF 2px solid;
		float: right;
	}
	html>body div#slogan {
		*padding: 38px 5px 5px 0px;
	}
	img#rightImage {
		padding:0px;
		width: 526px;
		height: 151px;
		border-bottom: #FFFFFF 2px solid;
		border-right: #FFFFFF 2px solid;
		float: right;
	}
	div#nav {
		width: 878px;
		padding: 10px 10px 11px 10px;
		background-color: #1b2225;
		text-align: right;
		border-right: #FFFFFF 2px solid;
		color: #FFFFFF;
	}
		div#nav a {
			color: #FFFFFF;
			text-decoration: none;
		}
		div#nav a:hover {
			color: #FFFFFF;
			text-decoration: underline;
	}


/*content*/
div#content {
	padding: 10px 0px 0px 5px;
	width: 895px;
	clear: both;
}
	div#contentLeft {
		padding: 0px;
		width: 323px;
		float:left;
	}
	div#contentRight {
		padding: 0px 0px 0px 10px;
		border-left:  #1b2225 2px solid;
		width: 560px;
		float: right;
	}
	div#contentRight a {
		color: #1b2225;
		font-size: 12px;
		text-decoration: underline;
		}
	div#contentRight a:hover {
		color: #1b2225;
		font-size: 12px;
		text-decoration: none;
	}
	div#contentRight a:visited {
		color: #a11218;
		font-size: 12px;
		text-decoration: none;
	}
h1 {
	color: color: #1b2225;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: #1b2225 solid 2px;
	width: 560px;
	}	
h2 {
	color: color: #1b2225;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: #1b2225 solid 2px;
	width: 315px;
	}	


/*Web Form*/
.fieldName {
	padding: 0px 0px 0px 10px;
	}
.fieldButtons {
	text-align: center;}	
.legend {
	color: #1b2225;
	font-weight: bold;
	}

/*footer*/
div#footer {
	width: 900px;
	padding-top: 10px;
	text-align: center;
	color: #1b2225;
	font-size: 10px;
	clear: both;
}
	div#footer a {
		color: #1b2225;
		font-size: 10px;
		text-decoration: none;
		}
	div#footer a:hover {
		color: #1b2225;
		font-size: 10px;
		text-decoration: underline;
	}