* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #000000;
	background-color: #DFEFF6;
}
#wrapper {
	width: 900px;
	background-image: url(../images/borderbackground.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-position: inside;
}
#header {
	color: #FFFFFF;
	width: 880px;
	float: left;
	height: 64px;
	background-image: url(../images/headerbackground.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: right;
	background-color: #227FC5;
}
#header img {
	float: left;
}
#navigation {
	float: left;
	width: 844px;
	color: #0065B3;
	margin: 0px;
	background-image: url(../images/main.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 225px;
	display: block;
	padding-top: 0px;
	padding-right: 28px;
	padding-left: 28px;
	text-align: center;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul {
list-style-type: none;
padding: 0;
margin: 0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
	float: left;
	position: relative;
	z-index: 100;
	list-style-type: none;
	background-color: #99CC33;
}
/* use the table to position the dropdown list */
.menu table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 25px;
	list-style-type: none;
}
/* style all the links */
.menu a, .menu :visited {
	display: block;
	width: 139px;
	text-decoration: none;
	margin-right: 1px;
	text-align: center;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	list-style-type: none;
	color: #0065B3;
}
/* style the links hover */
.menu :hover {
	color: #A4DD44;
	background-color: #FFFFFF;
	list-style-type: none;
}
/* hide the sub level links */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	width: 139px;
	list-style-type: none;
	background-color: #FFFFFF;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible;
	list-style-type: none;
	color: #A4DD44;
	background-color: #FFFFFF;
}
#leftcolumn {
	height: auto;
	width: 595px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	list-style-position: inside;
}
#rightcolumn {
	float: right;
	height: auto;
	width: 235px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-position: inside;
}
h2{ margin: 0px;
	padding: 0px;
	border: 0px;
}
h2{
	color: #FFFFFF;
	font-size: 13px;
	display: block;
	background-color: #1F81C6;
	background-image: url(../images/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 span{
	padding: 5px 10px;
	display: block;
	background-image: url(../images/h2_span_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #1F81C6;
	font-size: 16px;
}
h2 a:link, h2 a:visited{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 14px;
}
div.section {
	font-size:12px;
	background-color: #DEEEF6;
	background-image: url(../images/section_bg_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	color: #0068B9;
	list-style-type: none;
	list-style-position: inside;
}
div.section span{
	padding:10px;
	display:block;
	background-image: url(../images/section_bg_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #DEEEF6;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: none;
}
#footer {
	width: 880px;
	clear: both;
	color: #666666;
	text-align: center;
	font-size: 10px;
	height: 55px;
	background-image: url(../images/footerbackground.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
h1 {
	font-size: 24px;
	color: #0068B9;
}
ul#bullets {
	display: inline;
	list-style-position: inside;
}
a:link {
	color: #0068B9;
}
a:visited {
	color: #49A4D8;
}
a:hover {
	color: #FEE500;
}
a:active {
	color: #0068B9;
}
#flashbox {
	float: right;
	height: 162px;
	width: 258px;
	display: block;
	text-align: center;
	background-image: url(../images/flash_box/boxtop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 54px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#gallery {
	padding: 0px;
	height: 350px;
	width: 510px;
	margin: 0px;
}
