body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	color: #2C2C2C;
	font-size: 80%;

}
div.clearer {
	clear: both;
	line-height: 0;
	height: 0;
}
#page {
	width: 1000px;
/*	margin: 0px;*/
	margin: 0px auto;
	margin-top: 10px;
	padding: 0px;
	background: White url(images/page_bkg.png) repeat-y;
}
html>#page {
	width: 1000px;
	padding: 5px;
}
a {
	color: #FFCC66;
}
a:hover {
	color: #003366;
}
#header {
	border-bottom: 10px solid #A4B7C8;
}
#top {
	margin: 0px;
	padding: 0px;
}
#leftcol {
	float: left;
	background: url(images/left_col_bkg.jpg) no-repeat;
	width: 185px;
	height: 612px;
}
#menu {
	margin-top: 50px;
}
#rightcol {
	float: right;
	background: url(images/content_top_bkg.png) no-repeat top;
	width: 815px;
	min-height: 612px;
	height: auto;
}
/* for Internet Explorer */
/*\*/
* html #rightcol {
height: 611px;
}
/**/
#content {
	margin: 20px 60px 10px 40px;
}
#copyright {
	text-align: center;
	margin: 10px;
	font: 80%;
}
.title {
	font: 160%;
	border-bottom: 1px solid #7C0A96;
	padding: 2px 0px 2px 50px;
	background: url(images/comb_cisor.png) no-repeat left;
}
h2 {
	font: 130%;
	color: #C3861C;
}
h3 {
	font: 100%;
	color: #261890;
}

.list {
	list-style:circle;
	font-size: 14px;
	list
}

.clienttext {
	padding:padding-top: 20px;
}