body {
	background-color: #C0C0C0;
	color: #000000;
	font-family;
	font-family: Helvetica, Arial, sans-serif;
	
}

#content {
	width: 621px;
	background-image: url(images/main_bg.jpg);
	background-color: #C0C0C0;
	background-repeat:no-repeat;
	vertical-align: top;
}

#content_text {
	
	margin: 20px 40px 5px 210px;
	overflow: auto;
	height: 380px;
}

#rightbar {
	background-color: #3e9b91;
	vertical-align: top;	
	background-image: url(images/rightbar_bg.jpg);
	background-repeat:no-repeat;
	padding: 15px 0px 0px 20px;
}

#rightbar a {
	color: #FFFFFF;
	font-weight:bold;
}

#maintable {
	background-color: #FFFFFF;
}
a {
	color: #005695;
}
h1 {

	font-size: 18px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
}

.footer_text {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
		padding: 0px 40px 0px 210px;
}	

p,td {
	font-size: 12px;
}

input {
	height: 16px;
	font-size: 10px;
	margin: 1px 0px 1px 0px;
	padding: 0px;
}
textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;

}

li {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 4px;
	line-height: 13px;

}