@charset "UTF-8";

body{
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	color: white;
	background-color: #002c74;
	background-image: url("img/bg.png");
	background-repeat: repeat;
	font-size: 12px;
	line-height: 1.5em;
}
a:link, a:visited{
	text-decoration: underline;
}
a:link{
	color: #fffad1;
}
a:visited{
	color: #fffad1;
}
a:link:active, a:link:hover, a:visited:active, a:visited:hover{
	color: #ecb64f;
}


h1{
	clear: both;
	height: 28px;
	margin: 1em 0 1em 0;
	padding: 12px 0 0 45px;
	font-size: 190%;
	font-weight: bold;
	text-align: left;
	background-image: url("img/h1_bg.jpg");
	background-repeat: no-repeat;
}
h1.topLogo{
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
}
h2{
	clear: both;
	margin: 0.5em 0 0.5em 0;
	padding: 4px 0 0 28px;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	background-image: url("img/h2_bg.png");
	background-repeat: no-repeat;
	height: 20px;
}
h3{
	clear: none;
	margin: 0.5em 0 0.5em 0;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

table{
	border-collapse: collapse;
}
table caption{
	font-weight: bold;
	text-align: left;
	color: white;
}
table th, table td{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	margin: 0;
	padding: 2px;
	border: 1px solid silver;
}
table th{
	background-color: #005574;
}
td{
}

div.section{
	clear: both;
	padding: 0;
	margin: 1.5em 0 1.5em 0;
}
div.halfSection{
	clear: none !important;
	float: left;
	width: 47%;
	margin-right: 3%;
}
div.smallImageContainer{
	float: left;
	padding: 0 10px 0 0;
}

address{
	clear: both;
	color: silver;
	font-style: normal;
	text-align: center;
	margin: 2em 50px 0 50px;
	padding-top: 0.5em;
	border-top: 2px solid silver;
}


.galleryImageList{
	margin: 0;
	padding :0;
	list-style-type: none;
}
.galleryImageList li{
	display: inline;
	float: left;
	width: 265px;
	margin: 10px 0 10px 0;
	text-align: center;
	vertical-align: center;
}

