@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%;
	min-width: 900px;
	background-image: url(bg.gif);
}
a:link {
	color: #47B;
	text-decoration: none;
}
a:visited {
	color: #47B;
	text-decoration: none;
}
a:hover {
	color: #47B;
	text-decoration: underline;
}
a:active {
	color: #47B;
}

.outlink  {
	font-size: 0.8125em;
	line-height: 150%;
	margin: 1em 0;
	color: #555;
}
#wrapper {
	background-color: #FFF;
	width: 900px;
	margin: 0 auto;
}

header {
	line-height: 125%;
	margin: 0 10px;
}
header div {
	line-height: 125%;
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px dotted #bbb;
}
header div h1{
	font-weight: 400;
	float: right;
	width: 440px;
	text-align: right;

}

header div p {
	font-size: 1.5em;
	width: 440px;
	float: left;
}
header div p a{
	color: #3c3c3c;
}
#mainBox {
	width: 880px;
	overflow: hidden;
	margin: 20px 10px;
}
article {
	float: right;
	width: 640px;
	margin: 0 10px;
	display: inline;
}

article h2   {
	background-color: #eee;
	line-height: 150%;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #bbb;
	font-weight: 600;
	margin: 2em 0 0 0;

}
article p {
	color: #3c3c3c;
}
article .contents{
	font-size: 0.875em;
	line-height: 150%;
}
article .outlink {


}
article div .contents {
	margin: 0 0 1em 0;
}
article section .contents {
	margin: 1em 0;
}


#navBox {
	float: left;
	width: 200px;
	margin: 0 10px;
	display: inline;
}
#navBox ul {
}
#navBox ul li {
	line-height: 150%;
	font-size: 0.875em;
}
#navBox ul li a {
	display: block;
	zoom: 1;
	padding: 5px 0;
	border-bottom: 1px dotted #bbb;
}

#navBox ul li a:hover {
	text-decoration: none;
	background-color: #eee;

}
#sideLinks {
	margin: 1em 0;

}
#sideLinks p  {

}


footer {
	clear: both;
	margin: 0 10px;
	border-top: 1px dotted #bbb;
	padding: 20px 0;
}
footer nav {
	font-size: 0.8125em;
}
footer nav ul li {
	line-height: 150%;

}
footer p {
	font-size: 0.8125em;
	color: #2d2d2d;
	line-height: 150%;
}
