﻿body {
	background-color: #000000;
}
img {
	border: 0px;
}
#maincontainer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 950px;
	height: 150px;
}
#nav {
	width: 950px;
	height: 30px;
	margin-top: 15px;
}
#nav ul {
	color: #FFFFFF;
	list-style-type: none;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	padding-left: 15px;
	margin-right: 15px;
}
#nav ul li a:hover {
	color: #FFFF00;
}
#nav ul li a.active {
	color: #FFFF00;	
}
#subcontainer {
	background-image: url('../images/walkerbg.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: 15px;
}
html > body #textcontent {
	height: auto;
}
#textcontent {
	width: 450px;
	height:530px;
	min-height:530px;
}
#textcontent h1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 16pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-bottom: 5px;
}
#textcontent h2 {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
#textcontent p {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
#textcontent a {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
}
#textcontent a:hover {
	color: #FFFF00;
}
#textcontent img.right {
	margin-left: 10px;
	float: right;
	margin-bottom: 10px;
}
#textcontent img.center {
	margin-left:auto;
	margin-right:auto;
}
#textcontent ul {
	color: #FFFFFF;
	list-style-type: circle;
}
#textcontent ul li {
	
}
#textcontent ul li a {
	text-decoration: none;
}
#textcontent ul li a:hover {
	color: #FFFF00;
}
#textcontent ul li a.active {
	color: #FFFF00;	
}
#textcontent ul li p.citation {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-style: italic;
}
#footer {
	margin-top: 10px;
	padding-top: 5px;
	border-top: thin #FFFFFF solid;
	width: 950px;
}
#footer p {
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 5px;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p a:hover {
	color: #FFFF00;
}
