html { min-height: 100%; margin-bottom: 1px; }

body
{
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background: #000;
	font-family: arial, sans-serif;
}
	
#wholepage
{
	width:785px;
	margin:0px auto;
	text-align:left;
	border: 1px solid black;
	padding: 0px;
	position: relative;
}

#mainbox
{
 background: #fff url('graphics/main_bg_long.jpg') top left repeat-y;
 width:785px;
 margin:0px auto;
 text-align:left;
 position: relative;
}

#navbox
{
 color: #000;
 position: absolute;
 z-index: 1;
 top: 15px;
 right: 520px; 
 text-align: right;
} 

a.navbox, a:visited.navbox
{
 font-family: "times new roman", serif;
 font-size: 1.1em;
 font-weight: bold;
 text-decoration: none;
 color: #2700ee;
}

a:hover.navbox
{
 font-family: "times new roman", serif;
 font-size: 1.1em;
 font-weight: bold;
 text-decoration: underline;
 color: #2700ee;
}

a.authorlink, a:visited.authorlink
{
 font-family: "times new roman", serif;
 font-size: 1.1em;
 text-decoration: underline;
 color: #000;
}

a:hover.authorlink
{
 font-family: "times new roman", serif;
 font-size: 1.1em;
 text-decoration: underline;
 color: #000;
}

#content
{
 color: #000;
 font-family: trebuchet, arial, sans-serif;
 font-size: 0.7em;
 position: relative;
 margin-top: 0px;
 margin-left: 280px;
 margin-right: 180px;
 text-align: left;
 padding: 5px;
} 

#contentwide
{
 color: #000;
 font-family: trebuchet, arial, sans-serif;
 font-size: 0.7em;
 position: relative;
 margin-top: 0px;
 margin-left: 280px;
 margin-right: 10px;
 text-align: left;
 padding: 5px;
} 

#contentright
{
 color: #000;
 font-family: "times new roman", serif;
 font-size: 12pt;
 font-weight: bold;
 position: absolute;
 z-index: 1;
 top: 10px;
 right: 10px; 
 width: 150px;
 text-align: center;
} 

.eventstable
{
 color: #000;
 font-family: trebuchet, arial, sans-serif;
 font-size: 1.0em;
}

h1
{
 font-family: "times new roman", serif;
 font-size: 12pt;
 font-weight: bold;
 color: #000;
 margin: 8px, 0px, 5px, 0px;
}

hr {
height: 0;
border: 0;
border-top: 1px solid #993300;
}

a.botnav, a:visited.botnav
{
 font-family: "times new roman", serif;
 font-size: 12pt;
 font-weight: bold;
 text-decoration: none;
 color: #000;
}

a:hover.botnav
{
 font-family: "times new roman", serif;
 font-size: 12pt;
 font-weight: bold;
 text-decoration: underline;
 color: #000;
}

a.booklink, a:visited.booklink
{
 color: #000;
 font-family: trebuchet, arial, sans-serif;
 font-size: 1.0em;
 text-decoration: none;
}

a:hover.booklink
{
 color: #000;
 font-family: trebuchet, arial, sans-serif;
 font-size: 1.0em;
 text-decoration: none;
}

.smalltext
{
 font-family: verdana;
 font-size: 7pt;
 color: #000;
}

a.smalltext, a:visited.smalltext
{
 font-family: verdana;
 font-size: 7pt;
 font-weight: bold;
 color: #000;
 text-decoration: none;
}

div#iepopup, div#popup {text-align: left; margin: 0 0 0 80px;}

#popup a, #popup a:visited,
#iepopup a, #iepopup a:visited
{
position: relative;
display: block;
width: 130px; 
line-height: 30px;
text-align: right;
padding: 0 10px;
margin: 0;
border: 1px solid #666;
text-decoration: none;
color: #000;
background: #eee;
}

#popup a span, #iepopup a span
{display: none;}

#popup a:hover {
color: #f00;
}

/* the IE correction rule */
#iepopup a:hover	{
color: #f00;
text-indent: 0; /* added the default value */
}


#popup a:hover span, #iepopup a:hover span{
display: block;
position: absolute;
top: 0px;
left: 150px;
width: 250px;
margin: 0px;
color: #000;
background: #fee;
text-align: left;
}

