body, html {
	scrollbar-face-color: #21A8BB;
	scrollbar-shadow-color: #3E676D;
	scrollbar-highlight-color: #7DD1DD;
	scrollbar-3dlight-color: #7DD1DD;
	scrollbar-darkshadow-color: #3E676D;
	scrollbar-track-color: #CCC;
	scrollbar-arrow-color: #FFF;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('images/headerlogo.gif');
	font: 8pt/10pt tahoma;
}

#navcontainer {
	position: absolute;
	left: 50%;
	margin-left: -439px;
	top: 180px;
	background: none;
	padding: 0px;
	font-family: verdana, sans-serif;
	z-index: 5;
}

ul#navlist {
	list-style: none;
	padding: 0 98 0 98;
	font-size: 9px;
	height: 20;
	width: 798px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff #fff #ccc #fff;
}

ul#navlist li {
	display: block;
	float: left;
	width: 120px;
	margin: 0px;
	padding: 0px;
}

ul#navlist li a {
	display: block;
	color: #666;
	text-decoration: none;
	height: 20px;
	padding: 3 0 0 0px;
	background: transparent url('images/button2.gif') no-repeat;
	background-position: 0 0px;
	border-color: none;
}


ul#navlist li#active a {
	color: #21A8BB;
	height: 20px;
	background: transparent url('images/button2.gif') no-repeat;
	background-position: 0 -40px;
	border-color: none;
}

ul#navlist li a:hover {
	color: #E86F1A;
	height: 20px;
	background: transparent url('images/button2.gif') no-repeat;
	background-position: 0 -20px;
	border-color: none;
}

ul#navlist li#active a:hover {
	color: #E86F1A;
	height: 20px;
	background: transparent url('images/button2.gif') no-repeat;
	background-position: 0 -20px;
	border-color: none;
}

ul.menu2 {
	position: relative;
	height: 100px;
	list-style: none;
	font-size: 9;
	padding: 20 0 15 15px;
	margin: 0px;
	border-style: solid;
	border-width: 0 0 1 0px;
	border-color: #ccc;
}

ul.menu2 li {
	width: 170px;
	margin: 0;
	padding: 0px;
}

ul.menu2 li a {
	height:20px;
	width: 170px;
	padding: 3 0 0 5px;
	color: #666;
	text-decoration: none;
	border-color: none;
}

ul.menu2 li a:active {
	height:20px;
	width: 170px;
	padding: 3 0 0 5px;
	color: #21A8BB;
	background: transparent url('images/button3.gif');
	background-position: 0 -20px;
	text-decoration: none;
	border-color: none;
}

ul.menu2 li a:hover, li a:active:hover {
	color: #E86F1A;
	background: transparent url('images/button3.gif');
	background-position: 0 0px;
	height: 20px;
	border-color: none;
}

a {
	color: #666
}

a:hover {
	color: #E86F1A
}

.logo {
	position: absolute;
	left: 10%;
	top: 35px;
	width: 131px;
	height: 65px
}

.image {
	position: absolute;
	left: 50%;
	top: 120px;
	width: 300px;
	height: 276px
}


.player {
	position: absolute;
	top: 750;
	left: 50%;
	margin-left: -400px;
	height: 140px;
	width: 200px;
	background: #eee
}

.shadow {
	position: absolute;
	top:170px;
	right: 50%;
	margin-right: -420px;
	background: url('images/rightshadow.gif');
	width: 20px;
	height: 980px
}

.shadow2 {
	position: absolute;
	top:1150px;
	right: 50%;
	margin-right: -400px;
	background: url('images/bottomshadow.gif') repeat-x;
	width: 580px;
	height: 50px
}
.shadow3 {
	position: absolute;
	top:1150px;
	right: 50%;
	margin-right: -420px;
	background: url('images/cornershadow.gif');
	width: 20px;
	height: 20px
}
.shadow4 {
	position: absolute;
	top:150px;
	right: 50%;
	margin-right: -420px;
	background: url('images/toprightshadow.gif');
	width: 20px;
	height: 20px
}

.shadow5 {
	position: absolute;
	top:1150px;
	left: 50%;
	margin-left: -200px;
	background: url('images/bottomleftshadow.gif');
	width: 20px;
	height: 20px
}

.textbox {
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-left-style: dashed;
	background: #fff;
	left: 50%;
	margin-left: -200px;
	top: 150px;
	width: 600px;
	height: 1000px;
	padding: 80 0 0 0px;
	color: #666;
	font: 8pt georgia;
	z-index: 1;
	overflow: none;
	visibility: visible
}

.textbox2 {
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #fff #ccc #ccc;
	background: #fff;
	top: 150px;
	left: 50%;
	margin-left: -400px;
	height: 600px;
	width: 200px;
	padding: 60 0 0 0px;
	color: #666;
	z-index: 0;
	overflow: none;
	visibility: visible
}
.box {
	position: absolute;
	background: #fff;
	top: 151px;
	left: 50%;
	margin-left: -205px;
	height: 50px;
	width: 10px;
	visibility: visible;
	z-index: 2;
}

.search {
	position: absolute;
	top: 510px;
	left: 50%;
	margin-left: -98px;
	width: 198px;
	border-width: 1 0 0 0px;
	border-color: #ccc;
	border-style: solid;
	padding: 0px;
	color: #ccc;
	font-size: 9px;
}

.go {
	background: transparent url('images/buttongo.gif');
	width: 25px;
	height: 20px;
	background-position: 0 20px;
	border-style: none;
}

.go a:hover {
	background: transparent url('images/buttongo.gif');
	width: 24px;
	height: 20px;
	background-position: 0 -20px;
	border-style: none;
}

.field {
	border-color: #21A8BB;
	color: #21A8BB;
}

.mainheader {
	color: #E86F1A;
	font-size: 16pt;
	text-decoration: overline;
}

.header {
	font-size: 13.5pt;
}

.services {
	padding-left: 10px;
	padding-right: 50px;
}

.content {
	padding: 0 50 0 10;
}

img.float {
	float: left;
	margin: 6px;
	clear: both;
}

.normal {
	color: #666;
	font-size: 8pt;
}