@charset "utf-8";
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	min-height: 100%;
	position: relative;
	min-width: 900px;
	background-color: #eee;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: underline;
}
.outlink  {
	font-size: 0.75em;
	line-height: 150%;
	margin: 0.5em 0;
}
header {
	width: 900px;
	background-image: url(../../top.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center center;
	height: 150px;
	margin: 0 auto;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
}
header p {
	text-align: center;
	font-size: 1.5em;
	font-weight: 900;
	line-height: 125%;
	padding: 70px 0 0;
	text-shadow: 1px 1px 3px #666;
}
header p a:link {
	color: #fff;
}
header p a:visited {
	color: #fff;
}
header p a:hover {
	color: #fff;
}
header p a:active {
	color: #fff;
}
#main {
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
}
#main article {
	float: left;
	width: 640px;
	margin: 0 10px;
	display: inline;
}
#main article section {
	margin: 30px 0 0;
}
#main article section h1 {
	font-size: 0.8125em;
	line-height: 200%;
	position: absolute;
	top: 0px;
	width: 900px;
	padding: 0;
	text-align: center;
	margin: 40px auto 0;
	color: #333;
	font-weight: 600;
}
#main article section p {
	font-size: 0.8125em;
	line-height: 175%;
	color: #333;
	text-align: justify;
	margin: 0;
	padding: 0;
}
#main article section .outlink {
	color: #555;
	line-height: 150%;
	margin: 0.5em 0;
	font-size: 0.75em;
}

#main article section section {
	background-color: #FFF;
	border: solid 1px #ccc;
	margin: 30px 0;
	padding: 0 0 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
}
#main article section section h2{
	font-size: 0.875em;
	line-height: 175%;
	padding: 10px 20px;
	border-bottom: solid 1px #ddd;
	font-weight: 600;
	color: #666;
	margin: 0 0 20px;
	background-color: #fff;
	background-image: -webkit-linear-gradient(bottom,#eee 20%,#fff 100%);
	background-image: -o-linear-gradient(bottom,#eee 20%,#fff 100%);
	background-image: -moz-linear-gradient(bottom,#eee 20%,#fff 100%);
	background-image: -ms-linear-gradient(bottom,#eee 20%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#eee',GradientType=0);
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
#main article section section p {
	margin: 10px 20px;
	padding: 0;
}
#main article section section .outlink {
	margin: 0.5em 20px;
}





#side {
	float: right;
	width: 230px;
	margin: 30px 10px;
	display: inline;
}
#main nav {
}
#main nav dl {
	border: solid 1px #ccc;
	background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
}
#main nav dl dt{
	font-size: 0.875em;
	color: #666;
	padding: 5px 10px;
	line-height: 175%;
	border-bottom: solid 1px #ddd;
	background-color: #fff;
    background-image: -webkit-linear-gradient(bottom,#eee 20%,#fff 100%);
	background-image: -o-linear-gradient(bottom,#eee 20%,#fff 100%);
	background-image: -moz-linear-gradient(bottom,#eee 20%,#fff 100%);
	background-image: -ms-linear-gradient(bottom,#eee 20%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#eee',GradientType=0);
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;

}
#main nav dl dd {
	line-height: 135%;
	font-size: 0.875em;
}
#main nav dl dd a {
	display: block;
	padding: 8px 10px;




}
#sideLinks {
	margin: 1em 0;

}
#sideLinks p  {
	color: #555;
}
footer {
	width: 900px;
	margin: 60px auto 0;
	font-size: 0.8125em;
	line-height: 175%;
	color: #333;
	overflow: hidden;
	padding: 20px 0;
	border-top: solid 1px #ccc;
}
footer ul {
	width: 445px;
	text-align: right;
	float: left;
}
footer p {
	width: 445px;
	float: right;
}
