body {
background-image:url(images/background.gif);
background-repeat:no-repeat;
}
.style1 {
	font-size: 14px
}
.style2 {
	color: #05173C;
	font-weight: bold;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height:17px;
}
a.bodytext:link {
    color: #05173C;
	font-weight:bold;
	text-decoration: none;
}
a.bodytext:visited {
    color: #05173C;
	font-weight:bold;	
	text-decoration: none;
}
a.bodytext:hover {
	color: #BD8C00;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a.copyright:link {
    color: #05173C;
	text-decoration: none;
}
a.copyright:visited {
    color: #05173C;
	text-decoration: none;
}
a.copyright:hover {
	color: #BD8C00;
	text-decoration: none;
}
#menu {
width: 140px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 82px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
	z-index: 400;
	}

#menu ul li {
	position: relative;
	z-index: 400;
	}
	
#menu li ul {
	position: absolute;
	left: 60px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	z-index: 400;
	}

/* Styles for Menu Items */
#menu ul li a {
	display: block;
	padding: 0px;
	border: 0px solid #ccc;
	border-bottom: 0;
	z-index: 400;

	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; z-index: 400;}
* html ul li a { height: 1%; z-index: 400;}
/* End */

#menu ul li a:hover { color: #ffffff;} /* Hover Styles */
		
#menu li ul li a {
	height: 30px;
	width: 140px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 400;
	/*background: #F7F3E6; /* IE6 Bug */
} /* Sub Menu Styles */

#menu li ul li a:hover { } /* Hover Styles */
		
#menu li:hover ul, #menu li.over ul { display: block; z-index: 400; top: 0px;} /* The magic */

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC9900;
	line-height:25px;
}
a.headline:link {
    color: #000033;
	text-decoration: none;
}
a.headline:visited {
    color: #000033;
	text-decoration: none;
}
a.headline:hover {
	color: #CC9900;
	text-decoration: none;
}
.dottedline{
	line-height: 20px;
	border-bottom-color:#9ea0b5;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}
.bodytextgold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9900;
	line-height:17px;
}