html,body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	font-size: 12px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}
h1 {
	font-size: 17px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
	color: #003D59;
}
h2 {
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: -8px;
	margin-left: 0px;
	margin-top: 12px;
	color: #003D59;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003D59;
}
hr {
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 0px;
	border-top-color: #CCCCCC;
	border-left-width: 0px;
	margin-top: 5px;
	margin-bottom: -7px;
}
ul {
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-right:0px;
	padding:0px;
}
li {
	background-image: url(images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
p {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
p.footer {
	font-size: 10px;
	color: #999999;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
table.main {
	height: 100%;
	width: 100%;
	background-image:url(images/main-bg.gif);
	background-repeat:repeat-x;
}
table.bottom {
	width: 100%;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #827B17;
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	color: #827B17;
	font-size: 11px;
}
a:active {
	text-decoration: none;
	color: #827B17;
	font-size: 11px;
}
a:hover {
	text-decoration: underline;
	color: #827B17;
	font-size: 11px;
}
a.footer:link {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
}
a.footer:visited {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
}
a.footer:active {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
}
a.footer:hover {
	text-decoration: underline;
	color: #999999;
	font-size: 10px;
}
a.nav:link {
	text-decoration: none;
	color: #003D59;
	font-size: 12px;
}
a.nav:visited {
	text-decoration: none;
	color: #003D59;
	font-size: 12px;
}
a.nav:active {
	text-decoration: none;
	color: #003D59;
	font-size: 12px;
}
a.nav:hover {
	text-decoration: none;
	color: #003D59;
	font-size: 12px;
}
#sideheading {
	line-height: 18px;
	background-color: #953735;
	height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #521E1D;
	vertical-align: middle;
	margin: 0px;
	font-size: 12px;
}
tr.left-nav {
	cursor: pointer;
	background-color: #F4F4F2;
}
tr.left-nav-over {
	background-image: url(images/left-nav-bg-over.gif);
	cursor: pointer;
}
td.left-nav {
	height: 56px;
	background-position: right;
	padding-right: 7px;
}
td.top-nav {
	background-image: url(images/top-nav-bg.gif);
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	padding-top: 6px;
}
td.top-nav-over {
	background-image: url(images/top-nav-bg-over.gif);
	background-position: center;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	padding-top: 6px;
}
table.bottom {
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
#more {
	cursor: pointer;
	height: 20px;
	margin-top: 12px;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 12px;
	background-image: url(images/read-more.gif);
	font-size: 11px;
	color: #003D59;
}
#more a:link {
	text-decoration: none;
	color: #003D59;
}
#more a:visited {
	text-decoration: none;
	color: #003D59;
}
#more a:active {
	text-decoration: none;
	color: #003D59;
}
#more a:hover {
	text-decoration: none;
	color: #003D59;
}
#more-over {
	cursor: pointer;
	height: 20px;
	margin-top: 12px;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 12px;
	background-image: url(images/read-more-over.gif);
	font-size: 11px;
	color: #FFFFFF;
}
#more-over a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#more-over a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#more-over a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#more-over a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
