html,body
{
	margin: 0;
}

a
{
	color: #BC0B0B;
}

a:visited
{
	color: #D7581A;
}

body
{
	background: #BC0B0B;
	text-align: center;
	padding: 20px;
	min-width: 860px;
}

body, p, td
{
	font: 10pt "Myriad",verdana,arial,sans-serif;
	color: #333;
}

div#center_wrapper
{
	background: #BC0B0B;
	text-align: left;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	margin-bottom: 16px;
}

p
{
	margin: 0;
	padding: 10px 0px 0px 0px;
	line-height: 1.5;
}

table td
{
	text-align: left;
	vertical-align: top;
}

div#content h1
{
	margin: 0;
	padding-bottom: 6px;
	border-bottom: solid 1px #999;
	font-size: 150%;
}

div#content h2
{
	font-size: 150%;
	margin: 10px 0px 0px 0px;
}

div.excerpt h3
{
	display: inline;
	font-size: 100%;
	margin: 10px 0px 0px 0px;
	border-bottom: 1px solid black;
}

div.excerpt h3 a
{
	text-decoration: none;
	color: #333;
}

div.article_image
{
	float: right;
	margin: 0px 0px 10px 10px;
}

div.article_image img
{
	display: block;
}

div#header
{
	background: #FCC125 url(/images/72) right top no-repeat;
	border-bottom: 1px solid orange;
}

div#navigation
{
	width: 153px;
	float: left;
}

div#middle
{
	background: #FFFFFF url(/images/6.png) left top no-repeat;
}

div#content
{
	padding: 10px 10px 10px 10px;
}

div#footer
{
	border-top: 1px solid #999;
	text-align: center;
	font-size: 80%;
	background: #F5E6BD;
	padding-bottom: 5px;
	color: #fff;
	clear: both;
}

div#header h1
{
	color: #FFF;
	text-align: center;
	padding-top: 75px;
	margin: 0px;
	font-size: 12pt;
	font-weight: 0;
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
}

div#header h1 a
{
	text-decoration: none;
}

div#navigation ul, div#navigation li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#navigation li
{
	text-align: center;
	display: block;
	height: auto;
	border-bottom: 5px solid #FFFFFF;
}

div#navigation a
{
	display: block;
	background: #FDF3D6;
	text-decoration: none;
	margin: 0px;
	color: #666;
	padding: 10px;
	font-size: 100%;
	font-weight: bold;
}

div#navigation a:hover
{
	background: #fff;
	color: #000;
}

div#navigation a.active, div#navigation a.active:hover
{
	background: #FB8044;
	color: #003;
}

table.calendar
{
	width: 600px;
	margin: 10px auto 10px auto;
	border: 5px solid #FCC125;
	background: #FFFFFF;
}

table.calendar td
{
	padding: 6px;
}

table.calendar tr.odd
{
	background-color: #FCC125;
}

table.calendar tr.even
{
	background-color: #FFFFFF;
}

div.ensemble
{
	width: 400px;
}

div.ensemble ul, div.ensemble li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.ensemble ul
{
	display: block;
}

div.ensemble li
{
	width: 180px;
	display: block;
	float: left;
}