@charset "UTF-8";
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}
body {
	min-height: 100%;
	position: relative;
	min-width: 970px;
}
a:link {
	color: #18658b;
	text-decoration: none;
}
a:visited {
	color: #18658b;
	text-decoration: none;
}
a:hover {
	color: #18658b;
	text-decoration: underline;
}
a:active {
	color: #18658b;
	text-decoration: underline;
}
.outlink  {
	font-size: 0.8125em;
	line-height: 150%;
	margin: 0.5em 0;
}
header {
	background-color: #006DA1;
    background-image: -webkit-linear-gradient(bottom,#004E72 20%,#006DA1 100%);
	background-image: -o-linear-gradient(bottom,#004E72 20%,#006DA1 100%);
	background-image: -moz-linear-gradient(bottom,#004E72 20%,#006DA1 100%);
	background-image: -ms-linear-gradient(bottom,#004E72 20%,#006DA1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006DA1',endColorstr='#004E72',GradientType=0);
}
header p {
	width: 940px;
	font-size: 1.125em;
	line-height: 125%;
	padding: 10px 0;
	margin: 0 auto;
	font-weight: 600;
}
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: 970px;
	margin: 15px auto 0;
	padding: 15px 0px 200px;
	overflow: hidden;
}
#main article {
	width: 640px;
	float: left;
	margin: 0 15px;
	display: inline;
}
#main article section {

}

#main article section h1 {
	font-weight: 600;
	line-height: 150%;
}
#main article section .outlink {
}

#main article section #topImg {
	height: 360px;
	overflow: hidden;
	margin: 5px auto;
}
#main article section #topImg img {
	width: 100%;
}
#main article section p {
}
#main article section #description {
	line-height: 150%;
	background-color: #f0f0f0;
	color: #555;
	padding: 15px;
}
#main article section #description .contents {
	font-size: 0.875em;
}

#main article .entry {
	margin: 30px 0px 40px;
}
#main article .entry h2 {
	line-height: 150%;
	margin: 0 auto 15px;
}
#main article .entry p {
	font-size: 0.875em;
	line-height: 150%;
	color: #333;
	text-align: justify;
}
#main article .entry .outlink  {
	font-size: 0.8125em;
	line-height: 150%;
}

#main nav {
	float: right;
	width: 250px;
	margin: 0 15px;
	display: inline;
}
#main nav dl {

}
#main nav dl dt {
	font-family: 'Julius Sans One', sans-serif;
	color: #555;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin: 9px 0 0;
}
#main nav dl dd {
	font-size: 0.875em;
	margin: 0 0 1px;
	background-color: #fafafa;
}
#main nav dl dd a {
	display: block;
	line-height: 150%;
	padding: 10px;
}
#sideLinks {
	margin: 1em 0;

}
#sideLinks p  {
	color: #333;
}
footer {
	background-color: #fafafa;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	position: absolute;
	bottom: 0px;
	clear: both;
	width: 100%;
}
footer ul {
	width: 940px;
	margin: 30px auto;
}
footer ul li {
	font-size: 0.875em;
	line-height: 150%;
	text-align: center;
}
footer p {
	width: 940px;
	margin: 30px auto;
	font-size: 0.8125em;
	line-height: 150%;
	color: #555;
	text-align: right;
}
