@charset "UTF-8";
/* CSS Document */

body {
	background-image: url('../_ASSETS/interior_bg.jpg');
	background-repeat: repeat-x;
	margin: 0;
	border: 0;
	margin-top: 11px;
	text-align: center;
	color: #573134;
	line-height: 1.4em;
	font-size: 14px;
}

#container {
	position: relative;
	width: 723px;
	margin: auto;
	text-align: left;
	background-image: url('../_ASSETS/content_bg.jpg');
	background-repeat: repeat-y;
}

#menu {
	background-color: #f0ede3;
}

#leftcolumn {
	width: 313px;
	float: left;
}

#rightcolumn {
	width: 410px;
	float: left;
	background-image: url('../_ASSETS/copy_bg.jpg');
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#rightcolumn p {
	width: 290px;
	padding-left: 4px;
	text-align: justify;
}

#rightcolumn ul {
	width: 259px;
	padding-left: 35px;
}

#frontpage_row {
	height: 136px;
	background-image: url('../_ASSETS/frontpage/bottom_bg.jpg');
	background-repeat: no-repeat;
}

#frontpage_row p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	margin-left: 19px;
	margin-right: 19px;
}

#brandstripe {
	width: 723px;
}

#footer {
	height: 60px;
	padding-top: 28px;
	background-image: url('../_ASSETS/footer_bg.jpg');
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 10px;
}
a, a:visited {
	color: #428caf;
}
a:hover {
	color: #A5BDC7;
}

hr {

	margin-left: 35px; margin-right: 141px; color: #573134;

}

.spacer {
	clear: both;
}

.highlight {
	background-color: #c1dde9;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 5px;
	color: #346377;
	font-size: 16px;
	text-align: left;
}

.text_11pt {
	font-size: 11px;
}

form {
margin: 0;
}

.form { 
margin: 0;
background-color: #eee;
font-size: 11px;
color:#333;
}

form label {
font-weight:bold;
margin:3px 0 2px 0;
}

form label.required {
color:#006234;
font-weight:bold;
}