body {
	font: normal 9pt georgia;
	line-height: 150%;
	margin: 0px auto;
	padding: 0px;
	background-color: #0f2170;
}

div#cmplt {
	width: 756px;
	margin: 0px auto;
}

div#left {
	float: left;
}

div#printhdr {
	display: none;	
}

div#menu {
	float: left;
	width: 261px;
	background-color: #ffbe24;
	padding-top: 10px;
}

div#right {
	float: left;
	width: 485px;
	background-color: #fff5de;
}

div#copy {
	padding: 10px;
}

div#lc {
	float: left;
	width: 220px;
}

div#rc {
	float: left;
	width: 230px;
}

.col {
	border: 1px solid #ffb324;
	margin-left: 20px;
	padding: 5px;
	text-align: left;
	width:300px;
}

a {
	color: #000;
}

.ind {
	padding-left: 20px;
}

.m {
	padding-left: 20px;
	color: #666;
	font-style: italic;
}

.sh {
	font-weight: bold; 
	padding-left: 0px;
}

.sh1 {
	font-style: italic;	
	font-weight: bold;
}

.cr {
	color: #579d48;
	text-align: center;
}

.new {
	color: #579d48;
	font-size: 85%;
}

ul {
	margin: 0;
	padding: 0;
	padding-left: 3px;
	list-style: none;
	width: 124px; /* Width of Menu Items */
	border-bottom: 1px solid #ffbe24;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 125px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
ul.unbulleted {
	padding: 0;
	width: auto;
	border: none;
	margin: 1em 0;
}
ul.unbulleted li {
	position: static;
	margin-left: 2em;
}
h2, h3 {
	font-size: 100%;
	margin-bottom: 0;
	margin-top: 0;
}


/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #ffbe24; /* IE6 Bug */
	padding: 4px;
	border: 1px solid #ffbe24; /* IE6 Bug */
	border-bottom: 0;
	}

ul li a:hover {
	color: #fff;
}

/* Hack for IE */
* html #left {
    height: 100%;
}
/* End IE Hack */	


/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */