/* LINKS: default behaviour */
a:link {
	color:								#1f1f1f;
	text-decoration:			none;
}
a:visited {
	color:								#4f4f4f;
	text-decoration:			underline;
}

a:hover {
	color:								#1f1f1f;
	text-decoration:			underline;
}

a:active {
	color:								#2f2f2f;
	text-decoration:			underline;
}

/* START: columns and rows */
.RHS_column {
	background-repeat:		repeat-y;
	background-position:	top right;
	background-color:			#eceadf;
}

.RHS_sec_body {
}

.top_row {
	padding:							6px 8px 7px 10px;
	
	background-color:			#eceadf;
	border-bottom:				1px solid #888;
}
.bottom_row {
	background-color:			#fff;
	padding:								3px 5px 3px 5px;
}

/* END: columns and rows */
/* Page titles */
.page_title {
	font-size:					20px;
	
}

body {
	background-color:		#e8e7d9;
	margin:							0px;
	padding:						0px;
}

div.layout1 {
	text-align:					left;
	
	margin-left:				auto;
	margin-right:				auto;
	
	width:							782px;
}

div.layout1 .title {
	margin:							4px 0px 6px 0px;
	background-color:		#f7f7f2;
	border:							1px solid #777;
}

div.layout1 .body  {

	background-color:		#fff;
	border:							1px solid #777;
}

div.layout1 .body .pri_body {
	float:							left;
	width:							537px;
	
	padding:							6px;
	
	background-color:		#fdfcf4;
}

div.layout1 .body .RHS_sec_body {
	float:							right;
	width:							230px;
}

.white_container {
	margin:							0px;
	padding:						7px;
	background-color:		#fff;
	border:							1px solid #bbb;
}

.white_container h3 {
	font-size:						14px;
	font-weight:					bold;
	
	width:								100%;
	background-image:			url(img/all/arrow01.gif);
	background-repeat:		no-repeat;
	background-position: 	bottom right;
}

/* custom items */
.box1 {
	padding:						5px 7px 5px 7px;
	border:							1px solid #ddd;
	background-color:		#efefef;
}

.body li {
	list-style-type: square;
}

.footnote1 {
	padding:						0px 0px 0px 5px;
	font-size:					11px;
}

.page_footer {
	padding:						2px 2px 0px 9px;
	
	text-align:					left;
	font-size:					11px;
}
/* Headings */
h2.heading1 {
	font-size:					21px;
	font-weight:				normal;
	padding:						0px 0px 2px 10px;
}
.sub_heading1 {
	font-size:					15px;
	font-weight:				bold;
}
h3.arrow_header {
	background-image: url(../img/all/arrow01.gif);
}
background-image: url(./img/all/arrow01.gif);