/* CSS Document */

body {
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
#content {
	width: 510px;
	background-image: url(../images/right_panel_2.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 55px;
	text-align: justify;
}
#footer {
	width: 515px;
	height: 144px;
	background-color: #e4cb8a;
	background-image: url(../images/right_panel_3.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 50px;
	text-align: justify;
}
h1 {
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #616446;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
a:link {
	color: #616446;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #616446;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.footer_text {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.footer_text a:link {
	color: #000000;
	text-decoration: none;
}
.footer_text a:visited {
	text-decoration: none;
	color: #000000;
}
.footer_text a:hover {
	text-decoration: underline;
	color: #000000;
}
.footer_text a:active {
	text-decoration: none;
	color: #000000;
}
.footerselect { font-size: 10px; }