@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424141;
	line-height: 1.5em;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
}
#nav {
	width: 850px;
	vertical-align: bottom;
	padding-top:20px;

}
#nav2 {
	width: 850px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	padding-top:20px;
}
#banner {
	width: 850px;
}
#rightpane {
	width: 287px;
	background-image: url(../images/rightpane_bg.gif);
	background-repeat: repeat-y;
}
#rightpane #paper {
	background-image: url(../images/rightpane_notebg.gif);
	background-repeat: no-repeat;
	height: 210px;
	width: 240px;
	margin-left: 17px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-top: 28px;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 76px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0332b3;
	font-weight:bold;
}
#footer a:link {
	color: #0332b3;
	text-decoration: none;
	font-weight:bold;
}
#footer  a:visited {
	color: #0332b3;
	text-decoration: none;
	font-weight:bold;
}
#footer  a:hover {
	color: #0332b3;
	text-decoration: underline;
	font-weight:bold;
}
#rightpane #paper a {
	color: #000000;
	text-decoration: underline;
}



.style1 {
	color: #126fb5;
	font-weight: bold;
}
.style2 {
	color: #639D02;
	font-weight: bold;
}
