body {
	font: 11px Verdana;
	margin: 0px;
	padding: 0px;
	
	background: #ede8e1;
}
h1 {
	font: italic small-caps 20px Lucida;
	margin: 20px;
	margin-top: 10px;
}
h3 {
	font: bold 11px Verdana;
	margin: 10px;	
}

p {
	text-indent: 10px
}

input, textarea, select {
	font: 11px Verdana;
	border:1px solid #aaaaaa;
}
input.button
{
	border:1px solid #aaaaaa;
	background: #eeeeee;
}

/* links */
a {
	color: #000000;
	font-weight:bolder;
	text-decoration:none;
}
a:visited {
	color: #000000;
	font-weight:bolder;
}
a:active {
	color: #000000;
	font-weight:bolder;
}
a:hover {
	color: #006600;
	font-weight:bolder;
}


table#RootTable
{
	width: 836px;
	padding: 0px;
	margin: 0px auto;
	
	background: #e6daca url( "/images/background_light.jpg" ) no-repeat top center;
}

table#RootTable td.menu
{
	padding:0px;
}


table#RootTable td
{
	padding:0px;
	margin:0px;
}

table#RootTable td.leftShadow
{
	padding:0px;
	width: 18px;
	background: #ede8e1 url( "/images/shadow_left.jpg" ) repeat-y top right;
}

table#RootTable td.rightShadow
{
	padding:0px;
	width: 18px;
	background: #ede8e1 url( "/images/shadow_right.jpg" ) repeat-y top left;
}

table#RootTable td.sidelogo
{
	width: 170px;
	height: 200px;
}

div.sidelogo
{
	float: left;
	width: 146px;
	height: 180px;
}

table#RootTable td.calendar
{
	vertical-align: top;
	text-align: center;
	width:590px;
	padding: 20px;
}

table#RootTable td.content
{
	width:760px;
	height: 500px;
	vertical-align: top;
	padding: 0px 20px 10px 20px;
	margin:0px;
}

table#RootTable td.footer
{
	text-align: center;
	
	font-size:9px;
	
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 0px;

	width: 800px;
	height:30px;
	
	background: #ede8e1 url("/images/footer.jpg") repeat-x top center;
}
table#RootTable td.footerLeft
{
	background: #ede8e1 url("/images/footer_left.jpg") no-repeat bottom right;
}
table#RootTable td.footerRight
{
	background: #ede8e1 url("/images/footer_right.jpg") no-repeat bottom left;
}


img.photo
{
	margin: 10px;
	border: 0px;
}

div.LinkBar
{
	padding:2px;
	margin:0px auto;
	background: #eeeeee;
	border:1px solid #cccccc;
	text-align:center;
}

table.gallery td {
	width:20%;
	border: 4px solid white;
	background: #eeeeee;
	color: #cccccc;
	text-align:center;
}
.top_menu {height:18px;}
.top_menu a { color:#fddd04; padding-right:3px;margin-left:12px; font-size:10px; }
.top_menu a:hover {background-color:#203117;}
