body {
	background: #36322D;
	padding: 0;
	margin: 0;
	font: normal 14px Arial, Helvetica, san-serif;
}

a {
	color: #017593;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #017593;
	text-decoration: underline;
}

.formLabel {
	text-align: right;
}

.layout_outer_table {
	width: 994px;
}

.layout_outer {
	width: 994px;
	border-width: 6px;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFFF;
	margin-top: 19px;
}

.layout_header {
	height: 70px;
	padding-left: 10px;
	padding-right: 10px;
}

.layout_subheader {
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	font: bold 11px Arial, Helvetica, san-serif;
	color: #fff;
	text-transform: uppercase;
}

.layout_subheader a {
	color: #fff;
	line-height: 21px;
}

.layout_body {

}

.layout_footer {
	height: 22px;
	text-align:center;
	text-transform: uppercase;
	font: 11px Arial, Helvetica, san-serif;
	line-height: 21px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.layout_footer a {
	color: #fff;
}

.layout_footer a:hover {
	text-decoration: underline;
}

.layout_copyright {
	font: 11px Arial, Helvetica, san-serif;
	color: #666666;
	text-align: center;
	line-height: 20px;
}

.page_header_top {
	padding-top: 5px;
	text-align: right;
	font: 11px Arial, Helvetica, san-serif;
}

.trailArrow {
	padding: 0px 4px 0px 5px;
	font-size: 12px;
	color: #FFFFFF;
}

.trailArrowIndex {
	padding: 0px 2px 0px 5px;
	font-size: 12px;
	color: #666666;
}

/* 07OCT2011 - David McAndrews - adding some basic web suitable fonts 
 --- moved to webfonts.css ----
.times			{ 	font-family: 'Times New Roman', Times, serif;	}
.bookman		{   font-family: 'Bookman Old Style', serif;	}
.arial			{   font-family: Arial, Helvetica, sans-serif;	}
.arial-black	{   font-family: 'Arial Black', Gadget, sans-serif;	}
.courier		{   font-family: Courier, monospace;	}
.lucida			{   font-family: 'Lucida Console', Monaco, monospace;	}
.comic			{   font-family: 'Comic Sans MS', cursive;	}
*/

