/* Structural */
body
	{
	background-color: #ffffff; 
	margin: 0px; 
	padding: 0px; 
	background-image: url(sb2.gif); 
	background-repeat: repeat-y;
	} 

/* Text Elements */

h1 { color : #000000; font-family: "Trebuchet MS", Verdana, arial, sans-serif; font-weight : normal; font-size : 14pt; margin-top:15px; margin-bottom:10px; text-decoration : underline; text-align: center }
h2 { color : #000000; font-family: "Trebuchet MS", Verdana, arial, sans-serif; font-weight : bold; font-size : 12pt; margin-top:5px; margin-bottom:0; text-decoration : none; text-align: center;  }
h3 { color : #000000; font-family: "Trebuchet MS", Verdana, arial, sans-serif; font-weight : bold; font-size : 10pt; margin-top:5px; margin-bottom:0; text-decoration: underline; text-align: center }
p { color : #000000; font-family: "Trebuchet MS", Verdana, arial, sans-serif; font-size : 10pt; line-height: 150%; text-align: justify}
.exit { width: 198px; height: 250px; float: left; margin: 2px; color : #000000; font-family: Tahoma, Verdana, arial, sans-serif; font-size : 10pt; line-height: 125%; text-align: center;}
.dropcap { font-size: 150%; font-weight: bold }
.smalltext {color : #000000; font-family: Arial, Helvetica, sans-serif; font-size : 8pt; line-height: 125%; }
.lineblock { text-align: center; border-top: 1px #990000 solid; border-bottom: 1px #990000 solid; }

/* Links */

a img {border: none; } 

a.navlink:link {color: black; font-family: Arial, sans-serif; font-weight : bold; font-size : 10pt;  text-decoration :none; }
a.navlink:visited {color: black; font-family: Arial, sans-serif; font-weight : bold; font-size : 10pt; text-decoration :none; }
a.navlink:hover {color: white; font-family: Arial, sans-serif; font-weight : bold; font-size : 10pt;  text-decoration :none; background-color: black}
a.navlink:active {color: black; font-family: Arial, sans-serif; font-weight : bold; font-size : 10pt;  text-decoration :none; }

a.inlinelink:link {color: blue;  text-decoration :none; }
a.inlinelink:visited {color: blue;  text-decoration :none; }
a.inlinelink:hover {color: #990000; text-decoration :underline; }
a.inlinelink:active {color: blue; text-decoration :none; }

.dynlink {cursor:pointer; cursor:hand; text-decoration: none; color: #990000; }

/* Content */

.mainbody
	{
	background-color: #ffffff; 
	margin-top: 75px; 
	margin-left: 160px; 
	margin-right: 145px;
	font-family: Verdana, arial, sans-serif; 
	padding: 15px; 
	minimum-height: 1000px;
	text-align: center
	}

.leftside 
	{
	position: absolute; 
	top: 75px; 
	left: 0px; 
	width: 160px; 
	padding: 0px 5px 0px 5px; 
	text-align: center;
	}

.rightside
	{
	position: absolute; 
	top: 75px; 
	right: 0px; 
	border-left: 1px #990000 solid; 
	border-bottom: 1px #990000 solid; 
	width: 140px; 
	padding: 0px 5px 0px 5px; 
	text-align: center;
	}

/* Boxes */

.sidebox
	{
	width: 140px;  
	padding: 0px;
	border: 0px #999999 solid; 
	background-color: #990000; 
	font-family: Arial, Helvetica, Sans-Serif; font-size: 10pt; 
	font-weight: bold; 
	color: #ffffff;
	vertical-align: middle;
	}

.quotebox
	{
	width: 125px;  
	height: 100px;
	padding: 5px;
	margin: 5px;
	background-image: url(/qb.gif);
	font-family: Arial, Helvetica, Sans-Serif; font-size: 11pt; 
	font-weight: bold; 
	color: #ffffff;
	}

.featuread 
	{
	width: 300px; 
	height: 250px; 
	margin-right:10px; 
	margin-bottom:10px; 
	background-color:#ffffff; 
	text-align:left; 
	float:left
	}

.sidefeature
	{ 
	width: 140px; 
	padding: 10px; 
	background-color: white; 
	text-align: center; 
	}


/* Additional Classes */

.topbarfill {width: 100%; height: 75px; position: absolute; top: 0px; left: 0px; float: left; background-image: url("/top2.gif"); background-repeat: repeat-x; }
.topright {position: absolute; top: 15px; right: 10px; }

/* Menu */

ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	width: 140px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 139px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	font-family: Arial, sans-serif; font-weight : bold; font-size : 10pt;  
	}

ul li a:hover { color: #990000; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

table {color : #000000; font-family: Arial, Helvetica, sans-serif; font-size : 10pt; }

