.ignoreThisBody {   
/* main:				#ddaa44; /*main*/
/* mainBorder:		    #000000; /*mainB*/  
/* menuAndTitle:		#116600; /*title*/
/* menuAndTitleborder:	#000000; /*titleB*/
/* text:                #000000; /*text*/
}

/* === GENERAL ===================*/
BODY {
	font-family: 'Verdana', 'Trebuchet MS', 'sans-serif';
	background: #99bb88;
	color: #000000; /*text*/
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 1%;
	margin-left: 200px;
	margin-right: 5%;
} 
.bodyNoMenu {
	font-family: 'Verdana', 'Trebuchet MS', 'sans-serif';
	color: #000000; /*text*/
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 1%;
	margin-left: 5px;
	margin-right: 5px;
}
A {
	color: #000000; /*text*/
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #000000; /*text*/
	text-decoration: none;
}
A:hover {
	color: #ff9900;
	text-decoration: underline;
}
HR {
	color: #000000; /*mainB*/ 
	background-color: #000000; /*mainB*/ 
	height: 2px;
	border: 0px;
}
H1 {
	display: block;
	font-size: x-large;
	margin:  0px;
	padding: 5px;
	border: 0px;
}
H1 .subtitle {
	display: block;
	font-size: small;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	border: 0px;
	border-left: 5px solid black;
	border-top: 1px solid black;
}
H2 {
	font-size: large;
	padding-left: 15px;
}
P {
	display: block;
	margin: 5px;
	margin-left: 30px;
	font-size: medium;
}
IMG {
	display:inline;
	text-align: center;
	border: 1px solid #000000;
	vertical-align: middle;
}
TABLE {
	padding: 0px;
	border-spacing: 0px; 
}
TH {
	font-size: larger;
    font-weight: bold;
	text-align: center;
    text-decoration: none;	
	background-color: #ddaa44; /*main*/
	border: 1px solid #000000; /*mainB*/ 
	padding: 4px;
	border-collapse: collapse;
}
TD {
	border-left: 2px #404040 solid;
	border-right: 2px #404040 solid;
	border-top: 1px #404040 solid;
	border-bottom: 1px #404040 solid;
	padding-left:  4px;
	padding-right: 4px;
	padding-top:    2px;
	padding-bottom: 2px;	
	margin: 0px;
}
TR {
	background-color: #E4E8DC; /*mainTD*/
}
TR:hover {
	background-color: #DFE8D1; /*mainTH*/
	border: 1px solid #000000; /*titleB*/
}
LI {
	display: list-item;
	list-style-type: none;
	list-style-image: none;
	font-size: smaller;
	margin-left: 0.5em;
}

/* === Custom Elements ===========*/
.bareBones {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: inherit;
}
.coloredBlock1 {
	float: left;
	clear: both;
	background-color: #ddaa44; /*main*/
	border: 1px solid #000000; /*mainB*/ 
	margin-bottom: 1em;
	padding: 5px;
}
.coloredBlock2 {
	background-color: #116600; /*title*/
	border: 1px solid #000000; /*titleB*/
	margin-bottom: 1em;
	padding: 5px;
}
.bigBox {
	color: #000000;
	font-size: 2em;
	display: table-cell;
	width: 300px;
	height: 190px;	
	vertical-align: middle;
	text-align: center;
	background: url(images/big_box.gif) no-repeat;
}
.bigBox:hover {
	color: #000000;
	font-size: 2em;
	display: table-cell;
	width: 300px;
	height: 190px;	
	vertical-align: middle;
	text-align: center;
	background: url(images/big_box_hover.gif) no-repeat;
}

/* === Menu ===================*/
.menuContainer {
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	width: 167px;
	padding: 5px;
	margin: 0px;
	background-color: #116600; /*title*/
	border: 1px solid #000000; /*titleB*/
}
.menuContainer HR {
	color: #000000; /*titleB*/ 
	background-color: #000000; /*titleB*/ 
	height: 2px;
	border: 0px;
	text-align: left;
}
.menuContainer H1 {
	font-size: x-large;
	font-family: 'Verdana', 'Trebuchet MS', 'sans-serif';
	font-weight: bold;
	color: #FFFFFF;
}
.menuChoiceCurrent, .menuChoiceCurrent:visited {
	color: #000000; /*text*/
	font-size: large;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
A.menuChoiceCurrent:hover {
	color: #000000; /*text*/
	text-decoration: none;
}
.menuChoice {
	font-size: large;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

/* === List ===================*/
.liTop {
	font-weight: bold;
}
.note {
	display: inline;
	font-size: smaller;
	font-weight: inherit;
	color: #C0FFC0;
}
TD .note {
	display: inline;
	font-size: smaller;
	font-weight: inherit;
	color: #C000C0;
}

/* === Images ===================*/
IMG.right {
	float: right;
	margin-left: 25px;
	vertical-align: top;
	border: 2px solid #000000;
	clear: left;
}
IMG.left {
	float: left;
	margin-right: 25px;
	vertical-align: top;
	border: 2px solid #000000;
	clear: right;
}

/* === Tables ======================*/
TABLE.sortable a.sortheader {
	margin-right: -1em;
}
TABLE.sortable span.sortarrow {
}

/* === GALLERIES ===================*/
.thumbnail {
	float: left;
	width: 140px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	margin: 10px;
	vertical-align: middle;
}
A.fullsizeLink {
	font-size: xx-small;
	padding: 2px;
	color: #000000;
}
A.fullsizeLink:hover {
	font-size: xx-small;
	text-decoration: none;
	padding: 1px;
	background: #ddaa44;
	border: 1px solid #000000;
}
A#returnToAlbums {
	margin-left: 2em;
	font-size: x-small;
	padding: 3px;
	color: #000000;
}
A#returnToAlbums:hover {
	text-decoration: none;
	padding: 2px;
	background: #ddaa44;
	border: 1px solid #000000;
}

/* === MISC ===================*/
.counter {
	position: relative;
	float: right;
}

/* === Bordered divisions =====*/
.north { background: url(images/north.png) repeat-x top; }
.east { background: url(images/east.png) repeat-y right; }
.south { background: url(images/south.png) repeat-x bottom; }
.west { background: url(images/west.png) repeat-y left; }
.ne { background: url(images/ne.png) no-repeat top right; }
.se { background: url(images/se.png) no-repeat bottom right; }
.sw { background: url(images/sw.png) no-repeat bottom left; }
.nw { background: url(images/nw.png) no-repeat top left; }
