body {
	background-color: White;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {text-decoration: none;}

#headerSection {background-color: #FF4500;}
#headerTitle {
	font-size: 275%;
	font-weight: bold;
}
#headerSubTitle {
	text-indent: 6ex;
	font-style: italic;
}

#menuSection {color: Aqua;}
#menuSection ul {float: right;}
#menuSection li {
	float: left;
	padding-left: 2ex;
	padding-right: 2ex;
	background-color: #FF4500;
	border-top: 1px blue solid;
	border-bottom: 1px blue solid;
	border-left: 1px blue solid;
}
#menuSection li.first {border-left: 1px blue solid;}
#menuSection li.last {border-right: 1px blue solid;}
#menuSection a:hover {color: Silver;}
#menuSection li a {
	padding: 0.75em 0 0 0.25em;
	color: blue;
}

#languageSelection li {
	float: left;
	padding-left: 2ex;
	padding-right: 2ex;
}
#languageSelection {
	display:inline;
	float: right;
	background-color: #FF4500;
	color: black;
	padding-left: 2ex;
	padding-right: 2ex;
}
#languageSelection a {
	color: black;
}
#languageSelection a:hover {color: Silver;}


#content {clear: both;}

#footer {
	clear: both;
	text-align: center;
	font-size: 75%;
	margin-top: 2ex;
}

#underConstruction {
	margin: 3ex;
	font-size: 75%;
}

:link img,  :visited img {
	color: none;
	border: 0px none none;
}

.thumbnail {
	width: 24ex;
	height: 16ex;
}

.sizeInfo {
	font-style: italic;
	font-size: 75%;
}

