body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #868789;
	/*background: #e5e5e5;*/
	background: url(../_img/body.png) repeat-y top center;
}
h2
{
	margin: 0;
}
li
{
	list-style-image: url(../_img/bullet.png);
	margin: 5px 0;
}
#main
{
	width: 958px;
	margin: 0 auto;
	/*border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;*/
	padding: 0;
	background: #fff;
	position: relative;
}
/* Header */
#h
{
	border-bottom: solid 1px #999;
	padding: 5px;
	background: #FFF url(../_img/logo.png) no-repeat 10px 5px;
	position: relative;
}
#h h1
{
	margin: 0;
	padding: 0;
	height: 130px;
}
#h img
{
	height: 126px;
	width: 300px;
	position: absolute;
	top: 5px;
	right: 10px;
}
/* Content */
#c
{
	padding: 10px;
	margin: 10px 0 30px 0;
	float: left;
	width: 750px;
	clear: none;
	border-left: solid 1px #CCC;
}
#c div.fixed
{
	height: 35em;
	overflow-y: auto;
}
#c h2
{
	color: #e31b23;
}
#c h3
{
	color: #e31b23;
}
#c h4
{
	color: #e31b23;
}
#c a:link              { color:#e31b23; text-decoration:none; }
#c a:visited           { color:#6b0d11; text-decoration:underline; }
#c a:hover             { color:#fa0701; text-decoration:underline; }
#c a:active            { color:#e31b23; text-decoration::none; }



/* Menu */
#m
{
	float: left;
	width: 180px;
	clear: none;
	background: #fff;
	color: #000;
	height: 10em;
	margin: 10px 5px 0 0;
}
#m a
{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0;
	height: 24px;
	border: none;
	margin: 10px 5px 10px 20px;
	background: #808285 url(../_img/menuitem.png) no-repeat 0 0;
	font-size: 14px;
	font-weight: bold;
	cursor: hand;
}
#m a:hover
{
	background: #666 url(../_img/menuitem.png) no-repeat 0 0;
}
#m a.selected
{
	background: #000 url(../_img/menuitem.png) no-repeat 0 0;
}
#m a div
{
	width: 100%;
	height: 24px;
	padding-top: 2px;
	cursor: hand;
}
#m a span
{
	padding: 0 10px 0 8px;
	cursor: hand;
}
#m a span.h, #m a span.c, #m a span.o
{
	padding: 0 9px 0 7px;
}
#m a span.i
{
	padding: 0 12px 0 10px;
}
/* Footer */
#f
{
	clear: both;
	float: none;
	border-top: solid 1px #999;
	background: url(../_img/footer.png) no-repeat 20px 5px;
	height: 100px;
	padding: 5px 20px 70px 20px ;
	text-align: center;
}
/*  Contact table */
.contact
{
	margin-top: 1em;
}
.contact .section
{

}
.contact .section h3
{
	background: #ccc;
	margin: .5em 0 0 0;
	padding-right: 1em;
	font-style: italic;
	font-size: 100%;
}
.contact th, .contact td
{
	padding: 3px;
}
.contact th
{
	text-align: right;
	vertical-align: top;
	
}
fieldset
{
	margin: 2em 0;
}
fieldset legend
{
	font-style: italic;
}
table.form th
{
	text-align: right;
	vertical-align: top;
	padding: 5px 0;
}
table.form td.mandatory
{
	color: #F00;
	width: 3px;
}
table.form input, table.form select, table.form textarea
{
	border: solid 1px #999;
	background: #f5f5f5;
}
table.form textarea
{
	width: 400px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
table.form input.button
{
	background: #000 url(../_img/buttongradient.png) top left repeat-x;
	border: solid 1px #000;
	color: #FFF;
	padding: 5px;
}
