@charset "utf-8";
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	min-height: 100%;
	position: relative;
	min-width: 960px;
}
a:link {
	color: #2ae;
	text-decoration: none;
}
a:visited {
	color: #2ae;
	text-decoration: none;
}
a:hover {
	color: #2ae;
	text-decoration: underline;
}
a:active {
	color: #2ae;
	text-decoration: underline;
}
.outlink  {
	font-size: 0.75em;
	line-height: 150%;
	margin: 0.5em 0;
	color: #555;
}
header {
	border-bottom: solid 1px #ccc;
}
header section {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
}
header h1 {
	line-height: 125%;
	font-size: 0.8125em;
	color: #333;
	padding: 0;
	font-weight: normal;
	margin: 0;
	width: 39%;
	float: right;
	text-align: right;
}
header p {
	font-size: 1.125em;
	font-weight: 600;
	line-height: 125%;
	padding: 0;
	margin: 0;
	width: 59%;
	float: left;
}
body header p a:link {
	color: #555;
}

body header p a:visited {
	color: #555;
}
body header p a:hover {
	color: #2ae;
	text-decoration: none;
}
body header p a:active {
	color: #2ae;
	text-decoration: none;
}
#wrapper {
	width: 960px;
	margin: 30px auto;
	overflow: hidden;
	padding: 0 0 150px;
}
#contents {
	float: right;
	margin: 0 15px;
	display: inline;
	width: 640px;
}
#contents #topPicBox {
}
#contents #topPicBox  p#topPic{
	height: 220px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 5px #333;
	-moz-box-shadow: 2px 2px 5px #333;
	box-shadow: 2px 2px 5px #333;
}
#contents #topPicBox p#topPic img{
	width: 100%;
	margin-top: -46px;
}
#contents #topPicBox p#topContent {
	font-size: 0.8125em;
	line-height: 175%;
	color: #333;
	margin: 10px 0;
}
#contents #topPicBox .outlink {

}

#contents article {
}
#contents article section {
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 5px #333;
	-moz-box-shadow: 2px 2px 5px #333;
	box-shadow: 2px 2px 5px #333;
	margin: 30px 0;
	border: 1px solid #ccc;
}
#contents article section h2 {
	color: #333;
	font-weight: 600;
	line-height: 175%;
	padding: 5px 15px;
	border-bottom: solid 1px #ccc;
}
#contents article section p {
	font-size: 0.8125em;
	line-height: 175%;
	color: #333;
	margin: 15px;
}
#contents article section .outlink {
	color: #666;
	font-size: 0.75em;
	line-height: 150%;

}




#side {
	float: left;
	width: 260px;
	margin: 0 15px;
	display: inline;
}

nav {
}
nav ul {
	border: solid 1px #ccc;
}
nav ul li {
	font-size: 0.875em;
	line-height: 150%;
	border-bottom: solid 1px #eee;
}
nav ul li a {
	background-image: url(../img/arrow_bg.gif);
	background-repeat: no-repeat;
	background-position: 240px center;
	background-attachment: scroll;
	display: block;
	padding: 7px 25px 7px 7px;
	font-weight: 600;
}
nav ul li a:link {
	color: #666;
}
nav ul li a:visited {
	color: #666;
}
nav ul li a:hover {
	color: #2ae;
	text-decoration: none;
}
nav ul li a:active {
	color: #2ae;
	text-decoration: none;
}
#sideLinks {
	margin: 1em 0;

}
#sideLinks p  {

}
footer {
	border-top: solid 1px #ccc;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
footer ul {
	width: 930px;
	margin: 0 auto;
	padding: 20px 0 0;
}
footer ul li{
	font-size: 0.8125em;
	line-height: 175%;
}
footer p {
	width: 930px;
	margin: 0 auto;
	text-align: right;
	font-size: 0.8125em;
	line-height: 175%;
	color: #333;
	padding: 10px 0 20px;
}
