/* globals */
html,body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

body {
	margin: 0px;
}

td {
	font-size: 14px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal;
	color: #333;
}

strong {
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold;
	color: #FFF;
}

h1 {
	font-size: 18px;
	font-style: normal; 
	font-weight: bold;
	color: #081f58;
}

#Credits {
	font-size: 11px;
	color: #666;
}

#Footer {
	background-color: #cc9900;
	padding: 5px 10px 5px 10px;
	text-align: center;
	color: #FFF;
	margin: 0 0 60px 0;
}

a.Footer {	
	color: #FFF;
	text-decoration: none;
}

a.Footer:hover {
	text-decoration: underline;
}

h2 {
	margin: 0;
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal;
	color: #FFF;
}

#MainContent {
	margin: 0;
	color:#081f58;
	text-align: justify;
}

#navlist {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #FFF;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: right;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #e5e5e5;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #FFF;
	padding-bottom: 2px;
	background: transparent;
	color: #FFF;
}

#navlist a:hover { color: #FFF; }

#photos {
	margin: 5px 5px 5px 5px;
	padding: 0;
	background: #FFF;
	border: 1px solid #FFF;
}

#thumbs {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background: #FFF;
	border: 1px solid #e6e6e6;
}

#HeaderContent {
	color: #FFF;
	text-align: right;
	margin-right: 10px;
}

