/* 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, 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 {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#PageContainer {
	width: 775px;
	margin: auto;
}
#PageBg {
	background-image: url(../images/PageBg.jpg);
	background-repeat: repeat-y;
}
#Header {
	height: 132px;
}
#Header #Bottom {
	height: 29px;
}
#Header #Top {
	height: 103px;
	background-image: url(../images/HeaderTop.jpg);
	background-repeat: no-repeat;
}
#Header #Top #Tagline {
	color: #500;
	font-style: italic;
	font-size: 15px;
	text-align: center;
	padding-top: 43px;
	padding-left: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#Content p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#Content ul {
	list-style-type: disc;
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#Content ol {
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: decimal;
}
#Content ol .alpha{
	list-style-type:lower-alpha;
}
#Header h1 {
	display: none;
}
#NavContainer {
	width: 175px;
}
#Nav {
	float: left;
	width: 185px;
}
#Nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}
#Nav a:hover {
	color: #CCCCCC;
}
#Footer {
	background-image: url(../images/Footer.jpg);
	height: 22px;
}
#TextLinks {
	font-size: 11px;
	text-align: center;
}
#TextLinks a{
	color:000000;
	text-decoration:none;
}
#TextLinks a:hover{
	text-decoration:underline;
}
#Nav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#Nav li {
	background-image: url(../images/NavDividerLines.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 3px;
	padding-bottom: 5px;
}
#Content {
	width: 590px;
	float: left;
	line-height: 18px;
}
#Container {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.ClearBoth {
	clear: both;
}
#Content h1 {
	font-size: 14px;
	color: #660000;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#Content li ul {
	list-style-type: circle;
}
#Content tr,td {
	padding: 2px;
}
