body {
	margin-top: 0px;
	padding: 0;

	font-family:  Helvetica, Arial, sans-serif;
	font-size: 15px;
	background-image: url(gfx/bgfade.gif);
	background-repeat: repeat-x;
	background-color: #dbe4f8;
	color: #373737;
}

h1, h2, h3 {
	margin-top: 0;
	color: #000000;
	text-align:center;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
}



a {
	text-decoration: none;
	font-weight:bold;
	color: #1839ad;
}

a:hover {
	border-bottom: none;
	color: #5a72ca;
}

a img {
	border: none;
}


/* Page */
.page {
	width: 895px;
	margin: 0 auto;
	background: #ffffff;
	background-image: url(gfx/contentbg.jpg);
	background-repeat: no-repeat;
}

.wrapper {
	width: 913px;
	background-image: url(gfx/shadow.png);
	background-repeat: repeat-y;	
}


/* Header */
.header {
	width: 895px;
	margin: 0 auto;
	height: 171px;
}

.logo {
	width: 895px;
	height: 171px;
	margin: 0 auto;
	background: #e1e1d9;
	background-image: url(gfx/header.jpg);
	background-repeat: no-repeat;
	z-index:10;
}

.formatheadline
{
	color: #8C0209;
	font-size: 1.6em;
	font-weight: normal;
}



/* main */

.menu{
	float:left;
	width: 238px;
	background: #ffffff;
	background-image: url(gfx/menubg.jpg);
	background-repeat: no-repeat;
	text-align:left;
	padding-top:3px;
	padding-left:0px;
}

.menutable { border: 0px; width: 238px; }
.menutable td { padding-left:10px; padding-top:2px; padding-bottom:0px;}
.menutable a { font-weight:bold; font-size:0.8em;}

.menuul {
	list-style-image: url(gfx/ul.gif);
	padding-left:16px;
	margin-top:3px;
	margin-bottom:14px;
}

.menuul li {padding-bottom: 4px;} 

.wrappermain {
	background: #ffffff;
	width: 895px;
}



/* Content */
.contentbox {
	float: left;
	width: 650px;
	background: #ffffff;
	background-image: url(gfx/contentbg.jpg);
	background-repeat: no-repeat;
}

.content {
	margin-top:-40px;
	padding-left:50px;
	padding-right:40px;
	z-index:20;
	text-align:left;
}










/* Footer */

.footer {
	width: 895px;
	height: 42px;
	margin: 0 auto;
	padding-left:0px;
	padding-top:4px;
	background: url(gfx/bottom.gif) no-repeat left bottom;
}

.footer p {
	background: #ffffff;
	text-align: center;
	font-size: 0.7em;
}

.footer a {
}

.footer .link {
	float: right;
}

.footer .copyright {
	float: left;
}


