/* Undo some of the default styling of common (X)HTML browsers */
/* Based on code from Yahoo! Inc.'s reset.css (BSD) and Tantek Celik's undohtml.css (Creative Commons Attribution 2.0) */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset {
	border: 0;
}
address, abbr, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
}
img{
	border-style: none;
}
#PageContainer {
	margin: auto;
	width: 780px;
}
#Header {
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
	height: 116px;
}
#Header h1 {
	display: none;
}
#PageBg {
	background-image: url(../images/PageBg.jpg);
	background-repeat: repeat-y;
}
#NavContainer {
	padding-right: 7px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#LeftNav li {
	padding-bottom: 5px;
}
#Footer a {
	color: #4b4b4b;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}
#LeftNav a {
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFFFFF;
}
#LeftNav a:hover {
	background-color: #c8c8c8;
	color: #38515f;
}
#LeftNav {
	float: left;
	width: 162px;
	font-size: 14px;
}
.ClearBoth {
	clear: both;
}
#ContentContainer {
	float: left;
	width: 578px;
	padding: 20px;
}
#FooterContainer {
	padding-top: 15px;
}
#Footer {
	background-image: url(../images/Footer.jpg);
	height: 69px;
	font-size: 11px;
	text-align: center;
}
#Footer p {
	padding-bottom: 5px;
}
#Content p {
	padding-bottom: 5px;
	padding-top: 5px;
}
.Caption {
	font-family: Arial;
	font-weight: bold;
	color:      #123456;
}
#ContentContainer #Content tr, td {
	padding: 2px;
}
#Content ul {
	margin-left: 35px;
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
}
