@charset "UTF-8";
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	cursor: default;
	width: 100%;
}
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarHorizontal li
{
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 9.5em;
	float: left;
}
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 9.5em;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
ul.MenuBarHorizontal ul li
{
	width: 12em;
	text-align:left;
}
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

ul.MenuBarHorizontal a
{
	display: block;
	border-right: 1px solid #999;
	cursor: pointer;
	background-color: #666;
	padding: 0.25em 0em 0.5em .5em;
	color: #CCC;
	text-decoration: none;
}
ul.MenuBarHorizontal a.here
{
	background-color: #333;
	color:#FFFFFF;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #996;
	color: #FFF;
}

ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #996;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/* TEMP ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/* TEMP ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
*/
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/*******************************************************************************

 Content styles

 *******************************************************************************/

 
body  {
	/*font: 100% Trebuchet MS, Arial, Helvetica, sans-serif;*/
	font: 90% Georgia, Palatino Linotype, Book Antiqua, Palatino, serif;
	/*font-size:80%; */
	/*letter-spacing:.1em; */
	line-height:1.5em;
	background-image:url(../images/leavesgrapes2.jpg);
	background-repeat:no-repeat;
	background-color:#300;
	color: #333333;
	margin: 0px;
	
}
body h3 {
	/*font: 110% Trebuchet MS, Arial, Helvetica, sans-serif;*/
	font-size:110%;
	font-variant:small-caps;
	font-weight:bold;
    color:#660000;
}
body h4 {
	font-size:90%;
	line-height: 1em;
	font-weight:bold;
    color:#660000;
}
.thrColHybHdr #container {
	text-align: left;
	margin: 0px;
}  
.thrColHybHdr #nav {
	margin: -1px 0px 0px 0px;
	height: 21px;
	font: 95% Lucida Sans Unicode, Lucida Grande, sans-serif;
	letter-spacing:.05em; 
	line-height: 1em;
	background-image: url(../images/MenuBG2.jpg);
    background-repeat:repeat;
	background-color:#;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
	text-align: left;
}
.thrColHybHdr #sidebar1 {
	float: left;
	width: 11em; 
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	/*font: 100% Trebuchet MS, Arial, Helvetica, sans-serif;*/
	font: 100% Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:90%; 
	font-weight:normal; 
	clear:left;
}
.thrColHybHdr #sidebar2 {
	float: right;
	width: 2em; 
	padding: 0px;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 1.5em; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: .5em;
}
.thrColHybHdr #sidebar1 p.s1nav {
	color:#FFF;
    font-size:100%;
    line-height:1.25em;
}
.thrColHybHdr #sidebar1 a {
	color:#F0F0C9;
    font-size:100%; 
    text-decoration:underline;
}
.thrColHybHdr #sidebar1 a:hover {
	color:#FFF;
    font-size:100%; 
}
.thrColHybHdr #mainContent {
	margin: 0px 3em 0em 11em;
	padding-top: 1px;
	padding-right: 3em;
	padding-bottom: 2em;
	padding-left: 3em;
	background-image:url(../images/maincontentbg1.jpg);
	background-repeat:repeat-x;
	background-color:#dfd8c9;
}
.thrColHybHdr #mainContent a{
	color:#06C;
}
.thrColHybHdr #mainContent .caption {
	font-size:90%;
	line-height:100%;
	color:#FFCC99;
}
.thrColHybHdr #mainContent .lighttable {
	background-color:#FCFAFC;
}
.thrColHybHdr #mainContent .lighttable td{
	padding-left:.5em;
}
.thrColHybHdr #mainContent .lighttable th{
	padding-left:.5em;
	color:#600;
}
.thrColHybHdr #mainContent .caption a{
	color:#FFCC99;
} 
.thrColHybHdr #mainContent .caption a:hover{
	color:#FFF;
}
.thrColHybHdr #mainContent .distitable td { 
	border-top: 1px solid #C00;
}
.thrColHybHdr #journal {
	margin: 0px 2em 0em 10em;
	padding-top: 54px;
	padding-right: 42px;
	padding-bottom: 1em;
	padding-left: 70px;
	background-image:url(../images/notebook1.gif);
	background-repeat:no-repeat;
	/*background-color:#FAFBF4;*/
	height:730px;
	width: 482px;
	overflow: hidden;
	
}
.thrColHybHdr #journal .caption {
	font-size:90%;
	line-height:100%;
	color:#FFCC99;
}
.thrColHybHdr #journal .caption a{
	color:#FFCC99;
} 
.thrColHybHdr #journal .caption a:hover{
	color:#FFF;
}
.thrColHybHdr #footer {
} 
.thrColHybHdr #footer p {
	margin: 0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: .5em 0 0 15.5em; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font: 100% Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 70%;
	letter-spacing: .03em;
	color:#996;
}
.thrColHybHdr #footer a {
	color:#CCC;
}
.thrColHybHdr #footer a:hover {
	color:#FFFFFF;
/*}
#distitable td { 
	border-top: 1px solid #C00;
}*/


/* Miscellaneous classes for reuse */

}
.fltrt { /* this class can be used to float an element right in  page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 24px;
	margin-top: 12px;
	margin-bottom: 4px;
	border-width: 0px;
}
.fltlft { /* this class can be used to float an element left in  page */
	float: left;
	margin-right: 18px;
	margin-top: 12px;
	margin-bottom: 4px;
	border-width: 0px;
}
.fltrttop { /* this class can be used to float an element top-right in  page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 24px;
	margin-top: 21px;
	margin-bottom: 4px;
	border-width: 0px;
}
.fltlfttop { /* this class can be used to float an element top-left in  page */
	float: left;
	margin-right: 24px;
	margin-top: 21px;
	margin-bottom: 4px;
	border-width: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {font-size: 90%}

--> 
<!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.thrColHybHdr #sidebar1, .thrColHybHdr #sidebar2 { padding-top: 30px; }
.thrColHybHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->
