* {
	margin: 0;
	padding: 0;
}

HTML, BODY 
{
	width: 100%;
	height: 100%;
	font-family: Verdana;
	color: #696969;
	font-size: 10px;
}

LI 
{
	list-style-type: none;
	float: left;
	margin-right: 5px;
}

H1 {
	color: #006ab3;
	font-size: 24px;
	font-family: "Klavika CH";
	font-weight: normal;
	padding-top: 20px;
}

H2 {
	color: #006ab3;
	font-size: 12px;
	font-family: "Klavika CH";
	font-weight: normal;
}

A {
	color: #f4a21d;
}

#wrap 
{
	width: 100%;
}

.site 
{
	width: 940px;
	margin: 0 auto;
}

.logotop 
{
	background: url('../images/logotop.jpg') no-repeat;
	/*width: 220px;*/
	width: 19px;
	height: 49px;
	float: left;
}

.logo {
	position: absolute;
}

.headerimage {
	height: 137px;
}

.headerimage IMG {
	float: left;
}

.menu 
{
	background: url('../images/headertopbg.jpg') no-repeat;
	height: 49px;
	/*width: 720px;*/
	float: left;
	padding-left: 16px;
}

.menu UL 
{
	
}
.menu A {
	font-family: "Klavika CH";
	font-size: 13px;
	color: #191919;
	text-decoration: none;
}

.menu LI
{
	padding-top: 18px;
}

.menuHover {
	background: url('../images/menuhover.jpg') repeat-x top center;
}

.activeColor {
	color: #f29301;
}

.active {
	background: url('../images/menuhover.jpg') repeat-x top center;
	
}

.active .mainmenulink{
	color: #f29301;
}

.thirdmenu .active {
	background: none;
	color: #f29301;
}

.subactive A 
{
	color: #f29301;
}

.submenu
{
	position: absolute;
	background: url('../images/40alpha.png');
	margin-left: -20px;
	padding: 15px;
	min-height: 120px;
}

.submenu LI {
	float: none;
	border-bottom: 1px dotted #191919;
	padding: 10px 10px;
	padding-left: 0;
	margin-right: 0;
}

.submenu A{
	font-family: Verdana;
	font-size: 10px;
}

.submenu A:hover{
	color: #f29301;
}

.leftside {
	float: left;
	background: url('../images/leftbg.jpg') no-repeat;
	width: 159px;
	min-height: 300px;
	padding: 33px 28px 0 33px;
}

.rightside {
	float: left;
	width: 720px;
	background: url('../images/contentbg.jpg') no-repeat;
	min-height: 300px;
}
.contenttext {
	width: 700px;
	text-align: justify;
	line-height: 14px;
	margin-top: 10px;
}

.contenttext A {
	text-decoration: none;
	color: #FFA500;
}

.contenttext A:hover {
	text-decoration: underline;
}

.contenttext UL, .contenttext OL {
	margin-left: 10px;
}

.contenttext OL LI{
	list-style-type: decimal;
	float: none;
	margin-left: 10px;
}

.contenttext UL LI{
	list-style-type:circle;
	float: none;
	margin-left: 10px;
}



.footer {
	height: 5px;
	background: url('../images/footer.jpg') no-repeat;
}

.clear 
{
	clear: both;	
}

.thirdmenu {
	padding-top: 10px;
}

.thirdmenu A 
{
	color: #006ab3;
	text-decoration: none;
}

.thirdmenu A:hover 
{
	color: #f29400;
}

.contact-fieldset {
	margin-top: 20px;
	width: 100%;
	padding-bottom: 20px;
}

.contact-fieldset TD {
	vertical-align: top;
	padding: 5px;
}

.contact-fieldset TD.label {
	width: 150px;
}

.contact-fieldset TD.value INPUT, .contact-fieldset TD.value TEXTAREA {
	width: 98%;
	border: 1px solid #999999;
	padding: 3px;
}

.contact-fieldset TD.value TEXTAREA {
	height: 10em;
}

.submitbtn {
	width: 80px !important;
	padding: 2px !important;
	float: right;
	margin-right: 3px;
}
