﻿body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: .9em;
}
h1, h2, h3, h4, h5, h6, p {
	margin-left: 15px;
	margin-right: 15px;
}
hr {
	color: #333;
}
#Wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.Spacer {
	display: none;
	visibility: hidden;
	speak: none;
}
#PrintHeader {
	width: 100%;
	text-align: center;
	font-size: 25pt;
	font-weight: bold;
}
#Header {
	display: none;
	visibility: hidden;
	speak: none;
}
#Nav {
	display: none;
	visibility: hidden;
	speak: none;
}
#Nav ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#Nav li {
	display: inline;
	margin: 0 5px;
	padding: 0;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	list-style: none;
	font-size: 14px;
	text-align: center;
}
#Nav li a {
	display: inline-block;
	margin: 0;
	height: 30px;
	padding: 0 5px 0 25px;
	color: #FFF;
	text-decoration: none;
	background: url('2009/nav_link_yel_bg.gif') left center no-repeat;
}
#Nav li a:visited, #Nav li a:active {
	color: #999;
	background: url('2009/nav_link_visited_bg.gif') left center no-repeat;
	text-decoration: none;
}
#Nav li a:hover {
	color: #3C3;
	background: url('2009/nav_hover_link_bg.gif') left center no-repeat;
	text-decoration: none;
}

#LeftNav {
	width: 200px;
	margin: 0;
	padding: 20px 0;
	color: #000;
	text-align: left;
	float: left;
}
#LeftNav p {
	margin-left: 0;
	margin-right: 10px;
}

#LeftNav li {
	margin: 0;
	margin-left: -40px;
	padding: 0;
	height: 30px;
	line-height: 30px;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #FFF;
}
#LeftNav li a, #LeftNav li a:visited, #LeftNav li a:active, #LeftNav li a:hover {
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}


#Content {
	/*width: 425px;*/
	margin: 0;
	margin-left: 200px;
	padding: 20px 0;
	background-color: #FFF;
	/*border: 3px solid #999;
	border-top-width: 0;
	border-left-width: 0;*/
	/*float: left;*/
}
#Content a, #Content a:visited, #Content a:hover {
	color: #000;
	text-decoration: none;
}
#Content li {
	margin: 0;
	padding: 0;
	height: 2em;
	line-height: 2em;
	list-style: none;
}
#TextSize {
	display: none;
	visibility: hidden;
	speak: none;
}
#TextSize a, #TextSize a:visited, #TextSize a:active {
	color: #000;
	text-decoration: none;
}
#TextSize a:hover {
	color: #3C3;
}

#PrintFooter {
	width: 100%;
	text-align: center;
	font-size: 10pt;
}
#PrintFooter a, #PrintFooter a:visited, #PrintFooter a:hover {
	color: #000;
	text-decoration: none;
}
#Footer {
	display: none;
	visibility: hidden;
	speak: none;
}
#Footer a {
	color: #FFF;
	text-decoration: none;
}
#Footer a:visited {
	color: #999;
	text-decoration: none;
}
#Footer a:hover {
	color: #090;
	text-decoration: none;
}img {
	border: none;
	border-width: 0;
}
.small {
	font-size: .85em;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
} 
.nomargin {
	margin: 0;
	padding: 0;
}
.printhide {
	display: none;
	visibility: hidden;
	speak: none;
}