/* CSS Document */
body {
	background: #eafdce; 
	text-align: center; 
	font: 13px Verdana, Arial, Helvetica, sans-serif; 
	color: #333333;
	}

p, li {
	line-height: 18px;
	}

blockquote {
	font-size: 13px;
	line-height: 18px;
	}

li {
	padding-bottom: 15px;
	}

ol, ul, ul.nexted {
	padding-left: 35px;
	list-style: disc;
	}

li ul {
	padding-top: 10px;
	list-style: circle;
	}

xinput {
	margin-bottom: 10px;
	}

.clear {clear: both}
	
img.right {float: right; clear: left; margin: 18px 0 15px 20px;}
img.left {float: left; clear: right; margin: 5px 15px 5px 0;}

p.left { float:none; text-align:left; }
p.right { float:none; text-align:right; }
p.center { text-align:center; }

td.icons { text-align: center; white-space: nowrap; padding: 0px 5px 0px 5px; }
td.text { text-align: center; white-space: nowrap; padding: 5px 5px 0px 5px; }
td.text a { text-decoration: none; color: #000000; text-height: 16px; }

.wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}

.container {
	width: 850px;
	float: left;
	position: relative;
	}

.content {
	width: 848px;
	float: left;
	padding: 0;
	background-color: #FFFFFF;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom:solid 1px #000000;
	position: relative;
	}

.maincontent {
	padding: 10px 25px 10px 10px;
	font-size: 15px;
	height: 550px;
	}

.footer  {
	height: 17px;
	vertical-align: middle;
	background-color: #62933F; 
	color : #FFFFFF;
	font-size : 10px;
	font-weight : normal;
	font-style : italic;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 2px;
}

.leftbkgd  {
	background: #ffffff url(../images/leftbkgd.jpg) top left repeat-y;
	width: 235px;
	height: 600px;
}

.leftpanel  {
	background: url(../images/leftpanel.jpg) top left no-repeat;
	width: 235px;
	padding: 260px 10px 30px 10px;
}



