* html {
	overflow: hidden;
}

body {
	background: url(menu_body.gif);
	background-repeat: repeat-y;
	background-color: white;
	background-attachment: fixed;
	margin: 0;
	padding: 0 10px 0 10px;
	border: 0;
	height: 100%;
	overflow-y: scroll;
}

#menu {
	position: fixed;
	display: block;
	top: 99px;
	left: 0;
	width: 100%;
	height: 26px;
	background-color: white;
	z-index: 20;
}

* html #menu {
	position: absolute;
}

#headerText {
	position: fixed;
	display: block;
	top: 0px;
	left: 175px;
	z-index: 20;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 300%;
	margin: 0;
	padding: 0;
}

* html #headerText {
	position: absolute;
}

#printHeaderText
{
	position: static;
	display: block;
	top: 0px;
	left: 0px;
	background-color: white;
	z-index: 20;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 256%;
	margin: 0;
	padding: 0;
}

#title {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 700px;
	height: 99px;
	background-color: transparent;
	z-index: 20;
}

* html #title {
	position: absolute;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}

#content {
	position: relative;
	display: block;
	margin: 0 0 0 0;
	background: transparent;
	overflow: hidden;
	letter-spacing: .08em;
	z-index: 10;
}

.text {
	display: block;
	padding: 10px 10px 10px 10px;
	width: 44%;
	margin-left: 5px;
	text-align: justify;
	float: left;
	color: #000;
}

.nofloat
{
	float: none;
	padding: 10px 10px 10px 10px;
}

.rightfloat
{
	float: right;
	padding: 10px 10px 10px 10px;
}

.full {
	display: block;
	padding: 10px 10px 10px 10px;
	width: 92%;
	margin-left: 5px;
	text-align: justify;
	float: left;
	color: #000;
}

#header {
	position: fixed;
	display: block;
	top: 0;
	right: 0;
	width: 100%;
	height: 99px;
	background: url(../images/menu_top.gif);
	background-repeat: repeat-x;
	/*font-size:40px; font-style:italic; line-height:80px;*/
	font-family: "Times New Roman", Times, serif;
	overflow: hidden;
	color: black;
	z-index: 12;
}

* html #header {
	position: absolute;
	right: 0;
	right /* */: /**/ 17px;
	right: /**/ 17px;
}

#header img {
	float: right;
}

.clear {
	clear: both;
	height: 1px;
}

.date {
	text-align: right;
	line-height: 2em;
	margin-right: 5px;
}

#foot {
	clear: both;
	display: block;
	text-align: center;
	background: transparent;
	font-size: 10px;
	color: #000;
	text-align: center;
}

.h4 {
	font-size: 32px;
	color: navy;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
	letter-spacing: 1px;
	font-weight: bold;
}

.h3 {
	font-size: 14px;
	color: navy;
	letter-spacing: 1px;
	font-weight: bold;
}

.h2 {
	font-weight: bold;
}

#rl {
	position: fixed;
	display: block;
	top: -10px;
	left: 10px;
	width: 600px;
	height: 130px;
	font-size: 60px;
	line-height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	color: rgb(250, 111, 0);
	z-index: 25;
	font-weight: bold;
}

* html #rl {
	position: absolute;
}

#rl div {
	color: #000;
	font-size: 30px;
	margin-top: -40px;
}

.bold {
	font-size: 14px;
	font-weight: bold;
}

#pad {
	display: block;
	height: 125px;
}

#adsie {
	clear: both;
	text-align: center;
}

/* Set up the default font and ovrall size to include image */
.menu {
	font-family: Tahoma, Geneva, "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
}

/* get rid of the default padding - margin and bullets */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* make menu horizontal */
.menu ul li {
	float: left;
	position: relative;
}

/* set up the default top level links */
.menu ul li a,.menu ul li a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	width: 88px;
	height: 1.5em;
	font-weight: bold;
	color: #888;
	border-bottom: 8px solid #888;
	background: #fff;
	padding-left: 10px;
	line-height: 1.5em;
	margin-right: 2px;
}

/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a,.menu ul li a:visited {
	width: 98px;
	w\idth: 88px;
}

/* hide the drop down menu */
.menu ul li ul {
	display: none;
}

/* remove all table style so that it does not interfere with the menu */
.menu table {
	margin: -1px;
	border-collapse: collapse;
	font-size: 1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */
	/* style the top level hover */
.menu ul li:hover a,.menu ul li a:hover {
	color: #000;
	border-bottom: 8px solid purple;
}

/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,.menu ul li a:hover ul {
	display: block;
	position: absolute;
	top: 1.2em;
	margin-top: 11px;
	left: 0;
	width: 96px;
	border: 1px solid #888;
	border-top: 0;
	background: transparent;
}

/* style the drop down links with no hover */
.menu ul li:hover ul li a,.menu ul li a:hover ul li a {
	display: block;
	background: transparent url(../images/opaque.png);
	color: #000;
	border: 0;
	margin: 0;
	color: #333;
	font-weight: normal;
	font-size: 0.9em;
	height: auto;
	line-height: 1em;
	padding: 5px;
	width: 86px
}

/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,.menu ul li a:hover ul li a:hover {
	background: #888;
	color: #fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
	background: transparent filter :   alpha(opacity = 80);
	filter: progid : DXImageTransform . Microsoft . Alpha(opacity = 80);
	opacity: 0.8;
	margin-top: 10px; /* for IE5.5 faulty box model */
	marg\in-top: 11px; /* for IE6 */
}

/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
	background: #ddd;
	width: 96px; /* for IE5.5 faulty box model */
	w\idth: 86px; /* for IE6 */
}
