/*
Header

*/

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
}
a:link {
	color: #642d32;
	}
a:visited {
	color: #642d32;
	}
a:hover {
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active {
	color: #333333;
	}


body, p, a, li, td {
	font-family: Palatino, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.layout_table {
}

.layout_table tr {
}

.layout_table td, .layout_table a {
	font-size: 14px;
#	background-color: #FFFFFF;
	font-weight: normal;
}

.layout_table th {
#	background-color: #5C7EC5;
	font-weight: bold;
#	color: #FFF;
}

.nav_header {
}

.nav_header tr {
}

.nav_header td, .nav_header a {
	font-size: 13px;
	background-color: #FFFFFF;
	font-weight: bold;
}
.nav_header td, .nav_header a:hover {
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}

.nav_header th {
	background-color: #5C7EC5;
	font-weight: bold;
	color: #FFF;
}

.text {
	padding-left: 10px;
	padding-right: 10px;
}



// Style for automatic drop-shdown - BEGIN
// http://www.cssplay.co.uk/menu/css3-shadows.html
.container {
	padding-left:10px;
}
.shadow {
	float:left;
}
.frame {
	position:relative; background:#fff; padding:10px; display:block;
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}
.clear {clear:left;}

// 	<div class="shadow">
//		<img class="frame" src="http://www.agoboise.org/organs/jewett/Jewett-Stage-from-mid-house_tn.jpg" border=0 align=right vspace=20 hspace=40 height=318 width=464>
//	</div>
//  <b class="clear"></b>

// Style for automatic drop-shdown - END
