body {
	margin: 0px;
	background-color: #A5B5B2;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #2D3131;
}

p, blockquote, ul, ol, dl, dl, li, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
}
blockquote {
	margin: 0px 0px 10px 50px;
}

h1 { font-size: 18px; font-weight: bold; color: #09473A; }
h2 { font-size: 16px; font-weight: bold; color: #09473A; }
h3 { font-size: 14px; font-weight: bold; color: #09473A; }
h4 { font-size: 12px; font-weight: bold; color: #09473A; }
h5 { font-size: 14px; font-weight: bold; font-style: italic; color: #09473A; margin-bottom: 0px; }
h6 { font-size: 12px; font-weight: bold; color: #09473A; margin-bottom: 0px; }

form {
	margin: 0px;
}

a {
	color: #017D7D;
	text-decoration: none;
}
a:visited {
	color: #7D0124;
}
a:hover {
	color: #616161;
}


/* ####   CONTAINER   ### */
#lyt_container {
	width: 907px;
	margin: 50px auto 0px auto;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-y;
}

/* ####   HEADER  ### */
#lyt_header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

/* ####   MAIN NAVIGATION  ### */
#lyt_mainnav {
	background-image: url(images/bkgd_nav.gif);
	background-repeat: repeat-x;
	margin-right: 7px;
}

/* ####   BODY   ### */
#lyt_body {
	margin-right: 7px;
	padding-top: 20px;
}
#lyt_subnav {
	padding: 0px 0px 20px 0px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}
#lyt_subnav a {
	color: #000000;
}
#lyt_subnav a:hover {
	color: #616161;
}
#lyt_subnav .active {
	color: #017D7D;
}

#lyt_contentContainer {
	width: 850px;
}
#lyt_content {
	padding-left: 20px;
}
#lyt_btmnav {
	clear: both;
	padding: 15px 0px 15px 0px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

/* ####   FOOTER   ### */
#lyt_footer {
	width: 907px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-color: #A5B5B2;
	height: 20px;
}
#lyt_copyright {
	padding: 10px 7px 0px 0px;
	text-align: right;
	font-size: 9px;
	color: #555A54;
}

.clear {
	clear: both;
}
