body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/blue_check.gif);

}
.line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	height: 70px;
}
.main {
	width: 800px;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: 663300;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #409FFF;
}
.mainborder {
	width: 800px;
	border: thin solid #663300;

}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
}
.leftmain {
	width: 360px;
	position: static;
	float: left;
	margin-left: 10px;
	margin-right: 10px;


}
.rightmain{
	width: 800px;
	overflow: auto;
	background-color: #FFFFFF;
	border: medium dotted #663300;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 10px;

}
a:link {
	color: #663300;
	text-decoration: underline;
	

}
a:visited {
	color: #663300;
	text-decoration: underline;
	


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

}
.white {
	width: 95%;
	border: thin dotted #663300;
	background-color: #FFFFFF;
}
