html{
	background-image: url("../images/bg_body.png");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 100%;
}	

body{
	margin: 0;
	padding: 0;
	background-image: url("../images/bg_paint.png");
	background-repeat: no-repeat;
	background-position: 80% 10px;
	height: 100%;
	font-family: Verdana;
	font-size: 13px;
	color: #808080;
	line-height: 18px;
}

a{
	color: #acacac;
	text-decoration: underline;	
}

a:hover{
	text-decoration: none;
	
}	

div#container	{ 
	position: relative;
	padding: 0; 
	margin: 0px auto; 
	width: 924px;
	min-height: 369px;
	_height: 369px;
	padding-top: 50px;
}

/* HEADER */
div#header{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 33px;
	width: 820px;
	padding: 17px 62px 0 42px;

	background-repeat: no-repeat;
	background-position: bottom;
	color: white;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

/* CONTENT */
div#content{
	position: relative;
	background-repeat: repeat-y;
	background-position: left;
	padding: 11px 15px 10px 15px;
	width: 810px;
	margin: 10px;
	border: 3px solid #DBDADA;	
	background-color: white;
}

div#contentTop{
	position: absolute;
	top: 11px;
	left: 15px;
	width: 807px;
	height: 130px;
}	

div#contentLogo{
	float: left;
	width: 293px;
}	

/* CONTENT TEXT */
div#contentText{
	margin-left: 9px;	
	margin-top: 130px;
}	

div#contentLeft{
	float: left;
	position: relative;
	width: 420px;	
	min-height: 50px;
	margin: 16px 0 0 25px;
	_margin: 16px 0 0 12px;
}

div#contentLeft h3{
color: #003B80;
text-transform: uppercase;
}

div#contentRight{
	float: left;
	position: relative;
	width: 312px;	
	text-align: right;
	min-height: 50px;
	margin-right: 10px;
}	

div#contentTotal{
	float: left;
	position: relative;
	width: 732px;	
	min-height: 50px;
	margin: 16px 0 0 25px;
	_margin: 16px 0 0 12px;
}

div#contentTotal h3{
color: #003B80;
text-transform: uppercase;
}


div#contenTextTop{
	background-image: url("../images/bg_content_top.gif");
	background-repeat: no-repeat;
	height: 5px;
	width: 797px;
}	

div#contenTextBg{
	position: relative;
	background-image: url("../images/bg_content_repeat.gif");
	background-repeat: repeat-y;
	width: 776px;
	padding: 14px 0 24px 21px;
}	

div#contenTextBottom{
	background-image: url("../images/bg_content_bottom.gif");
	background-repeat: no-repeat;
	height: 4px;
	width: 797px;
	font-size: 0px;
	line-height: 0px;
}	

/* FOOTER */
div#footer{
	height: 31px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	width: 810px;
	margin: 10px;
	border-top: 3px solid #EFEFEF;
	border-bottom: 3px solid #EFEFEF;
	background-color: #484848;
	padding: 10px 18px 0px 18px;
}

div#footer sup
{
  vertical-align: inherit;
}

div#footerColofon{
	text-align: right;
	float: right;
	width: 300px;
}

img{ 
	border: 0;
}

p{
	margin: 0 0 18px 0;
	padding: 0;	
}

.clear{
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.png{
	_behavior: url("iepngfix.htc") 
}

div#header a,
div#footer a{
	color: white;
	text-decoration: none;
}

div#header a:hover,
div#footer a:hover{
	text-decoration: underline;
}

/* MENU */
div#contentMenu{
	float: left;
	margin: 43px 0 0 150px;
	width: 362px;
}

div#contentMenu a{
	display: block;	
	height: 35px;
  padding-right: 20px;
	background-repeat: no-repeat;
	float: left;
  text-decoration: none;
  font-weight: bold;
  color: #003B80; 
  text-transform: uppercase;
  font-size: 1.2em;	
}
	

div#contentMenu a:hover
{
	border-bottom: 5px solid #003B80;
	padding-bottom: 7px;
	text-decoration: none;
	color: #DF0170;
}	


div#contentMenu a.active
{
	border-bottom: 5px solid #003B80;
	padding-bottom: 7px;
	text-decoration: none;
	color: #DF0170;
}	

