body {
	background-color: #fff;
	font-size: 12px;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
h1 {
	color: #435367;
	font-family: Cambria,Georgia,Palatino,Palatino Linotype,Myriad Pro,Serif;
	font-size: 18pt;
	border-bottom: 2px solid #a7b5c7;

}
h2 {
	color: #435367;
	font-family: Cambria,Georgia,Palatino,Palatino Linotype,Myriad Pro,Serif;
	font-size: 18pt;
	border-bottom: 2px solid #a7b5c7;

}
a {
	color: #435367;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

#header {
	background-image:url(../gfx/header.jpg);
	background-repeat:repeat-x;
	height: 174px;
	margin: 1px 1px 0px 1px;
}
#splash {
	background-image: url(../gfx/top_.jpg);
	position: absolute;
	top: 1px;
	right: 1px;
	height: 258px;
	width: 370px;
	z-index: 0;
}
#navigation {
	list-style:none;
	margin:0;
	margin-top: 1px;
	padding:0;
	width: 100%;
	height: 48px;
	background-image: url(../gfx/bg_nav.jpg);
	background-repeat: repeat-x;
}
#navigation li {
	background: none;
	float:left;
	height: 48px;
	margin: 0;
	margin-right: 6px;
	padding:0;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.05em;
	letter-spacing: -0.01em;
}
#navigation .chosen {
margin-top: -2px;
	border-top: solid 2px #fff;
}
#navigation li a {
	display:block;
	color:#364250;
	text-decoration:none;
	line-height: 47px;
	padding: 0px 12px 0px 12px;	
}
#navigation li a:hover, li a:focus, li a:active {
	background: #364250;
	color: #fff;
}
#content {
float: left;
	width: 100%;
	background-image: url(../gfx/bg_Content.jpg);
	background-repeat: no-repeat;
}	
#content #text {
	line-height: 24px;
	padding: 12px;
	max-width: 900px;
	z-index: 1000;
	background-image: url(../gfx/bottomtext.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#footer {
	background: #a7b5c7;
	background-image: url(../gfx/bg_bottom.jpg);
	background-repeat: no-repeat;
	width: 100%;
}
#footer .display
{
margin: 20px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 6px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 6px;
width: 280px;
height: 152px;
float: left;
border: solid 1px #435367;
background-image:url(../gfx/bg_display.jpg);
}

#footer .display:hover
{
background-color: #435367;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border: solid 1px #435367;
color: #fff;
}
#footer .display:hover > h3
{
color: #fff;
}
#footer .display img
{
margin: 0;
margin-right: 10px;
border: solid 1px #435367;
}
#footer .display h3
{
margin:0;
margin-bottom: 8px;
	color: #435367;
	font-family: Cambria,Georgia,Palatino,Palatino Linotype,Myriad Pro,Serif;
	font-size: 14pt;
}
