/*secrets of SoMa Hunt styles*/
body {
	position: relative;
	min-width: 600px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 600px;
	width: 100%;
	height: 112px;
	z-index: 1;
}
#topgrey {
	position: absolute;
	top: 0;
	left: 0%;
	min-width: 600px;
	width: 100%;
	height: 54px;
background-color: #666666;
border-bottom: 1px solid #000000;
}
#topblack {
	position: absolute;
	top: 21px;
	left: 0%;
	min-width: 600px;
	width: 100%;
	height: 61px;
	background-color: #000000;
}
#topwhite {
	position: absolute;
	top: 113px;
	left: 0px;
	min-width: 600px;
	width: 100%;
	height: 40px;
}
#middle {
	position: absolute;
	top:148px;
	left:1%;
	min-width: 360px;
	width: 70%;
	background-color: #FFFFCC;
	border: 1px solid #000000;
	margin-top: 1%;
	padding-right: 4px;
	padding-left: 4px;
}
#right {
	position: absolute;
	top:152px;
	left: 80%;
	width: 19%;
	margin: 0% 0 0 0%;
}

#menu ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0em;
	}

/* HR styles need for IE/Win. */
hr.holder { width:600px; visibility: hidden; } /* Equal to 'top' */
hr.left, hr.right { width: 120px; visibility: hidden; }
hr.middle { width: 360px; visibility: hidden; } 

/* These HR styles replace the above, and are needed for Netscape 4.x. 
   Left and right margins are half the relevant DIV width */
hr.holder { width:0; margin: 0 300px; } /* Equal to 'top' */
hr.left, hr.right { width: 0; margin: 0 60px; }
hr.middle { width: 0; margin: 0 180px;  } 

/* DIVs must have a border value set in Netscape 4.x */
div { border: none; }

a:hover {
	color: #FFFFCC;
	text-decoration: underline;
	background-color: #330000;
}
a:visited {
	color: #993300;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a:active {
	color: #FFFFCC;
	text-decoration: underline;
	background-color: #CC6600;
}
a:link {
	color: #006600;
	text-decoration: underline;
	font-weight: normal;
}
.copyMiddle {
	font-size: 12px;
	letter-spacing: .05ex;
	line-height: 16px;
	color: #330000;
}
.copyRight {
	font-size: 12.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 0em;
	left: 1em;
	padding-left: 0em;
	line-height: 16px;
}
.copyLeft {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.copyList {
	font-size: 13px;
	line-height: 17px;
	color: #330000;
	background-color: #FFFFCC;
}
.clue {
	font-family: Georgia, Times, serif;
	color: #FFFFCC;
	background-color: #CC6600;
	margin-left: 45px;
}
.question {
	font-size: 12px;
	letter-spacing: normal;
	line-height: 20px;
	font-weight: bold;
	color: #CC3300;
}
.currentLink {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
h4 {
	color: #330000;
	text-transform: none;
}
h3 {
	font-size: 24px;
	font-weight: normal;
	color: #330000;
}
ul {
	font-size: 13px;
	line-height: normal;
}
li {
	padding-bottom: 3px;
}
h5 {
	color: #663333;
	background-color: #FFFFCC;
}
