/* CSS Document */

body {
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
background-color:#c2bd85;
background-image: url("images_html/common/bg.gif");
background-position:top;
background-repeat:repeat;
text-align:center;
}

alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#wrapper {
position:relative;
text-align:centre;
width:780px;
margin-right:auto;
margin-left:auto;
}

#header {
position:absolute;
top:0;
left:0;
width:780px;
text-align:center;
padding:0;
}

#wrapcontent {
position:absolute;
top:292px;
left:0;
width:780px;
text-align:center;
}

#rgtcol {
line-height:14px;
text-align:justify;
padding: 0 70px 0 37px;
display:block;
}

#lftcol {
line-height:11px;
color:#FFFFFF;
padding:20px 0 0 8px;
}

.rBlock {
margin-bottom: 20px;
}

.rBlock p.text {
background-color: transparent;
clear:none;
padding-bottom: 20px;
}

.rBlock img {
float: left;
margin: 0 10px 4px 0;
border:1px solid #666666;
}

/* Hide from IE5-mac. Only IE-win sees this.
The Holly Hack -
http://www.positioniseverything.net/explorer/threepxtest.html
Used to combat the IE6 Peekaboo Bug
\*/
* html .rBlock img {
margin-right: 10px;
}
* html p {
height: 1%;
margin-left: 0;
}
/* End hide from IE5/mac
End Holly Hack*/

.rBlock p {
clear:both;
}


.title {
font-size:12px;
font-weight:bold;
color:#ED5400;
}

.orangetxt {
color:#ED5400;
}

.ltgreytxt {
color:#999999;
font-size:11px;
}

.footer {
line-height: 18px;
padding: 0 0 0 37px;
display:block;
}

a:link {
	text-decoration: none;
	color: #ED5400;
}
a:hover {
	color: #ED5400;
	text-decoration: underline;
}
a:visited {
	color: #ED5400;
	text-decoration: underline;
}

