.border {
	border: 1px solid #000000;
}
.leftmenu_bckg {
	background-attachment: scroll;
	background-image: url(images/left_menu_bckg.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 177px;
	padding-top: 50px;
	background-position: top;
}

.rightmenu_bckg {
	background-attachment: scroll;
	background-image: url(images/right_bckg.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 177px;
}
.topmenubox {
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	width: 20%;
}
.leftmenubox {
	text-align: left;
	height: 42px;
	
	padding-left: 25px;
}

.topmenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #1F1804;
	text-decoration: none;
}
.topmenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #1F1804;
	text-decoration: none;
}
.topmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #3A4A61;
	text-decoration: none;
} 
.leftmenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #1F1804;
	text-decoration: none;
}
.leftmenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #1F1804;
	text-decoration: none;
}
.leftmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #3A4A61;
	text-decoration: none;
} 


.sitemap:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1F1804;
	text-decoration: none;
}
.sitemap:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1F1804;
	text-decoration: none;
}
.sitemap:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3A4A61;
	text-decoration: none;
} 

.error_message {	color: #FF0000;

	font-weight: bold;
}

