/* 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 {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {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;
	line-height: 18px;
	margin: 0px;
	background-image: url(../images/bg5.jpg);
	background-repeat: repeat;
	color: #606060;
}
a {
	color:#606060;
}
#PageContainer {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
}
#HeaderLeft {
	background-image: url(../images/HeaderLeft.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 199px;
	width: 229px;
}
#HeaderRight {
	background-image: url(../images/HeaderRight.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 199px;
	width: 549px;
}
#FooterTextContainer {
	padding-top: 50px;
	text-align: center;
	color: #1e9e9b;
}

#TopNav {
	width: 546px;
}
#TopNavContainer {
	padding-top: 128px;
	padding-left: 8px;
}
#TopNav li {
	float: left;
	color: #6a4f32;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	text-align: center;
}
#TopNav a {
	margin-right: 2px;
	margin-left: 2px;
	padding-left: 10px;
	padding-right: 10px;
	color: #6a4f32;
	text-decoration: none;
	font-weight: bold;
}
#TopNav a:hover {
	color: #000000;
}
#TextContainer p {
	margin-bottom: 10px;
}

#TopNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#LeftNav {
	width: 155px;
	float: left;
	display: inline;
}
#LeftNav li {
	display: block;
	width: 140px;
	margin-left: 11px;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 5px;
	background-image: url(../images/NavIcon.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#LeftNav a {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}
#LeftNav a:hover {
	color: #000000;
}
#MainContent {
	width: 622px;
	float: left;
	display: inline;
}
#TextContainer {
	padding-right: 30px;
	padding-left: 25px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	color: #1e9e9b;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	font-style: italic;
	color: #6a4f32;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
}
.ClearBoth {
	clear: both;
}
#ContentContainer {
	background-image: url(../images/PageBg.jpg);
	background-repeat: repeat-y;
}
#Footer {
	background-image: url(../images/Footer.jpg);
	height: 98px;
	font-weight: bold;
	background-repeat: no-repeat;
}
#Footer a {
	text-decoration:none;
	color:#1e9e9b;
}
#Footer a:hover {
	color:#606060;
}
#LeftNav .BottomItem {
	background-image: url(../images/NavIcon2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#TextContainer ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#TextContainer li {
}
#TextContainer ol {
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 10px;
}
#TextContainer ol li {
	margin-bottom: 5px;
	margin-left: 10px;
}
#TopNav-2ndRow {
	width: 546px;
}
#TopNav-2ndRowContainer {
	padding-top: 12px;
	padding-right: 12px;
}

#TopNav-2ndRow li {
	float: right;
	color: #6a4f32;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	text-align: center;
}
#TopNav-2ndRow a {
	margin-right: 2px;
	margin-left: 2px;
	color: #6a4f32;
	text-decoration: none;
}
#TopNav-2ndRow a:hover {
	color: #000000;
}
#MainContent h3 {
	color: #1e9e9b;
	font-size: 18px;
	margin-top: 5px;
}
#HomeOnline {
}
#HomeOnline td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
