/*
dark blue: #394056
gold: #ded19f
orange: #ff9500
*/
body, form, div, h1, h2, h3, h4, h5, dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
}
body {
	background-color:#1b1c1e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* Browsers default font size is 16px (medium). This changes default value to 14px  */	
	font-size: 87.5%;
/*	line-height:120%;
	letter-spacing:1px;
*/	color:white;
}
a:link, a:visited, a:active {
	color:white;
	text-decoration:none;
}
a:hover {
	color: #ff9500;
	text-decoration:none;
}
/*img {
	border:5px solid #394056;
}*/
a:link img, a:visited img, a:active img {
	border-color:#394056;
}
a:hover img {
	border-color:#ff9500;
}
a:link img .currentphoto, a:visited img .currentphoto, a:active img .currentphoto {
	border-color:#ff9500;
}
.backgroundcolor {
	background-color:white;
}
.sidecolumns {
	background-color:#1b1c1e;
}
.maincontent {
	background-color:#394056;
	height:600px;  /*NonIE browsers*/
	.height:555px; /*For IE*/
}
.caption {
	color:#ff9500;
	font-size:75%;
	text-align:center;
}
.column1 {width:10px;}
/*Thumbnails*/
.column2 {
	width:92px;
	text-align:center;
	vertical-align:middle;
}
.column3 {
	color:#ff9500;
	font-size:75%;
	text-align:right;
	padding-right:5px;
	vertical-align:bottom;
}
.column4 {
	vertical-align:bottom;
	height:416px;
}
.column5 {
	color:#ff9500;
	font-size:75%;
	text-align:left;
	padding-left:5px;
	vertical-align:bottom;
}
.column6 {width:5px;}
/*This is for nonIE browsers
html>body .maincontent {
	height:635px;
}*/
.resetRelative {
	position: relative;
	top:  0px;
	left: 0px;
}
.starthidden {display:none;}
.menu {
	text-align:right;
	font-weight:bold;
	padding-right:10px;
}
.currentpage {color:#ff9500;}

.thumbnails {
	width:55px;
}
.thumbnails img {
	margin-bottom:5px;
}