body {
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: center;
	color: #666666;
	background: #FFFFFF;
}

.clear { 
	clear: both;
}

a:link {
	color: #7B9ABA;
	text-decoration: none;
}

a:visited {
	color: #7B9ABA;
	text-decoration: none;
}

a:hover {
	color: #83BC42;
	text-decoration: none;
}

a:active {
	color: #7B9ABA;
	text-decoration: none;
}

#outer-wrapper { 
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font: normal normal 9pt Tahoma, sans-serif;
	background: url(images/bkg.jpg) repeat-y;
}

#header-wrapper {
	width: 800px;
	height: 248px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#content-wrapper {
	width: 800px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#left-sidebar-wrapper {
	width: 243px;
	margin: 0;
	padding: 0;
	float: left;
}

#main-wrapper {
	width: 557px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
	line-height: 1.6em;
}

.main {
	width: 527px;
	height: 170px;
}

.main2 {
	width: 527px;
}

.main3 {
	width: 527px;
}

#main2top {
	width: 527px;
	height: 7px;
	background: url(images/main2top.jpg) no-repeat;
}
#main2mid {
	width: 527px;
	height: 200px;
	background: url(images/main2mid.jpg) repeat-y;
}
#main2bottom {
	width: 527px;
	height: 10px;
	background: url(images/main2bottom.jpg) no-repeat;
}

#main2text {
	width: 300px;
	float: left;
	margin-left: 10px;
	text-align: justify;
}

#main2banner {
	width: 200px;
	float: right;
}

#maintext {
	text-align: justify;
}

#seemore {
	text-align: right;
}

.txt {
	color: #666666;
	font: normal normal 9pt Tahoma, sans-serif;
}

.bluetxt {
	color: #7B9ABA;
	font-weight: bolder;
}

.greentxt {
	color: #83BC42;
	font-weight: bolder;
}

#footer-wrapper {
	width: 800px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(images/footer.jpg) no-repeat;
}

.footer { 

}

.forms {
	font-size: 10pt;
	color: #666666;
	background-color: #FFFFFF; 
	border: 1px #999999 dotted; 
	overflow: hidden;
}

.button {  
	color: #666666;
	font-size:10px;
	font-weight: bolder;
	background-color: #FFFFFF; 
	border: 1px #999999 solid; 
}

#copyright { 
	font-size: 8pt;
	color: #C7C7C7;
	text-align: left;
	position: relative;
	top: 22px;
	left: 16px;
}

#footnav { 
	font-size: 8pt;
	font-weight: bold;
	color: #C7C7C7;
	text-align: right;
	letter-spacing: 2px;
	position: relative;
	top: 8px;
	right: 16px;
}

.title {

}

.list1 {
	list-style-type: square;
	color: #96CC6C;
}