body {
	padding: 20px;
	background-color: #ffffff;
	text-align: center;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #444444;
}
a:active {
	color: #000000;
}

#container {	
	margin: auto;
	width: 720px;
	height: auto;
	text-align:left;
}

#logo_top {
	height: 177px;
	width: 704px;
	margin: 8px 8px 0px 8px;

}
/* Outside border */
#border_1 {
	width: 720px;
	height: auto;
	margin: 0px 0px 0px 0px;
	clear: both;
	text-align: center;
	border: 1px solid #000000;
	background-color: #ffffff;
}

#border_3 {
	margin: 0 auto;
	/* margin-bottom: 19px; */ 
	width: 720px;
	height: auto;
	clear: both;
	text-align: center;
	background-color: #ffffff;
	}

#column_left{
	text-align: left;
	width: 150px;
	height: auto;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #9874be;
	margin: 30px 0px 0px 10px;
	float: left;

	text-decoration: none;

}

#column_left li {
	display: list-item;
	list-style-type: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #9874be;
	text-decoration: none;
	}

#column_left a {
	padding: 0px 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #9874be;
	margin: 0px;
	text-decoration: none;
	}

#column_left a:link {
	color: #9874be;
	text-decoration: none;
	}

#column_left a:visited {
	color: #9874be; 
	text-decoration: none;
	}

#column_left a:hover {
	color: #c22e22;
	text-decoration: underline;
}

#column_right{
	text-align: left;
	width: 530px;
	height: auto;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 30px 10px 0px 0px;
	float: right;
}

#column_bottom{
	height: 18px;
	width: 690px;
	margin: 0px 0px 0px 0px;
	float: none;
	clear: both;
}

#float {
	float: left;
	padding: 0px 15px 20px;
	text-align: center;
}


#base {
	margin: 0 auto;
	width: 720px;
	height: auto;
	top: 0px;	
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: auto;
}

/* lightbox - This combined with other files allows the full sized graphics to pop up so nicely. */

#lightbox{
	background-color:#82581D;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxCaption{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

