/* CSS Document */
body{
	margin: 0px;
	background-color: #EDE4D6;
}
.main_table{
	border: 1px solid black;
	border-top: 0px;
	border-bottom: 0px;
}



.left_navigation{
	width: 272px;
	height: 462px;
	background-image:url(../images/navigation-background.jpg);
	background-repeat:no-repeat;
}
.left_navigation ul{
	color:white;
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	list-style:none;
	margin:0px;
	margin-top:14px;
	padding:0px;
	font-weight:bold;
}
.left_navigation li{
	display:inline;
}
.left_navigation a{
	color: white;
	text-decoration: none;
	display:block;
	margin-left:15px;
	padding-left:5px;
	margin-top:20px;
	margin-right:5px;
	background:url(../images/nav-bar.gif) no-repeat;
}


.top_row{
	border-bottom: 2px solid white;
	color: white;
	font-size: 34px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding: 3px;
}
.top_row span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 3px;	
}
.top_row strong{
	color: black;
}
.bottom_row{
	border-top: 2px solid white;
	color: white;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding: 10px;
}
.bottom_row strong{
	font-family: Arial, Helvetica, sans-serif;
}
.bottom_row a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: white;
	text-decoration: none;
}
.bottom_row p{
	font-size: 11px;
}
.img_border_white_2{
	border: 2px solid white;
	border-bottom: 0px;
}
.body-text{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px;
}
.body-text a{
	color: #FFFFFF;
}
h1{
	font-size: 24px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h2{
	font-size: 18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.header_links{
	color:#000000;
}
.photo-coming-soon{
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.img-border img{
	border: 1px solid black;
}
.left-nav-msg{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	background-color:black;
	padding: 3px;
}
.sitemap a{
	font-weight: bold; 
	color:#FFFFFF;
	text-decoration: none;
	padding-left: 4px;}