body {
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	background:#ffffff;
	
}

a{
color:#000000;

}
a:hover{
color:#0066a2;
text-decoration:none;
}
#wrap {
margin: auto;
padding: 0;
width:850px;
}


#headerWrap{
background:#c1680e url(resources/bg_header.gif) no-repeat top left;

}

#header{

background:url(resources/bottom_right.gif) no-repeat bottom right;
}

.titleimg{
float:left;	
padding:7px 15px 0px 0px;
}

#header ul{
margin:0px;
padding-left:15px;
padding-bottom:15px;
background:url(resources/bottom_left.gif) no-repeat bottom left;
}

#header li {
display:inline;
padding:0px 0px 0px 0px;
margin:0px;
color:#d3ca38;
}

#header a{
/*padding:4px 15px 4px 15px;*/
/*background-color:#d3ca38;*/
padding:4px 6px 4px 6px;
text-decoration:none;
color:#d3ca38;
font-weight:bold;
font-size:110%;
}

#header a:hover{
color:#edeaaf;;
/*background-color:#edeaaf;*/
}

.claim{
background:url(resources/top_left.gif) no-repeat top left;
padding:57px 8px 15px 20px;
font-size:120%;
font-weight:bold;
color:white;
}

.color{
color:#d3ca38;
}

#title{
float:right;
background:url(resources/top_right.gif) no-repeat top right;
}

#content{
	width:850px;
	background:url(resources/content_bg.gif);
}

#columnLeftMain{
float:left;
width:550px;
padding-right:0.5em;

}


#columnLeft{
background:url(resources/top_left.gif) no-repeat top left;
float:left;
width:560px;

}

.titleLeft{
	/*margin:15px;*/
	font-size:120%;
	font-weight:bold;
	/*padding-left:20px;*/
	color:#0066a2;
	padding-top:0px;
}

.contentLeft{
margin:0px;
padding: 5px 15px 5px 20px;
}

#columnRightMain{

float:right;
width:290px;

}



#columnRight{
background:url(resources/top_right.gif) no-repeat top right;
float:right;
width:290px;

}

#columnRight p{
margin:0px;
padding: 5px 15px 5px 20px;
}

#bottom_row{
clear:both;
width:850px;
background:url(resources/bottom_row.gif) no-repeat;
}


/*Img descriptlist */

#rightContent{
padding:1.5em;

}

dl.message{
margin:0;
/*padding:15px 15px 15px 0px;*/
/*border-bottom:1px dotted #cccccc;*/
/* IE float fix*/
height:1%;
}

dl.message:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

dl.message dt{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	color:#000000;
}

dl.message dt img{
float:left;
margin:0px 15px 10px 0px;
padding: 0 1px 1px 0;

}

dl.message dd{
margin:10px 0px 0px 0px;
padding:0px;
font-size: 90%;
line-height:1.3em;
color:#000000;
text-align:justify;

}

dl.message dt.right img{

float:right;
margin:0 0 0 0px;
}

dl.message dd.right{
margin:0 0 0 0;
padding-left:1px;
/*padding-right:165px;*/

}

.imgLeft {
float:left;
padding:19px 15px 10px 24px;

}