/* 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;
}
.RedText {
	color: #F00;
	font-size: 14px;
}
.OrangeText {
	color: #F60;
	font-size: 14px;
}
.ContentsRedText {
	color: #F00;
}

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: "trebuchet MS", arial;
	font-size: 12px;
	color: #1f1f1f;
}
.ClearBoth {
	clear: both;
}
/*#Wrapper {
	width: 758px;
	margin: auto;
}
#Wrapper #PageTop {
	background-image: url(../images/PageTop.jpg);
	height: 20px;
	background-repeat: no-repeat;
}
#Wrapper #PageBottom {
	background-image: url(../images/PageBottom.jpg);
	height: 20px;
	background-repeat: no-repeat;
}
#Wrapper #ContentWrapper {
	background-image: url(../images/PageBg.jpg);
	background-repeat: repeat-y;
}
#Wrapper #ContentWrapper #Content {
	float: left;
	width: 536px;
}
#Wrapper #ContentWrapper #Content #Logo {
	float: left;
	width: 100px;
}
#Wrapper #ContentWrapper #Content #Logo #Container {
	margin-left: 15px;
	margin-top: 10px;
}
#Wrapper #ContentWrapper #Content #TextArea {
	float: left;
	width: 430px;
}
#Wrapper #ContentWrapper #Content #TextArea #Container {
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
#Wrapper #ContentWrapper #Content #TextArea #Container h1 {
	font-size: 18px;
	color: #2d85ae;
	font-weight: normal;
	margin-bottom: 15px;
}
#Wrapper #ContentWrapper #Content #TextArea #Container p {
	padding-top: 7px;
	padding-bottom: 7px;
}
#Wrapper #ContentWrapper #Content #TextArea #Container p a {
	color: #2d85ae;
	text-decoration: none;
}
#Wrapper #ContentWrapper #Content #TextArea #Container p a:hover {
	text-decoration: underline;
}
#Wrapper #ContentWrapper #Navigation {
	width: 221px;
	float: left;
}
#Wrapper #ContentWrapper #Navigation ul {
	margin-left: 3px;
}
#Wrapper #ContentWrapper #Navigation ul li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bdbdbd;
	margin-right: 6px;
}
#Wrapper #ContentWrapper #Navigation ul li a {
	color: #1f1f1f;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 25px;
	padding-left: 25px;
}
#Wrapper #ContentWrapper #Navigation ul li a:hover {
	color: #004e8e;
	background-color: #b8e8ff;
}*/
#Wrapper {
	width: 670px;
	margin: auto;
}
#Wrapper #PageTop {
	background-image: url(../images/legacy/PageTop.jpg);
	height: 20px;
	background-repeat: no-repeat;
}
#Wrapper #PageBottom {
	background-image: url(../images/legacy/PageBottom.jpg);
	height: 20px;
	background-repeat: no-repeat;
}
#Wrapper #ContentWrapper {

}
#Wrapper #ContentWrapper #Content {
	float: left;
	width: 453px;
}
.line {
	height: 1px;
}

#Wrapper #ContentWrapper #Content #Logo {
	float: left;
	width: 100px;
}
#Wrapper #ContentWrapper #Content #Logo #Container {

}
#Wrapper #ContentWrapper #Content #TextArea {
	float: left;
}
#Wrapper #ContentWrapper #Content #TextArea #Container {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#Wrapper #ContentWrapper #Content #TextArea #Container h1 {
	font-size: 18px;
	color: #2d85ae;
	font-weight: normal;
}
#Wrapper #ContentWrapper #Content #TextArea #Container p {
	padding-top: 7px;
	padding-bottom: 7px;
}
#Wrapper #ContentWrapper #Content #TextArea #Container p a {
	color: #2d85ae;
	text-decoration: none;
}
#Wrapper #ContentWrapper #Content #TextArea #Container p a:hover {
	text-decoration: underline;
}
#Wrapper #ContentWrapper #Navigation {
	width: 215px;
	float: left;
	background-image: url(../images/legacy/Legacy_NavBg.jpg);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #858585;
	border-right-color: #858585;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #858585;
}
#Wrapper #ContentWrapper #Navigation ul {
	margin-left: 3px;
}
#Wrapper #ContentWrapper #Navigation ul li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bdbdbd;
}
#Wrapper #ContentWrapper #Navigation ul li a {
	color: #1f1f1f;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 25px;
	padding-left: 25px;
}
#Wrapper #ContentWrapper #Navigation ul li a:hover {
	color: #004e8e;
	background-color: #b8e8ff;
}
.TableOfContents {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
}

