body {
	font: normal 8pt/14pt Lucida Grande, Verdana, sans-serif;
	vertical-align:middle;
	background-color: transparent;
	color: black;
}

#shell {
	min-height: 500px;
	clear:both;
	background-color: transparent;
	width:700px;
	vertical-align:middle;
	padding:0 0 0 0;
	overflow: auto;
	border: 1px solid gray;
	display: block;
	visibility: visible;
	margin: auto;
}

#homepart {
	clear: left;
	width: 600px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	padding-left: 50px;
	padding-right: 50px;
}

#mainpart {
	float: left;
	width: 430px;
	margin: 10px 0 0 10px;
	padding: 0;
	display: block;
}

#subpart {
	width: 220px;
	float: right;
	font-size: smaller;	
	margin: 10px 10px 0 0;
	display: block;
	padding: 0;
}

#titlebar {
	clear: both;
	font-size: 2em;
	height: 320px;
	background-color: #FFFFFF;
	line-height:2em;
	color: #000033;
	width: 700px;
	margin: 0 auto;
}

#titlebar2 {
	clear: both;
	margin: 0 auto;
	padding-top:0;
	color: #000033;
	height:60px;
	vertical-align:top;
	width: 700px;
	background-image: url(images/bar2bkg.gif);
}

#nav { padding:0; margin:0 auto; clear:both; width:700px;
}

ul.menu {
	margin: 0 auto;
	padding: 0;
	list-style: none; width:175px;
	border-top: 2px solid #ff8300;
	font-size: 13px;
	font-variant: small-caps;
	z-index: 1;
}

ul.menu li { float:left;
	position: relative;
	width: 175px;
	}
	
ul.menu li ul.subm {
	position: absolute;
	left: -40px; /* Set 1px less than menu width */
	top: 2em;
	display: none;
}

/* Styles for Menu Items */
ul.menu li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #4176B5;
	font-weight: bold;
	}

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

ul.menu li a:hover {
	color: #000;
	background-color: #999966; z-index: 1;
} /* Hover Styles */
		
ul.menu li ul.subm li a { padding: 2px 5px; } /* Sub Menu Styles */
		
ul.menu li:hover ul.subm, li.over ul.subm {
	display: block;
	list-style-type: none; z-index: 1;
} /* The magic */
h3 {
	color: #999966;
}
.ruleline {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.specialbullet {
	list-style-type: disc;
	line-height: 14px;
	text-indent: 0px;
}
