/*----------------- Page Formatting -----------------*/
body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: arial,geneva,helvetica,sans-serif;
}
#container {
	margin: 0 auto;
	width: 690px;
}
#leftcol {
	float: left;
	width: 435px;
}
#rightcol {
	float: left;
	width: 245px;
}
#menutitle { background: #d7a91e; }
#menu {
	background: #f8c840;
}
#menuscroll {
	height: 240px;
	overflow: auto;
	padding: 2px 0 6px 0;
}
/*----------------- Page Styling -----------------*/
b { font-family: arial,geneva,helvetica,sans-serif; }
a { color: #363; }
a:hover {
	color: #090;
	text-decoration:underline;
}
a.button:hover { color: #0f0; }
a.button:visited { color: #0a0; }
a img { border: 1px solid #363; }
a:hover img { border: 1px solid #090 }
td { font-family: arial,geneva,helvetica,sans-serif; }
.text {
	font-family:arial,geneva,helvetica,sans-serif;
	font-size:75%;
	line-height:135%;
}
.label {
	font-family:arial,geneva,helvetica,sans-serif;
	font-size:70%;
}
.labelstrong {
	font-size:70%;
	color: #000;
	font-weight:bold;
}
.headline {
	font-family: arial,geneva,helvetica,sans-serif;
	font-size: 125%;
	font-weight: bold;
}
.clear { clear: both; }
hr {
	height: 1px;
	border: none;
	background: gray;
}
/*----------------- Menu Links -----------------*/
/* Displays Menu Links */
/* Loads First Image At Page Load, and Positions Flipped Images */
#menu a:link {
	color: #FFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none; 
	background-color: #FFF;
}
#menu a:active {
	color: #FFF;
	text-decoration: none;
}
.items {
	margin: 0;
	padding: 0 0 0 15px;
}
.items li {
	display: inline;
	list-style-type: none;
	line-height:14px;
	margin: 0;
	padding: 0;
}
.items a {
	text-decoration:none;
	display:block;
}
.highlight { background: #FFF; }
.normal { background: #FFF; }
#Image {
	margin: -10px 0 10px 0;
	border: 1px solid black;
}
div>#Image { margin: 0 0 10px 0; }
span hr { width: 100%; }

html>body #enlarge2 { visibility: hidden; }