body {
	background-color: 666;
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat-x;
	margin:auto;
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#000000;
}
table {
	border-collapse:collapse;
}
#layout {
	width:759px;
	background-color:#FFF;
	margin:auto;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:185px;
	width:759px;
}
#content {
	padding:0px;
	border-left:3px solid #360507;
	border-right:3px solid #360507;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	min-height:340px;
}
#full_form {
	margin-left:30px;
	margin-right:20px;
}
#left_column {
	width: 608px;
}
#navigation {

	border-left:3px solid #360507;
	border-right:3px solid #360507;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin:0;
	padding:40px 0 10px 30px;
	font-weight:normal;
	color:#400;
	text-decoration:underline;
}
h1 img {
	margin-left:-31px;
	margin-top:-40px;
}
h2 {
	font-size: 1.1em;
	color:#9f7b5a;
	padding:0 0 10px 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1.1em;
	padding-left:30px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1em;
	line-height:1em;

}
hr {
	border:0;
	border-top: 2px solid #C00;
	height:0px;
}
a:link, a:visited  {
	color:#242099;
	font-weight:bold;
}
a:hover, a:active {
	color:#360507;
}
small {
	font-size: .8em;
	text-align:center;
}
#content p {
	padding-left:30px;
	padding-right:20px;
}
#content td {
	vertical-align:top;
}
.right_bar {
	border-left:3px solid #ac7e20;
	padding:0px;
	margin:0px;
	font-size: .8em;
	white-space:nowrap;
	color: #242099;
	font-weight:bold;
	width:140px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	padding:57px 0 5px 0;
	text-align:center;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
}

#footer a:hover, #footer a:active {
	color:#FFFF99
}
ul {
	list-style-image: url(images/arrow.gif);
	list-style-position: inside;
	list-style-type: none;
	margin:0;
	padding:10px;
	line-height:20px;
	margin-left:30px;
}
dl {
	margin-left:30px;
	font-weight:bold;
}
dt, dd {
	font-weight:normal;
}
li {
	margin-top:10px;
}