html {
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 99px;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	margin-bottom: 25px;
	padding-left: 200px;
	padding-right: 25px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #000046;
}

#header {
	position: absolute;
	display: block;
	width: 500px;
	height: 99px;
	z-index: 10;
	top: 0px;
	right: 0px;
}
#logo {
	position: absolute;
	display: block;
	width: 200px;
	height: 228px;
	z-index: 15;
	top: 0px;
	left: 0px;
}


#leftcolumn {
	position: absolute;
	display: block;
	width: 150px;
	z-index: 25;
	margin: 0px;
	top: 245px;
	left: 22px;
	text-align: center;	
}
#menu {
	display: block;
	width: 150px;
	margin: 0px;
	margin-bottom: 50px;
}
	
#menu a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-indent: 20pt;
	width: auto;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left center;
}
	
#menu a:hover{
	background-image: url(images/menu01.png);
	color: #000046;
}
.active  {
	background-image: url(images/menu02.png);
	color: #FFFFFF;
	font-weight: bold;
}
.inactive  {
	background-image: url(images/menu03.png);
	color: #000046;
} 
#footer {
	display: block;
	clear: both;
	margin-top: 25px;
	font-size: 7pt;
	text-decoration: none;
	color: #000046;
}

	
h1 {
	font-size: 20pt;
	font-weight: normal;
	margin: 0px;
	/* color: #D1A852; */
	color: #C8AC62;
}
h2 { 
	font-size: 12pt;
}
p {
	line-height: 1.75em;
	margin: 0px;
	margin-bottom: 15px;
}
p strong {
	font-size: 12pt;
	line-height: 1.75em;
	font-weight: bold;
}
ul { 
	line-height: 1.25em;
	list-style-type: square;
	font-weight: bold;
}

.slide {
	filter: blendTrans(duration=3);
	border: none;
	float: right;
	margin-left: 30px;
	width: 168px;
	height: 250px;
}

#box33 {
	display: block;
	width: 33%;
	text-align: center;
	float: left;
}
#box33 h2 {
	margin: 0px;
	margin-bottom: 10px;
}
#box33 h2 strong {
	font-size: 18pt;
	color: #C8AC62;
}
#box33 img {
	filter: blendTrans(duration=3);
	width: 200px;
	height: 150px;
	border: none;
	margin-bottom: 5px;
}
