html,body{
	margin:0;
	padding:0;
}

body{
	font-family: "Verdana";
	background:#fff;
}

div#header{
	margin:0 0 30px;
	padding:0;
	height:169px;
	background:url('images/header-bg.jpg') top left repeat-x;
	width:100%;
}

div#headerwrap{
	margin:0 auto;
	padding:0;
	width:1000px;
	cursor:pointer;
	position: relative;
}

div#logo{
	background:url('images/logo.jpg') top left no-repeat;
	float:left;
	width:720px;
	height:150px;
	display:inline;
	margin:0;
	padding:0;
}

img#headerimage{
	display:block;
	float:right;
	border:none;
	background:transparent;
	padding:0;
	margin:0;
	width:266px;
	height:169px;
}

span.headerImageText {
	display: block;
	position: absolute;
	top: 139px;
	left: 788px;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	white-space: nowrap;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div#wrapper{
	text-align:left;
	width:1000px;
	margin:0 auto 6px;
}

div#navigation{
	float:left;
	width:200px;
}

ul#nav, ul#nav li ul#sub{
	list-style-type:none;
	padding:0;
	margin:0 0 0 10px;
}

ul#nav li ul#sub{
	margin:0 0 0 6px;
}

ul#nav li{
	width:170px;
	padding:0 0 0 7px;
	background:url('images/menu-left.jpg') top left no-repeat;
	margin:0 0 4px;
}

ul#nav li.active{
	background:url('images/menu-left-active.jpg') top left no-repeat;
	margin:0 0 2px;
}

ul#nav li a{
	color:#fff;
	text-decoration:none;
	background:url('images/menu-right.jpg') top right no-repeat;
	display:block;
	height:24px;
	font-size:9pt;
	padding:8px 7px 0 0;
	font-weight:bold;
	text-align:center;
}

ul#nav li.active a{
	background:url('images/menu-right-active.jpg') top right no-repeat;
}

ul#nav li a:hover, ul#nav li ul#sub li a:hover{
	color:#ccc;
}

ul#nav li ul#sub li{
	background:url('images/submenu-tree.jpg') top left no-repeat;
	padding:4px 0 0 13px;
	margin:0;
	font-size:8pt;
	width:150px;
	height:32px;
}

ul#nav li ul#sub li.last{
	background:url('images/submenu-tree-last.jpg') top left no-repeat;
}

ul#nav li ul#sub li a{
	color:#fff;
	text-decoration:none;
	background:url('images/submenu-bg.jpg') top left no-repeat;
	height:20px;
	display:block;
	font-size:7pt;
	padding:7px 7px 3px;
	margin:0;
	font-weight:bold;
	text-align:center;
	width:136px;
	border:1px solid transparent;
}

ul#nav li ul#sub li.active a{
	background:url('images/submenu-active-bg.jpg') top left no-repeat;
}

ul#nav li ul#sub li.last a{
	margin:0;
}

div#content{
	float:right;
	width:800px;
}

div#content h1{
	color:#0d0087;
	margin:0 10px 20px;
	border-bottom:1px solid black;
	padding:0 24px 6px 6px;
	font-size:16pt;
	line-height:16pt;
	text-align:left;
}

#content h2{
	color:#0d0087;
	margin:0 10px 10px;
	padding:0 24px 6px 6px;
	font-size:9pt;
	line-height:13pt;
	text-align:left;
}

#content h3{
	color:#0d0087;
	margin:0 10px 8px;
	padding:0 24px 6px 6px;
	font-size:9pt;
	line-height:11pt;
	text-align:left;
}

div#content p, div#content p.first{
	color:#000;
	margin:0 10px 10px;
	padding:0 24px 6px 6px;
	font-size:10pt;
	line-height:15pt;
	text-align:justify;
}

div#content p.first{
	font-weight:bold;
}

#content p a, #content p.first a{
	font-size:10pt;
	font-weight:bold;
	color:#0d0087;	
	text-decoration:none;
}

#content p a:hover, #content p.first a:hover{
	font-size:10pt;
	font-weight:bold;
	color:#0d0087;	
	text-decoration:none;
}

#content p.gallery{
	color:#000;
	margin:0 10px 20px;
	padding:0 24px 6px 6px;
	line-height:15pt;
	text-align:center;
	font-size:10pt;
}

img.thumbnail{
	border:1px solid #7c7c7c;
	background:#d7d7d7;
	padding:6px 6px 10px 6px;
	margin:4px;
}

img.thumbnail.right{
	float:right;
	margin:0 0 10px 16px;
}

img.thumbnail.left{
	float:left;
	margin:0 16px 10px 0;
}

img.thumbnail.center{
	display:block;
	margin:0 auto;
}

table{
	clear:both;
	font-size:10pt;
	color:#000;
	margin-bottom:30px;
}

table a, table a:hover{
	font-size:10pt;
	font-weight:bold;
	color:#0d0087;	
	text-decoration:none;
}

.tx{
	background-color:#d7d7d7;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	color:#000;
}

.inptx{
	color: #000;
	border:1px solid #656565;
}

label{
	font-size:9pt;
	color:#000;	
	margin-right:4px;
	text-align:left;
}

.button{
	font-size:9pt;
	font-weight:bold;
	color:#cc0000;
	border:1px solid #000;
	background-color:#fff;
}

div#footer{
	width:100%;
	padding:0;
	height:128px;
	background:url('images/footer-bg.jpg') top left repeat-x;
	text-align:center;
}

a.footer-link{
	text-decoration:none;
}

a.footer-link img{
	border:none;
	margin:24px 6px 0;
}

div#footer p{
	color:#fff;
	font-weight:bold;
	font-size:9pt;
	margin:8px 0 0;
	padding:0;
}

div#footer p a{
	text-decoration:none;
	color:#fff;
}

div#footer p a:hover{
	color:#ccc;
}

.clear{
	clear:both;
}