/**************************************
* L-Zone3 CSS adapted by John McMullan *
*  from an Open Source design by      *
* Gallery CSS by Kelli Shaver         *
* http://www.kellishaver.com          *
***************************************/
body{

background:#ffffcc ; 

}


#container{

	text-align:left; 
	margin:0 auto; 
	padding-left: 2cm; 	
	background-image: url('../images/notebwt.gif');
	border-color:#686923; 
	border-width:6px;	
	border-top-style: ridge; 
	border-right-style: ridge; 
	border-bottom-style: ridge;
	width: 800px;
}

#content
{
	width:700px; 
	margin:0 0 0 20px; 
	padding:20px 0; 
	font:Arial, Helvetica, sans-serif;
	background:#fafafa;
}
.spaced { line-height: 1.4em; }
.spaced SUB, .spaced SUP { line-height: 0; }
#content p
{
	color:#333333;
	margin:0 0 20px 0; 
	line-height:1.5em;}

#content h1
{
	margin:0; color:#666666 ; font-size:48px; letter-spacing:-5px; text-align:center;}

#content h2
{
	margin:0; color:#666666; font-weight:normal; font-size:30px; letter-spacing:-2px; text-align:center;}

#content h3
{
	clear:both; margin:30px 0 10px 0; color:#666666; font-weight:normal; font-size: 24px; letter-spacing:-2px;}
	
	
table { 
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-top: none;	
}
table a {
	text-decoration: underline;
}
table a:visited {
	text-decoration: none;
}
tr.odd {
	background-color: #ebf3ff;
}
tr a {
	color: #000000;
}
tr:hover a {
	color: #ffffff;
}
tr:hover, tr.odd:hover {
	background-color: #3d80df;
	color: #ffffff;
}
caption {
	height: 45px;
	line-height: 44px;
	color: #60634E;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff url(captop.jpg) no-repeat;
	background-position: 50% top;
	border-left: 2px solid #616161;
	border-right: 2px solid #616161;
}
thead th {
	font-size: 105%;
	color: #000;
	background: #ffffff url(tbar.gif) repeat-x;
	height: 33px;
}
thead th:hover {
	background: #ffffff url(tbov.gif) repeat-x;
	
}
tr {
	vertical-align: top;
}
tr,th,td {
	padding: .75em;
}
td {
	border-left: 1px solid #dadada;
}
tfoot tr {
	background: #fff url(bbar.gif) repeat-x;
}
tfoot td, tfoot th{
	color: #000;
	border: 0px;
}.subscript {
	height: 8px;
}

