@charset "utf-8";
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	min-height: 100%;
	position: relative;
	min-width: 950px;
	background-color: #eee;
}
a:link {
	color: #08c;
	text-decoration: none;
}
a:visited {
	color: #08c;
	text-decoration: none;
}
a:hover {
	color: #08c;
	text-decoration: underline;
}
a:active {
	color: #08c;
	text-decoration: underline;
}
.outlink  {
	font-size: 0.923em;
	line-height: 150%;
	margin: 0.5em 0;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	border-top: solid 8px #333;
}
header  {
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
	border-bottom: solid 1px #ddd;
}
header p  {
	font-size: 1.25em;
	line-height: 125%;
	font-weight: 600;
	width: 440px;
	float: left;
}
#wrapper header p  a{
	/* [disabled]color: #333; */
}
header h1  {
	font-size: 0.8125em;
	line-height: 125%;
	text-align: right;
	width: 410px;
	float: right;
	font-weight: 400;
	color: #555;
}
#main  {
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
}
#main #side {
	width: 230px;
	float: left;
	font-size: 0.8125em;
	line-height: 150%;
	border-right: solid 1px #ddd;
}
#main #side p {
	color: #555;
	text-align: justify;
	padding: 0 30px 0 0;
}
#main #side nav {
}
#main #side nav dl {
	margin: 40px auto;
}
#main #side nav dl dt {
	color: #999;
	line-height: 200%;
}
#main #side nav dl dd {
	line-height: 175%;
}
#main #side nav dl dd a {
	display: block;
	padding: 0 8px 0 0;
}
#sideLinks {
	margin: 1em 0;

}
#sideLinks p  {

}


#main article {
	width: 580px;
	float: right;
}
#main article section {
	margin: 0 auto 60px;
	padding: 0;
	font-size: 0.8125em;
	line-height: 175%;
	color: #333;
}
#main article section h2 {
	font-weight: 600;
	margin: 0 auto 20px;
}
#main article section p {
	text-align: justify;
	color: #555;
}
footer {
	width: 950px;
	background-color: #fff;
	margin: 0 auto;
	border-top: solid 1px #ddd;
	font-size: 0.8125em;
	line-height: 175%;
	overflow: hidden;
	padding: 20px 0;
	color: #555;
}
footer ul {
	width: 420px;
	margin: 0 0 0 50px;
	float: left;
}
footer ul li {
}
footer p {
	width: 420px;
	margin: 0 50px 0 0;
	text-align: right;
	float: right;
}
