body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	font-family:"trebuchet MS", trebuchet, verdana, arial, sans-serif;
	/*font-size: 1em;*/
	color: Black;
	background-color: #fff;
	background-image: url(images/lighter245-nav-bg.jpg);
	background-repeat: repeat;
	}
td
	{
	font-family:"trebuchet MS", trebuchet, verdana, arial, sans-serif; 
	/*font-size: 1em;*/
	color: Black; 
	}
	
.report-text
	{
	font-family:"trebuchet MS", trebuchet, verdana, arial, sans-serif; 
	font-size: 1.1em}

table.main {
	width: 80%;
	font-family:"trebuchet MS", trebuchet, verdana, arial, sans-serif;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: medium;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #800000;
	border-left-color: #CCC;
	/*font-size: 12px; */

}
td, .lines {
	border-top: 1px dashed Silver;
	padding: 10px;
}

table.lines td {
	border-top: 1px dashed Silver;
}
td, .nolines {
	border-top: 1px solid black;
}

	
a:link {
	color: #800000;
}
a:hover {
	color: #A9A9A9;
}
a:active {
	color: #A9A9A9
}
a:visited {
	color: #800000
}


h1 {
	font-size: 200%;
	font-weight:bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-bottom: 0px;
	}
	
h2 {
	font-size: 125%;
	font-weight: bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h3 {
	font-size: 115%;
	font-weight: bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h4 {
	font-size: 105%;
	font-weight: normal;
}

h5 {
	/*font-size: 11px;*/
	font-weight: bold;
}



.top     {
    background-image: url('images/parquet.jpg');
    }

td, .body {
	background-color: White;
	width: 80%;
	border-top: none;
	padding: 25px;
}

td, .nav {
	background-color: #E8D9AA;
	width: 150px;
	border-top: none;
	padding: 0px;
}

td, .right {
	background-color: White;
	width: 20%;
	border-top: none;
	padding: 0px;
}

.date
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:14px;
	margin-bottom:0.5em;
	margin-left:-0.5em;
	}
	  
/*styles for unordered lists for navigation menus */
/*using classes to enable centering within table cell */
.menu UL	{ 
	margin: 0;
	padding: 0;
	text-align:center;
	      
	}
.menu LI 	{ 
	padding:0;
	margin: 0;
	text-align:center; 
	list-style: none;
	  
	}
.menu li a
	{
	background-color:transparent;
	height:3em;
	line-height:3em;
	width: 150px;
	display:block;
	border-bottom: 1px dotted #999999;
	margin:0;
	padding:0;
	font-size:12px;
	}

.menu li a:hover
	{
	border-bottom:1px solid #800000;
	}

/*remove indents on lists by using ID on containing DIV*/
#menu UL {
	margin: 0;
	padding: 0;
	text-align:center;
/*menu ID for additional menu as needed*/	      
	}
#menu2 UL 
	{
	margin: 0;
	padding: 0;
	text-align:center;
	      
	}

	
/*link styles for navigation lists*/
a.nav:link {
   text-decoration: none;
	color: Black;
	}
a.nav:hover {
	text-decoration: none;
	color: Black;
}
a.nav:visited {
	text-decoration: none;
	color: Black;
}
a.nav:active {
	text-decoration: none;
	color: Black;
}.note {
	font-size: smaller;
}
.subtitle {
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.header {
	text-align: center;
	margin: 10px;
	padding: 10px;
}
.secondary {
	margin: 10px;
	float: right;
}
/*Images with text (caption) wrapped around (guides, etc.). Apply as class to containing div */
.image {
	float: right;
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.image p {
	font-size: 90%; /*Image captions*/
	font-style: italic;
	margin-top:0px;
}
.image img {
	border: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.imgframe { /*drop shadow, images cannot be longer than 1000 pixels on any side*/
	background-image:url(images/img_shadow.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding: 6px 28px 28px 6px;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
}

