/*
<style>
/* */

body
	{
	background: url(images/background-body.jpg) repeat-x #11114D;
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	}

td, th
	{
	font-family: Verdana;
	font-size: 12px;
	}

/* * * * * * * * * * *
 * Containers
 * divs one inside the other - centers page
 * * * * * * * * * * */
#containerIE
	{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#container
	{
	text-align: left;
	width: 860px;
	margin: 0px auto;
	padding: 0px;
	}
/* * * * * * * *
 * Menu
 * * * * * * * */
#menu
	{
	background: url(images/background-logo.jpg) no-repeat;
	width: 860px;
	height: 286px;
	}
#menu .menuItems
	{
	width: 820px;
	height: 44px;
	margin-left: 22px;
	margin-top: 239px;
	}
#menu .menuItems td
	{
	text-align: center;
	}
#menu .menuItems td.spacing
	{
	width: 1px;
	background: #DDDDDD;
	}
#menu .menuItems a
	{
	color: #4B4B4B;
	text-decoration: none;
	font-weight: bold;
	}
#menu .menuItems .active a
	{
	color: #527AAB;
	}

/* * * * * * * *
 * Content
 * * * * * * * */
#content
	{
	background: url(images/background-content-inner.gif) repeat-y;
	width: 860px;
	}
#content .contentInner
	{
	background: url(images/background-content.gif) no-repeat;
	}
#content .pageText
	{
	margin: 0px;
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 20px;
	color: #323232;
	}

#content .pageText h1
	{
	color: #436795;
	margin: 0px;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCE1FC;
	}
#content .pageText b, #content .pageText strong, #content .pageText a
	{
	color: #436895;
	}
#content .galleryItem
	{
	float: left;
	display: inline;
	border: 1px solid #C2C2C2;
	margin: 3px;
	}
#content .galleryItem img
	{
	border: 1px solid #C2C2C2;
	}
#content .galleryNavigation
	{
	height: 20px;
	}
#content .galleryNavigation a
	{
	color: #527AAB;;
	}
#content .galleryNavigation img
	{
	border: 0px;
	}
/* * * * * * * *
 * Bottom
 * * * * * * * */
#banner
	{
	background: url(images/background-content-banner.gif) no-repeat;
	width: 860px;
	height: 186px;
	color:#ECECEC;
	}
#banner .banner
	{
	width: 820px;
	height: 184px;
	margin-left: 22px;
	color: #4F6682;
	}
#banner .banner .bannerImg
	{
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	display: inline;
	border: 1px solid white;
	}
#banner .banner .bannerTxt
	{
	float: left;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
	width: 430px;
	}
#banner .banner .bannerTxt a
	{
	color: #4F6682;
	}

/* * * * * * * *
 * Bottom
 * * * * * * * */
#bottom
	{
	background: url(images/background-content-bottom.gif) no-repeat;
	width: 860px;
	height: 100px;
	color:#ECECEC;
	}
#bottom a
	{
	color:#ECECEC;
	}
#bottom td
	{
	color:#ECECEC;
	}
#bottom .contact
	{
	float: right;
	display: inline;
	margin-top: 35px;
	margin-right: 25px;
	}
#bottom .copyright
	{
	float: left;
	display: inline;
	margin-top: 35px;
	margin-left: 25px;
	}
/* * * * * * * *
 * General
 * * * * * * * */
 form
 	{
 	margin: 0px;
 	}
.topper
	{
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.clearer
	{
	clear: both;
	}
.hidden
	{
	display: none;
	}
.right
	{
	float: right;
	}
