/* Standard Elements */
* {
	margin: 0;
	padding: 0;
	}
	
a {
	color: #DB934D;
	}
	
a:hover {
	color: #06F;
	}	

body {
	background-color: #FEFAE7;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	overflow: hidden;
	}
	
p {
	font: normal 100% arial,sans-serif;
	font-size: 0.9em;
	text-align:justify;
	}
li {
	font: normal 100% arial,sans-serif;
	font-size: 0.9em;
}

h1 {
	font: normal Verdana,sans-serif;
	color: #DB934D;
	font-size: 2.1em;
	margin-bottom: 4px;
	}
	
h2 {
	font: normal 100% Georgia,sans-serif;
	color: white;
	font-size: 1.2em;
	margin-bottom: 3px;
	}
h3 {
	font: bold italic 100% Georgia,sans-serif;
	color: white;
	font-size: 1.3em;
	margin-bottom: 3px;
	}	
h4 {
	font:  bold 100% arial,sans-serif;
	color: #DB934D;
	font-size: 0.8em;
	}
h5 {
	font:  normal 100% arial,sans-serif;
	color: #DB934D;
	font-size: 0.5em;
	}
h6 {
	font:  italic 100% arial,sans-serif;
	color: #DB934D;
	font-size: 0.8em;
	}	
.h7 {
	font:  bold 100% Lucida Sans Unicode,sans-serif;
	color: #DB934D;
	font-size: 1.0em;
	}
.h8 {
	font:  normal 100% Lucida Sans Unicode,sans-serif;
	color: #DB934D;
	font-size: 1.7em;
	}
.h9 {
	font:  normal 100% Lucida Sans Unicode,sans-serif;
	color: black;
	font-size: 1.7em;
	}

img 	{padding:0px;
	border-style:solid;
	border-color: black;
	border-width:1px;	
	}		

/* Class Elements */
.mainfont {
	font: normal 100% arial,sans-serif;
	font-size: 1.05em;
	}	
.tablemain{
	height: 90%;
	//height: 100%;
	}
.tablemainsmall{
	height: 79%;
	//height: 86%;
	}
.pmain {
	font: italic 100% arial,sans-serif;
	font-size: 0.8em;
	text-align:justify;
	}
.cmain {
	font: italic 100% arial,sans-serif;
	font-size: 0.9em;
	text-align:center;
	}
.ad {
	font: bold 100% arial,sans-serif;
	color: Black;
	font-size: 1.2em;
	text-align:center;	
	}
.form {
	font: italic 100% Georgia,sans-serif;
	font-size: 1.0em;
	text-align:left;
	}	

.Header {
	background-color: black;
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	height: 100px;
	} 
	
.SubHeader {
	background-image: url('img/menu_bar.jpg');
	background-repeat: repeat-x;
	position: absolute;
	top: 100px; left: 0px;
	width: 100%;
	height: 25px;
	overflow: hidden;
	}
	
.Menu {

	background-image: url('img/menu.jpg');
	background-repeat: no-repeat;
	background-color: black;
	background-position: bottom;
	position: absolute;
	top: 125px; left: 0px;
	width: 200px;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	}	
	
.Info {
	background-color: #FEFAE7;
	position: absolute;
	top: 125px; left: 0px;
	width: 100%;
	height: 85%;
	overflow: auto;
	}
	
.InnerInfo {
	//width: 100%;
	padding-left: 220px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 25px;
	//height: 100%;	
	//overflow: auto;
	//z-index: 2;
	}
	
/* Sub Header */
.SubHeaderLink a{
	display:block;
	border:1px solid;
	border-color:#f3f3f3 #bbb #bbb #f3f3f3;
	color: #F8F3CC;
	font-size: 0.9em;
	padding: 0px 0px 1px 0px;
	text-decoration: none;	
	height: 16px;
	}
	
.SubHeaderLink a:hover {
	color: #DB934D;
	background: #F8F3CC;
	}
	
/* Menu */
.sidenavTitle {
	font: strong Verdana,sans-serif;
	padding-left: 25px;
	color: #C47520;
	font-size: 1.2em;
	height: 30px;
	}
	
.sidenavLink a {
	color: white;
	display: block;
	font-size: 0.8em;
	font-face: bold;
	padding: 0px 0px 2px 20px;
	text-decoration: none;
	}
	
.sidenavLink a:hover {
	color: white;
	background: #DB934D;
	}
		
.button{
	color: white;
	background: #DB934D;
	}	

#footer {	
	font: italic 100% Georgia,sans-serif;
	font-size: 1.0em;
	text-align:left;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
		

