body {
	background-color: #000000;
	background-image: url('bg.png');
	background-repeat: repeat-x;
	background-position: left top;
	/*font-family: Georgia, Arial, sans-serif;*/
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #BBBBBB;
	padding-top: 0px;
	margin-top: 0px;
}

div.logo {
	position: relative;
	top: 0;
	text-align: center;
	border-width: 0px;
}

a.link_img, a.link_img:visited, a.link_img:hover {
	border: 0 none;
	text-decoration: none;
}

a.ctitle, a.ctitle:visited {
	border: 0 none;
	text-decoration: none;
}

a.ctitle:hover {
	border: 0 none;
	color: #BBBBBB;
	text-decoration: none;
}


img.logo {
	border: 0 none;
	text-decoration: none;
}

div.main_links {
	
	/*position: relative;
	top: -7; */
	margin-bottom: 0;
	
	text-align: center;
}




div.footer {
	text-align: center;
}

hr.header {
	text-align: center;
	color: #999999;
	opacity: .75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	width: 525px;
	position: relative;
	height: 1px;
	top: 0;
}

hr.news {
	text-align: center;
	color: #000000;
	opacity: .75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	width: 200px;
	position: relative;
	top: 0;
}

img.main {
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
}

img.thumb {
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
}

img.thumb:hover {
	border-color: #999999;
}

a.link,a.link:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a.link:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.news_link, a.news_link:visited {
	color: #AAAAAA;
	font-style: italic;
	text-decoration: none;
}

a.news_link:hover {
	color: #DDDDDD;
	text-decoration: none;
}

a.print_link, a.print_link:visited {
	color: #EEEECC;
	font-style: italic;
	text-decoration: none;
	opacity: 50%;
}

a.print_link:hover {
	color: #FFFF99;
	text-decoration: none;
}

font.link_first {
	font-size: .95em;
}
font.link_remaining {
	font-size: 0.80em;
}

font.c_header_link_first {
	font-size: 1.2em;
	text-decoration: underline;
}
font.c_header_link_remaining {
	font-size: 1.0em;
	text-decoration: underline;
}

font.c_link_first {
	font-size: 1.15em;
	text-decoration: none;
}
font.c_link_remaining {
	font-size: 0.9em;
	text-decoration: none;
}

font.page_title_first {
	color: #BBBBBB;
	font-size: 1.35em;
	text-decoration: none;
}
font.page_title_remaining {
	color: #BBBBBB;
	font-size: 1.2em;
	text-decoration: none;
}


font.news_text {
	color: #AAAAAA;
	font-weight: normal;
	font-size: 0.8em;
	/*line-height:120%;*/
}

font.news_header {
	color: #BBBBBB;
	font-weight: bold;
	font-size: 0.95em;
	//text-align: center;
	
}

font.news_date {
	color: #999900;
	font-weight: normal;
	font-size: 0.8em;
	line-height:120%;
}

td {
	margin-top: 0px;
	padding-top: 0px;
	
}

td.news {
	/*line-height:120%;*/
}
	
font.divider {
	font-size: 0.4em;
}

font.footer {
	font-size: 0.7em;
	font-weight: normal;
	color: #999999;
}

a.footer_link, a.footer_link:visited {
	font-weight: normal;
	color: #999999;
	font-style: italic;
	text-decoration: none;
}

a.footer_link:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a.link_np, a.link_np:visited {
	font-size: 2.0em;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none;
}

a.link_np:hover {
	color: #CCCCCC;
	text-decoration: none;
}


hr.footer {
	text-align: center;
	height: 1px;
	color: #666666;
	opacity: .75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	width: 525px;
}

p {
	padding:0 0 50px; /* bottom padding clears the #footer */

}


font.img_title
{
	color: #BBBBBB;
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
}


font.img_location
{
	color: #BBBBBB;
	font-weight: normal;
	font-size: 1.0em;
}

font.img_comments
{
	color: #999999;
	font-weight: normal;
	font-size: .85em;
}


font.thumb_title
{
	color: #BBBBBB;
	font-weight: bold;
	font-size: 0.8em;
	font-style: italic;
}


font.thumb_location
{
	color: #BBBBBB;
	font-weight: normal;
	font-size: 0.7em;
}




#copy_footer {
	height: 50px;
	margin: 0px auto 0; /* -80px sucks it back into the #wrapper */
	text-align: center;
}





/******************************
DROP-DOWN MENU SECTION
******************************/

.selectedanchor
{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	text-decoration: none;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss
{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #666666;
	border-bottom-width: 0;
	font: normal 11px Verdana;
	line-height: 18px;
	z-index: 2000; /* zIndex should be greater than that of shadow's below */
	width: 93px; /* default width for menu */
	text-align: center;
	opacity: 0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
}

.anylinkcss ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcss ul li a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #666666;
	padding: 1px 0;
	text-decoration: none;
	//font-weight: bold;
	text-indent: 0px;
	opacity: 0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	color: #FFFFFF;
	background: #000000;
}

.anylinkcss a:hover {
	
	opacity: 0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */

}

.anylinkcsscols .column
{
	width: 93px;
	float: left;
}

.anylinkcsscols .column ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcsscols li
{
	padding-bottom: 3px;
}

a.anchorclass, a.anchorclass:visited
{
	color: #CCCCCC;
	text-decoration: none;
}

a.anchorclass:hover
{
	color: #FFFFFF;
	text-decoration: none;
}