/* CSS Document */
body{
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
color:#2e0505;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}

.left_nav {
	background-color:#400d12;
}

.left_nav_bg_image {
	background-image:url('images/3star.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#400d12;
}

.top_bar_bg {
	background-color:#2c070b;
}

.top_bar_bg_image {
	background-image:url('images/top_bg.jpg');
	background-position:right;
	background-repeat:no-repeat;
}

.center_bg {
	background-color:#fbf3d4;
}

.central_blurb {
	background-color:#fffdf5;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
}

.home_images_border {	
	border-color:#fffdf5;
	border-style:solid;
	border-width:11px;
}

a.other:link {
	text-decoration:none;
	color:#fbf3d4;
}
a.other:hover {
	text-decoration:underline;
	font-style:normal;
	color:#fbf3d4;
}
a.other:active {
	text-decoration:none;
	color:#fbf3d4;
}
a.other:visited {
	text-decoration:none;
	color:#fbf3d4;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}