﻿
body {
	margin: 0;
	text-align: center;
	background-color: #F2D396;
}

h1 {
	font-family: Times New Roman,serif;
	font-weight: bold;
	color: #7E261D;
	font-size: 12pt;
}

h2 {
	font-family: Times New Roman,serif;
	font-weight: normal;
	color: #003300;
	font-size: 12pt;
}



h3 {font-family: Times New Roman,serif}

p {
	font-family: Times New Roman,serif;
	font-weight: normal;
	color: #003300;
	font-size: 12pt;
}




body {topmargin=0; color:#003300}

a {
	color: #7E261D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#htop {
	

	width: 768px;
	margin-left: auto;
	margin-right: auto;
	
	background-image: url("/images/wabgt.gif");
	background-repeat: no-repeat;

}

#main {
	text-align: left;

	width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -12px;

	color: #003300;

	background-image: url("/images/wabg.gif");
	background-repeat: repeat-y;
}
/*Need to have an INTERNAL box because IE/Gecko render the box models differently. */
#mainbox {
	padding-left: 12px;
	padding-right: 12px;
	
	/* Extra space at bottom of box */
	padding-bottom: 20px;

	/* Extra space at top of box (minux .box's top margin) */
	margin-top: -16px;  
	margin-top: 0 px;
}
.box {
	margin-top: 8px;
	margin-left: 13px;
	margin-right: 13px;
	border: solid #CAA7A4 1px;
	padding-left: 15px;
	
	background-color: white;
	
	font-family: Book Antiqua, Palantino, Times New Roman, serif;
	font-size: 8pt;
}

.box.nopad {
	padding:0;
}

/* IE's stupid "padding on a table is inherited by all TDs" bug */
table.box{
	padding: 0;
}
.box#header {
	padding-right: 3px;
	background-color: black;
	color: #CCCCCC;
}
.box#footer {
	background-color: black;
	color: #CCCCCC;
}
.box#footer a { color: #CCCCCC; text-decoration: none; }
.box#footer a:hover { color: #CCCCCC; text-decoration: underline; }

.box#nav {
	height:21px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	border-top: solid white 2px;
	border-bottom: solid white 2px;
	background-color: white;
	text-align: center;

}
.box#nav img {
	border: 0;
	color: black;
	background-color: white;
	font-family: Book Antiqua, Palantino, Times New Roman, serif;
}

.box#nav a:hover img {
	color: white;
	background-color: black;
}

.box.header {
	background-color: black;
	color: white;
	font-weight:bold;
	font-size: 14pt;
	padding-left: 30px;

}
		/* For text-based versions of the nav */
/*
		.box#nav a.navitem {
			height: 21px;
			
			color: black;
			font-family: Book Antiqua, Palantino, Times New Roman, serif;
			font-size: 15px;
			margin-left: 2px;
			margin-right: 2px;
			padding-left: 3px;
			padding-right: 3px;
			text-decoration:none;
		}
		.box#nav a.navitem:hover {
			color: black;
			background-color: #E3E3D9;
			
			color: #E3E3D9;
			background-color: black;
				
		}
		.box#nav .navitem img {
			margin: 0;
		}
*/


.box.nocolor {
	border: 0;
	padding:0;
	background-color: transparent;
}
#homeleft {
	border: solid #CAA7A4 1px;
	background-color: #E3E3D8;
	background-image: url("images/home.left.bg.jpg");
	background-repeat: repeat-y;
	width: 233px;
}
#homeleft .copy {
	font-family: Book Antiqua, Palantino, Times New Roman, serif;
	font-size: 9pt;
}
#homeright {
	border: solid #CAA7A4 1px;
	vertical-align: top;
}
/* A TD cell that is a separately-boxed area of content */
td.box {
	margin:0;
	
}

.gutter {
	font-size:1px;
	color: transparent;
	width: 5px;
}
.gutterHoriz {
	font-size:1px;
	color: transparent;
	height: 5px;
}
#content {
	/* Stupid IE's Stupid table width="100%" meaning 100% of the PAGE bug. */
	/* This is the area that actual content, without borders but with indents, fits in. */
	width:718px;
}

#content img.borderme {
	border: solid black 1px;
}
#content .padme {
	padding: 5px;
}

.copy {
	font-family: Book Antiqua, Palantino, Times New Roman, serif;
	font-size: 11pt;
}
.copysm {
	font-family: Palantino, Times New Roman, serif;
	font-size: 8pt;
}

.galleryLink {
	background-color: white;
	font-family: Book Antiqua, Palantino, Times New Roman, serif;
	font-size: 14pt;
	text-align:center;
	border-top: solid black 2px;
}
.galleryLink * {
	color:black;
}

.galleryLink.active {
	background-color: black;
	color: white;
}
.galleryLink.active * {
	color: white;
}

.gallery img {
	margin: 3px;
	border: solid black 1px;
}