div#header
{
	background-image:url(../images/information-header.jpg);
	background-repeat:no-repeat;
	height:39px;
	margin-bottom:10px;
	padding-top:101px;
}

div#leftcolumn
{
	width:368px;
	margin-left:10px;
	float:left;
	display:inline;
	font-size:0.8em;
	text-align:justify;
	background-color:#e5e5e5;
	padding:10px;
	height:674px;
	border:1px solid #d5d5d5;
}

div#rightcolumn
{
	width:364px;
	margin-right:14px;
	float:right;
	display:inline;
	font-size:0.8em;
	background-color:#e5e5e5;
	padding:10px;
	height:674px;
	border:1px solid #d5d5d5;
}

span.highlight
{
	font-weight:bold;
	color:#001e6b;
	font-size:1.1em;
	float:right;
}

span.highlight2
{
	font-weight:bold;
	color:#001e6b;
	font-size:1.1em;
	float:left;
}

div.oddrow
{
	background-color:#d4e0ff;
	width:345px;
	height:16px;
	padding-left:10px;
	padding-right:10px;
}

div.evenrow
{
	background-color:#bbcdff;
	width:345px;
	height:16px;
	padding-left:10px;
	padding-right:10px;
}

span.leftblock
{
	display:block;
	float:left;
	font-weight:bold;
}

span.rightblock
{
	display:block;
	float:right;
}

div#photogallery
{
	width:761px;
	background-color:#e5e5e5;
	border:1px solid #d5d5d5;
	margin-left:10px;
	padding:10px;
	height:auto;
	font-size:0.8em;
	height:auto;
}

ul.photogallery
{
	width:740px;
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.photogallery li
{
	float:left;
	display:inline;
	width:246px;
	text-align:center;
}

div#photogallery a,a:active,a:visited
{
	color:#001e6b;
	font-weight:bold;
}

div#photogallery a:hover
{
	color:black;
}