body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #141414;
	background-image:  url(image/main_back.gif);
	background-color: #171717;
	margin: 0px;
	padding: 0px;
	height: 100%;
    line-height: 17px;
}

a.current {
color: #FFA200;
text-decoration:none;
}

a.current:hover {
color: #FFA200;
text-decoration:none;
}

a.item {
color: #7baddd;
text-decoration:none;
}

a.item:hover {
color: #FFA200;
text-decoration:none;
}

a.menuitem {
color: #7095B9;
text-decoration:none;
}

a.menuitem:hover {
color: #FFA200;
text-decoration:none;
}

a.submenuitem {
color: #808080;
text-decoration:none;
}

a.submenuitem:hover {
color: #FFA200;
text-decoration:none;
}



/* SPECIAL CLASSES */

.main_topback {
	height: 100%;
	width: 100%;
	background-image: url(image/main_topback.gif);
	background-repeat: repeat-x;
}

.main_middleback {
	height: 100%;

}

.main_menu {
	background-color: #f1f1f1;
	background-image: url(image/main_menuback.gif);
}

.main_nav {
	background-color: #f1f1f1;
	color: #94a5b7;
}
.main_copy {
	background-color: #f1f1f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #939393;
	line-height: 15px;
}

.main_header {
	color: #FFA200;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 11px;
	text-align:left;
}

.right_margin {
	background-color: #f1f1f1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}

.left_sub_nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-size: 10px;
	height: 18;
	vertical-align: bottom;
	padding-left: 5;
	padding-bottom: 1;
}

.left_sub_nav_2 {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-size: 10px;
	height: 18;
	vertical-align: bottom;
	padding-left: 5;
	padding-bottom: 1;
}

.bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.flashmap {
	background-color: #ffffff;
}

.top_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

.right_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}

.bottom_right_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.hr {
	margin-top: 7px;
	height: 1px;
	border-style: dashed;
	border-color: #CCCCCC;
}

hr {
	margin-top: 7px;
	height: 1px;
	border-style: dashed;
	border-color: #CCCCCC;
}

/* LINKS */

A {
	color: #FFA200;
	text-decoration: none;
}
