body{
	background-color: #ffffff;
	margin-top: 0;
	margin-left:0;
		margin-right:0;
			margin-bottom:0;
}

p, tr, td {  font-family: times new roman, Arial, Helvetica, sans-serif; font-size: 15px; color: #000000; font-weight: normal; line-height: 18px}
a:visited {  font-family: times new roman, Arial, Helvetica, sans-serif; font-size: 15px; color: #333333; font-weight: bold; line-height: 18px; text-decoration:underline}
a:link {  font-family: times new roman, Arial, Helvetica, sans-serif; font-size: 15px; color: #333333; font-weight: bold; line-height: 18px; text-decoration:underline}
a:hover {  font-family: times new roman, Arial, Helvetica, sans-serif; font-size: 15px; color: #ffe401; font-weight: bold; line-height: 18px; text-decoration:underline}


.welcome {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #ffffff; font-weight: normal; line-height: 11pt}

.homepage {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #666666; font-weight: normal; line-height: 13pt}


.headline1 {  font-family: times new roman, times, Verdana, Arial, Helvetica, sans-serif; font-size: 22px; color: #FCEA08; font-weight: normal; line-height: 22px}
.headline2 {  font-family: times new roman, times, Verdana, Arial, Helvetica, sans-serif; font-size: 26px; color: #FCEA08; font-weight: normal; line-height: 26px}

.homeheadline1 {  font-family: times new roman, times, Verdana, Arial, Helvetica, sans-serif; font-size: 22px; color: #032563; font-weight: normal; line-height: 22px}
.homeheadline2 {  font-family: times new roman, times, Verdana, Arial, Helvetica, sans-serif; font-size: 26px; color: #032563; font-weight: normal; line-height: 26px}
.home {  font-family: times new roman, Arial, Helvetica, sans-serif; font-size: 16px; color: #1c1c1c; font-weight: normal; line-height: 20px}

.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; font-weight: normal;  line-height: 15px}
a.footer:link {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; font-weight: normal;  line-height: 15px}
a.footer:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; font-weight: normal; line-height: 15px}
a.footer:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; font-weight: normal; line-height: 15px}



/**************************************/
/*       Top Navigation 			  */
/**************************************/

div#nav_top {
	position:relative;
	margin:0;
	padding:0;
	height: 48px;
	width:900px;
	z-index:1000;
}
/* top level */

.nav_top_menu {
	position:relative;
	margin:0;
	padding:0;

	height: 48px;
	width:900px;
	background:url('../../images/menu.jpg') no-repeat top left;
	list-style-type:none
}
.nav_top_menu li {
	display:block;
	position:absolute;

	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#494843;
}
.nav_top_menu li a {
	position:relative;
	display:block;
	height:48px;

	text-decoration:none;
	text-indent:-9999px;
}


/* second level */

.nav_top_menu :hover ul {
	visibility:visible;
}

.nav_top_menu ul {
	margin:0;
	padding:0;
	list-style-type:none;

	position:absolute;
	top:48px;
	left:0px;

	visibility:hidden;
}


.nav_top_menu ul a, .nav_top_menu ul a:hover{
	text-indent:0px;
	background:0;
	width:139px;
	height:auto;
	color:#FFFFFF;
	background:#bacd53;
	border-bottom:1px solid #cedc85;
	padding:6px 16px 6px 16px;
	font-weight:bold;
	font-size:11px;
}

.nav_top_menu ul a:hover{
	background:#9dad46;
}

.nav_top_menu ul li {
	position:relative;
}

.nav_top_menu ul ul {
	position:absolute;
	left:140px;
	top:0px;
	visibility:hidden;
}

.nav_top_menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}


.nav_top_menu :hover ul ul {
	visibility:hidden;
}

.nav_top_menu :hover ul :hover ul {
	visibility:visible;
}

.item1 {
	left:94px;
	width:147px;
	height:48px;
}
.item2 {
	left:249px;
	width:98px;
	height:48px;
}
.item3 {
	left:355px;
	width:75px;
	height:48px;
}
.item4 {
	left:438px;
	width:110px;
	height:48px;
}

.item1:hover > a	{ background:url('../../images/menu_over.jpg') no-repeat -94px 0px; }
.item1 a:hover 		{ background:url('../../images/menu_over.jpg') no-repeat -94px 0px; }
.item2:hover > a	{ background:url('../../images/menu_over.jpg') no-repeat -249px 0px; }
.item2 a:hover 		{ background:url('../../images/menu_over.jpg') no-repeat -249px 0px; }
.item3:hover > a	{ background:url('../../images/menu_over.jpg') no-repeat -355px 0px; }
.item3 a:hover 		{ background:url('../../images/menu_over.jpg') no-repeat -355px 0px; }
.item4:hover > a	{ background:url('../../images/menu_over.jpg') no-repeat -438px 0px; }
.item4 a:hover 		{ background:url('../../images/menu_over.jpg') no-repeat -438px 0px; }

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}