@CHARSET "UTF-8";
*{
	font-family: Verdana;
}

body{
	background-image: url('/img/body_background.gif');
	background-position: top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-size: 12px;
	color: #555555;
}

a img{
	border:none;
	vertical-align: middle;
}

a{
	color: #EB4035;
}

div.search input{
	border: 1px #7E9EFC solid;
}

div.header{
	display: table;
	margin:auto;
	width:810px;
	height: 185px;
	overflow:hidden;
	
}
div.header div.links{
	color:#ffffff;
	width:100%;
	text-align:right;
	font-size: 11px;
}
div.header div.links a{
	text-decoration: none;
	color:#ffffff;
	margin-right:10px;
}
div.header div.links a:hover{
	text-decoration: underline;
}

table.main, table.address{
	width:810px;
	margin:auto;
}
table.address{
	background-image: url("/img/address_background.gif");
	background-repeat: repeat-x;
	background-position:bottom;
	height: 23px;
}
table.address img{
	display:none;
}
table.main{
	margin-bottom:20px;
}
table.main tr{
	vertical-align: top;
}
table.main tr td.menu{
	background-image: url("/img/menu_background.gif");
	width:195px;
	padding-left:17px;
	vertical-align: top;
}
table.main tr td.menu div{
	text-align:center;
	margin-top:20px;
}
table.main tr td.menu_bottom{
	background-image: url("/img/menu_bottom.gif");
	background-repeat: no-repeat;
	width:212px;
	height:21px;
}
table.main tr td.print_page{
	text-align:right;
	font-size:10px;
}
table.main tr td.print_page a{
	color: #ff0000;
	text-decoration: none;
}
table.main tr td.print_page a:hover{
	text-decoration: underline;
}
table.main tr td.copyrights{
	text-align:right;
	border-bottom: 2px #7E9EFC solid;
	font-size: 11px;
	padding-top: 15px;
	background-image: url('/img/footer.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

table.main tr td.copyrights a{
	color: #ffffff;
	text-decoration: none;
	padding-left:25px;
	padding-right:15px;
	font-style: italic;
}

table.address tr{
	background-image: url("/img/address_left.gif");
	background-repeat: repeat-y;
}
table.address tr td{
	color: #ffffff;
	padding:0px;
	height: 22px;
	padding-bottom: 3px;
	margin-left:10px;
	padding-left:25px;
	background-image: url("/img/address_right.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	font-style: normal;
}
table.address tr td address{
	font-style: normal;
}
table.main tr td.center{
	padding-left:20px;
	vertical-align: top;
}
table.main tr td.center div.search{
	padding:20px 0px 5px 0px;
	text-align: right;
}

ul.menu, ul.menu ul{
	padding:0px 3px 0px 0px;
	margin:0px;
	list-style: none;
}
ul.menu li{
	margin:2px 0px 2px 0px;
	background-image: url("/img/menu_item.gif");
	background-repeat: repeat-y;
}
ul.menu li.active{
	margin-right:2px;
	background-image: url("/img/menu_selected_item.gif");
}
ul.menu li a{
	padding:3px 0px 3px 10px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
ul.menu ul li{
	background-image: url("/img/submenu_item.gif");
}
ul.menu ul li a{
	font-weight: normal;
	font-size: 11px;
}
	
div.path{
	width: 100%;
	background-image: url('/img/path_top.gif');
	background-repeat: repeat-x;
	height:24px;
	margin:0px;
	display:table;
	padding-bottom:10px;
}

div.path div{
	color: #ffffff;
	font-weight: bold;
	display:inline;
	background-image: url('/img/path.gif');
	background-repeat: repeat-x;
	background-position: top;
	height:24px;
	padding: 0px 0px 9px 4px;
}

div.path a{
	color: #ffffff;
}

div.pageContent{
	margin-bottom:20px;
}
div.pageContent img{
	border-right: 2px #E8E8E8 solid;
	border-bottom: 2px #E8E8E8 solid;
}

div.searchResults{
	margin:20px 0px 20px 0px;
	overflow:hidden;
}

div.searchTitle{
	font-weight:bold;
}

div.searchLink{
	font-size:11px;
}

div.searchDescription{
	font-size: 10px;
	color: #bbbbbb;
}

div.filesToDownload{
	margin-top: 30px;
	float:none;
	clear: both;
}
div.filesToDownload ul{
	padding:0px;
	list-style: none;
}

div.news{
	display:table;
	border:2px #7E9EFC solid;
	width:99%;
	margin-top: 10px;
	padding-bottom: 2px;
}

div.news img{
	float:left;
	margin: 0px 5px 5px 0px;
}
div.newsHeader{
	background-color: #7E9EFC;
	color: #ffffff;
	display:table;
	width: 100%;
	padding:1px 0px 1px 0px;
}
div.newsTitle{
	float:left;
	font-weight: bold;
}
div.newsDate{
	float:right;
	text-align:right;
	font-style: italic;
}
div.newsContent{
	padding:5px;
}

div.pager{
	text-align:center;
}

div.gallery{
	display:table;
	padding-bottom:10px;
	padding-top:10px;
}

div.gallery img{
	float:left;
	vertical-align:top;
	padding: 0px 4px 4px 0px;
}

div.photo{
	float: left;
	padding: 5px;
	text-align: center;
}

div.errorPage{
 text-align:center;
 margin-top: 50px;
}