/* 
** right margin is 'auto' to account for IE Win bug 
** that messes up top div display
** also the font-size is declared 
** to account for IE Mac 5 tiny font bug
*/
body {
	position: absolute;
	margin: 0px auto 0px 5%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999;
	font-size: .9em;
}

#container {
	position: relative;
	min-width: 720px;
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
	padding-bottom: 6em;
}

/*
****************
** header divs 
****************
*/
#top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 112px;
	background-image: url(/graphics/greywhite.gif);
	background-repeat: repeat-x;
	background-color: #fff;
}


#topwhite {
	position: relative;
	left: 0px;
	width: 100%;
	background-color: #fff;
}

#searchbox {
	text-align: right;
	display: inline;	
	margin: 0;
	padding: 1ex;
}

/*
*****************************
** global navigation bar divs 
*****************************
*/
#globalnav	{	
	margin: 2ex 0ex;
	padding: 1ex 0ex;
	border-top: 1px solid #C00;
	border-bottom: 1px solid #C00;
	background-color: #DEDEDE;
	min-width: 720px;
	width: 100%;
}

#globalnavbox a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: #900;
}

#globalnavbox {
	margin: 0 10em;
	padding: 0;
	font-size: .8em;
	font-family: Geneva, Verdana, sans-serif;
	white-space: nowrap;
}

/*
****************
** content div
****************
*/
#content {

}
#middle {
	position: relative;
	width: 28em;
	margin-top: 1%;
	padding-right: 4em;
	padding-left: 2em;
	background-color: #fff;
}


#middle a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #ccc;
}

/*
**************************************
** internal navigation divs & stylings
**************************************
*/
#right {
	position: absolute;
	top:156px;
	left: 33em;
	margin: 2em 0 0 0%;
	background-color: #fff;
	width: 200px;
}

#rightbox {
	padding: 0;
	margin: 0;
	background-color: #DEDEDE;
	border: 1px solid #C00;
}

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

#menu ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0em;
	}
	
#rightbox li a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: #900;
}

/* 
*************************************
Saila.com IE/NN4 javascript layout hacks
*************************************
*/
/* 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; }

/*
***********************************
** pseudo-classes, styles and stuff 
***********************************
*/
a:link {
	color: #C00;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #333;
	text-decoration: none;
}

div#middle a:visited {
	color: #900;
	text-decoration: none;
}


a:active {
	color: #FFF;
	text-decoration: underline;
	background-color: #000;
	font-weight: bold;
}

a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: #900;
}
.currentLink {
	text-decoration: underline;
}

.copyMiddle {
	font-size: 12px;
	letter-spacing: .05ex;
	line-height: 16px;
}
.copyRight {
	font-size: .8em;
	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;
}
.clue {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003;
	background-color: #FFC;
	margin-left: 45px;
}
.faqQ {
	font-size: 12px;
	letter-spacing: normal;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}


h {
	color: #333;
	background-color: #FFF;
	font-family: Tahoma, Verdana, sans-serif;
}

h3 {
	font-size: 1.1em;
}

h2	{
	padding-bottom: 1em;
	border-bottom: 1px solid #C00;
	font-size: 1.2em;
}

h1	{
	font-size: 1.5em;
}

p	{
	padding-left: 1ex;
	font-size: .9em;
}
	
ul {
	line-height: normal;
}
li {
	padding-bottom: 3px;
	font-size: .8em;
}

dd {
	padding-bottom: 1em;
	font-size: .9em;
}

dt {
	padding-bottom: 1em;
	font-size: 1.1em;
}
blockquote {
	background-color: #DEDEDE;
	border: 1px #000 solid;
	padding: 1em;
}

img a:hover {
	text-decoration: none;
	background-color: #DEDEDE;
	color: #DEDEDE;
}

.callout {background:#fff;color:#000;border:1px #900 solid; width: 26em;padding: 1em;margin-left:2em;}

.story {border-bottom: 1px #900 solid;}

.instructions {font-size:.8em;font-style:italic;color:#ccc;}