/************************************************************************

	Body-container

************************************************************************/

body {
	background-color:#7b7b7b;
	height:100%;
	/*text-align: center;  Center hack */
}

/************************************************************************

	Website-container

************************************************************************/

div#website {
	position: absolute;
	left: 50%;
	margin-left: -610px;
	width: 1220px;
	text-align: left; /* Center hack */
	font-family: Arial, verdana, sans-serif;
}

/************************************************************************

	Helpmenu

************************************************************************/

div#help_menu {
	position:relative;
	display:block;
	float:right;
	padding-top:105px;
	padding-right:65px;
}

div#help_menu a,
div#help_menu a:link,
div#help_menu a:visited {
	padding-left:20px;
	color:#2f5391;
	text-decoration:none;
	font-size:12px;
}

/************************************************************************

	Header-container

************************************************************************/

div#header {
	width:1220px;
	height:151px;
	float:left;
	display:block;
	position:relative;
	background-image:url(bg_header.jpg);
	background-repeat:no-repeat;	
}

/************************************************************************

	Container for content (left, middle, right column)

************************************************************************/

div#main {
	float:left;
	display:block;
	clear:both;
	position:relative;
	padding-bottom:30px;
	width:1220px;
}

/************************************************************************

	Main content starts here

************************************************************************/
div#content {
	min-height:800px;
	width:1220px;
	background-image:url(bg_content.jpg);
	background-repeat:x-repeat;
	background-color:#5683c3;
}

div#content2 {
	width: 1200px;
	margin-left: 10px;
	margin-right: 10px;	
	float:left;
	display:block;
	clear:both;
	position:relative;
}

div#content2 p {
	margin-left: 35px;
	font-family: Arial;
	font-weight:bold;
	color: #3d3d3d;
	font-size: 14px;
}

div#content2 h2 {
	margin-left: 35px;
	margin-bottom:-12px;
	color: #2f5391;
	font-size: 25px;
}

/************************************************************************

	Main table

************************************************************************/

div#content2 table {
	margin-top: 15px;
	margin-bottom:10px;
	color: #787878;
	font-size: 14px;
	font-family: Arial;
	border: 1px solid #757575;
}

div#content2 table h1 {
	margin-left: 10px;
	float:left;
	color: #fff;
	font-size: 30px;
	font-family: Arial;
}

div#content2 table h2 {
	font-weight:bold;
	color: #2f5391;
	font-size: 16px;
	font-family: Arial;
}

div#content2 table h3 {
	font-weight:bold;
	color: #3d3d3d;
	font-size: 14px;
	font-family: Arial;
}

div#content2 table img {
	border-color: #fff;
}

div#content2 table li {
	color: #787878;
	font-size: 14px;
	font-family: Arial;
	margin-left:20px;
}

div#content2 table table {
	margin-right: 15px;
	float: right;
	border: 1px solid #ffffff;
	background-color: #2f5391;
}

div#content2 table table a {
	font-weight:bold ;
	color: #ffffff;
	font-size: 23px;
	font-family: Arial;
	text-decoration:none;
	font-style:normal;
}

div#content2 table a {
	font-weight:bold ;
	font-style:italic;
	color: #2f5391;
	font-size: 14px;
	font-family: Arial;
	text-decoration:none;
}

/************************************************************************

	Footer content starts here

************************************************************************/

div#footer {
	position:relative;
	float:left;
	display:inline;
	width: 1220px;
	height: 99px;
	margin-top: -10px;
	background-image:url(bg_footer.jpg);
	background-repeat: no-repeat;
}

div#footer p {
	margin-right: 240px;
	margin-top: 35px;
	float: right;
	color:#fff;
	text-decoration:none;
	font-size:11px;
}

*html div#footer p {
	margin-right:120px;
	margin-top: 35px;
}