body {
    margin:0px;
    background: #FFFFFF;/* url("../images/body_bg.png") repeat-x scroll left top #F6F6F6;*/
	background: url("../images/body_bg.png") repeat-x scroll left top #F6F6F6;
    font-family: Arial, Verdana;
    font-size: 17px;
}
table, td {
    border:0px
}
a {
    text-decoration:none;
}

h2, h3 { 
    color: #336699;
	margin-top:5px;
}

/* Header */
div.header_wrapper {
    height:250px;
    background:url('../images/header_wrapper.png') no-repeat top center transparent;
}
div.header_img {
    height:252px;
    background:url('../images/header.jpg') no-repeat top center transparent;
}
div.header {
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
div.header div.logo {
    position: absolute;
    right: 25px;
    bottom: 100px;
    height:81px;
    padding:0px;
}

/* Top menu */
div.topmenu {
    bottom: 31px;
    height: 30px;
    left: 0;
    position: absolute;
    width: 956px;
}
div.topmenu ul.menu {
    margin:0 0 0 2px;
    padding:0;
}
div.topmenu ul.menu li {
    list-style-type: none;
    display: inline;
    margin: 0 3px 0 3px;
    padding: 5px 4px 0 4px;
    float:left;
    height:25px;
}
div.topmenu ul.menu li.active {
    background:#474646;
}
div.topmenu ul.menu li a {
    color: #7599c5;
    font-size:16px;
}
div.topmenu .sep {
    position:absolute;
    display:inline;
    width:1px;
    height:30px;
}

/* Lang selection */
div.topmenu div.lang {
    float:right;
    padding:5px;
}
#jflanguageselection {
	float: right;
	margin: 0px !important;
}

/* Main area */
div.main {
    width:960px;
    margin:0px auto;
}
div.main div.left_menu {
    float:left;
    width:220px;
    padding-left:1px;
}
div.main div.content {
    width: 730px;
    float: left;
	margin-left:7px;
}
div.main div.content_fulllength {
    width: 960px;
}
div.content, div.content_fulllength {
    line-height:140%;
    /*padding-top:10px;*/
    padding-left:0px;
}
div.content table.contentpaneopen {
    width:730px;
    margin-bottom:0px;
	/* background:#E1E1E1; */
}
div.content table.contentpaneopen td, div.content_fulllength table.contentpaneopen td {
    padding-top:0px;
    padding-right:0px;
    padding-bottom:0px;
}
div.content_fulllength table.contentpaneopen td {
	padding-left:0px;
}
div.content table.contentpaneopen td p, div.content table.contentpaneopen table {
    margin-bottom:0px;
}
div.content table.contentpaneopen td img {
	margin-top:0px;
}

/* Footer */
div.footer {
    width:960px;
    margin: 10px auto 10px auto;
    padding: 5px;
    background: #003366;
    border: 1px solid #006699;
    color: #7599c5;
    font-size:13px;
    text-align: center;
}

/* Clearing */
div.main:after,
div.footer:after { 	content: "";
	display: block;
	clear: both;
}
