#mainContent {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 1024px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
/**	font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: small;
	font-weight: normal;
	margin: 0px;
	line-height:20px;
	background-color: #BCB56F;
}
h1, h2, h3, h4, h5, h6 {
	/* color: #686300;  */
	color: #663366; 
	font-family: Georgia, serif;
}
.h3 {
	color: #663366;
	font-family: Georgia,serif;
}
a:link, a:visited { 
	color: #663366; 
	text-decoration: none; 
}
a:hover, a:active { 
	color: #663366; 
	text-decoration: underline; 
}
p {
	padding: 15px;
	text-align:justify;
}
#header {
	background-image: url(/images/top_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 326px;
	width: 1024px;
}
#mainContent #middle #nav {
	margin: 2px;
	width: 978px;
	height:41px;
	float: left;
	line-height: 1.0;
	background-color: #857B18;
}
#mainContent #middle #content {
	padding: 5px 15px;
	float: left;
	text-align:left;
}

#mainContent #left {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 19px;
	float: left;
}
#mainContent #middle #content #sidebar {
	padding: 5px;
	margin: 5px 5px 5px 15px;
	float: right;
	height: 100%;
	width: 250px;
}

#mainContent #middle #content #sidebar #item {
	padding: 5px;
	width: 250px;
	border: 1px solid #D1C026;
}

#mainContent #middle {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 983px;
	background-color: #FFFFFF;
	float:left;
}
#mainContent #right {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 19px;
	float:right;
}
#footer {
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	height: 20px;
	width: 1024px;
	clear:both;
}

#mainContent #middle #content #sidebar #slideshow {
    position:relative;
    height:250px;
}

#mainContent #middle #content #sidebar #slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#mainContent #middle #content #sidebar #slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#mainContent #middle #content #sidebar #slideshow DIV.last-active {
    z-index:9;
}

.mainHeadline {
	font-size: 21px;
	color:#0000FF;
	text-align:center;
	font-style:italic;
}

.red {
	color: #ff0000;
}

.bold {
	font-weight: bold;
}

.title {
	font-family: Georgia, serif;
	font-size: 12pt;
	/* color: #686300;  */
	color: #663366; 
	font-weight: bold;
}

.title a {
	font-family: Georgia, serif;
	font-size: 12pt;
	/* color: #686300;  */
	color: #663366; 
	font-weight: bold;
}

.subtitle {
	font-family: Century Gothic, sans-serif;
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}

div.bio {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:justify;
}

div.bio img {
	border: 1px solid #333;
}

.sidebar {
	font-family: Century Gothic, sans-serif;
	font-size: 8pt;
	color: #686300;
	text-align:left;
	text-transform: uppercase;
	font-weight: bold;
}

.sdtext {
	font-size:8pt;
	text-align:justify;
	line-height:10pt;
}

div ul#ticker01 {
	list-style:none;
}

.clear-both {
	clear:both;
}



@media Print
{
	.noPrint {
		display:none;
	}
	
	#header {
	 	display:none;
	}

	#left {
	 	display:none;
	}
	#right {
	 	display:none;
	}
	#nav {
	 	display:none;
	}
	#sidebar {
	 	display:none;
	}
	#footer {
	 	display:none;
	}
}

