body
{
	margin: 0;
	padding: 0;
	font: 80% arial, helvetica, sans-serif;
	background: #002554;
	color: #fff;
	text-align: center;
}

img { border: none; }
a:link { color: #00367E; }
a:visited { color: #427D00; }
a:hover, a:active { color: red; }
p { margin-top: 0; }

#container
{
	text-align: left;
	width: 780px;
	margin: 0 auto;
	color: #222;
	background: #FFF url(/images/site/bg-container.jpg) repeat-y;
}

#container #header
{
	margin: 0 10px;
	height: 240px;
	background: url(/images/site/bg-header01.jpg) no-repeat 0 100%;
}

#container h1
{
	margin: 0;
	padding: 25px 0 0 30px;
}

#home #container2
{
	float: left;
	width: 760px;
	margin: 20px 0 0 10px;
	display: inline;
	background: url(/images/site/bg-content.gif) repeat-y;
}

#container2
{
	float: left;
	width: 760px;
	margin: 20px 0 0 10px;
	display: inline;
	background: url(/images/site/bg-content2.gif) repeat-y;
}

#navigation
{
	float: left;
	width: 120px;
	margin: 0 0 0 30px;
	display: inline;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

#navigation li, #news .more
{
	background: url(/images/site/arrow.gif) no-repeat 0 .4em;
	padding: 0 0 0 10px;
	margin: 0 0 1em;
}

#navigation ul ul { margin-top: .5em; }
#navigation ul li li { font-weight: normal; }

#navigation a
{
	color: #00367E;
	text-decoration: none;
}

#content-wide
{
	float: left;
	width: 315px;
	margin: 0 0 0 30px;
	display: inline;
	line-height: 1.3;
}

#content
{
	float: left;
	width: 545px;
	margin: 0 0 0 30px;
	display: inline;
	line-height: 1.3;
}

#content-wide h2, #content h2, #news h2 { margin-top: 0; }
#content-wide h2 img, #content h2 img, #news h2 img { display: block; }
#content-wide h2, #content h2, #content h3 { color: #3F7700; }

#content img
{
	float: right;
	margin: 0 0 1em 1em;
}

#news
{
	float: left;
	width: 190px;
	margin: 0 0 0 40px;
	display: inline;
	font-size:90%;
}

#news h3
{
	margin: 0 0 .3em;
	font-size: 110%;
}

h4.date
{
	margin: 0;
	font-size: 95%;
	font-style: italic;
	font-weight: normal;
}

#footer
{
	clear: both;
	background: url(/images/site/bg-footer.jpg) no-repeat 0 100%;
}

#footer p
{
	height: 1%;
	margin: 0;
	padding: 60px 45px 30px;
	text-align: right;
	font-size: 80%;
	color: #fff;
}

p.edit a
{
	color: #fff;
	background: red;
	padding: .2em 1em;
}

#content p.about-logo
{
	clear: left;
	margin-bottom: 2em;
}

#content p.about-logo img
{
	float: none;
	display: block;
	margin: 0;
}

#content strong { color: green; }

table
{
	border-collapse: collapse;
	margin: 1em 0 3em;
	width: 500px;
}

td, th
{
	text-align: left;
	vertical-align: top;
	padding: .5em;
	border: 1px solid #ddd;
}

th { width: 150px; }
td p { margin-top: 0; }
