@charset "utf-8";
/* CSS Document */

#wrapper {
	text-align: left;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	width: 950px;
	left: 0px;
	top: 0px;
	min-height:100%;
	height: 100%;
}
#LeftColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 10px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 300px;
}
#RightColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 10px;
	width: 650px;
	position: absolute;
	left: 280px;
	top: 300px;
}
#2ndColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 230px;
}
#nav3 {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	list-style-type: none;
	position: relative;
	left: 0px;
	top: 0px;
	height: 320px;
}
#nav3 ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}
#nav3 li {
	list-style-image: none;
	list-style-type: none;
}
#nav3 li a:link, #nav3 li a:visited {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0.5em;
	text-decoration: none;
	color: #46166B;
	height: 10px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #46166B;
	border-left-color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#nav3 li a:hover {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0.5em;
	text-decoration: none;
	color: #46166B;
	height: 10px;
	font-size: 12px;
	font-weight: bold;
	border-bottom-style: solid;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-bottom-width: thin;
	border-bottom-color: #AFA55A;
}body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #46166B;
	text-align: center;
}
.DocCategory {
	height: 15px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #AFA55A;
	text-align: left;
	display: block;
	padding-top: 15px;
	text-transform: uppercase;
}

#HomeColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 300px;
}
#Tools {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 250px;
	border: thin solid #46166B;
	padding: 5px;
}
