body {
	margin: 0;
	/* padding-left: 200px;    LC fullwidth */
	/* padding-right: 190px;   RC fullwidth + CC padding */
	min-width: 240px;       /* LC fullwidth + CC padding */

	background-image:url(graphics/stripe2.jpg);
	background-repeat:repeat-x;
	background-color: #B4D69A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color:#336633;
	line-height: 150%;}
html	{
	scrollbar-face-color: #B4D69A;
	scrollbar-track-color: #DBEFBD;
	scrollbar-arrow-color: #667D43;
	scrollbar-highlight-color: #96BA60;
	scrollbar-3dlight-color: #BFE18B;
	scrollbar-shadow-color: #95A977;
	scrollbar-darkshadow-color: #4F8006;
	}

#banner {
	width: 795px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	margin-bottom: 0px;
	border-bottom: 0px solid gray;
	text-align: left;
	height: 70px;
	}

#topbar { 
	width: 798px;
	height: 107px;
	margin-top: 7px; 
	margin-right: auto; 
	margin-bottom: 0;
	margin-left: auto; 
	padding: 0; 
	background: url(graphics/lochframed4.jpg) no-repeat top left;
	}

#container { 
	width: 795px;
	margin-top: 0; 
	margin-left: auto; 
	margin-right: auto; 
	text-align:left; 
	background-color: #FFF; 
	border-top: 0 solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 0 solid #666666;
	}

#content { 
	display: block;
	padding: 10px; 
	margin-top: 0;
	margin-right: 220px; 
	margin-left: 140px; 
	margin-bottom: 0px; 
	border: 0px solid gray;
	}

#sidebar-a {
	float: left;
	width: 120px;
	margin: 5px 5px 20px 0px;
	padding: 10px;
	border-right: 0px solid gray;
}

#sidebar-b { 
	float: right; 
	width: 200px;
	 margin: 10px 10px 5px 15px;
	padding: 5px; /* */
	border-left: 0px solid gray; 
	}

#footer {
	clear: both;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
	border-top-color: #D8E9C9;
	border-top-width: 1px;
	border-top-style: solid;
	} 
	
#bottombar { 
	width: 797px;
	height: 17px;
	margin-top: 0; 
	margin-right: auto; 
	margin-bottom: 0;
	margin-left: auto; 
	padding: 0; 
	background: url(graphics/bottombar.gif) no-repeat top left;
	}

/* --- Styles within layout divs --- */

/* --- Banner styles --- */

#banner h1	{
	font-size: 22px;
	line-height: 28px;
	margin-top: 20px;
	color: #006633;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-weight: normal;
	text-align: right;
	margin-bottom: 0px;
	padding: 0;
	margin-right: 10px;
	}
#banner img	{
	padding-right: 40px;
	margin-top: -10px;
	}

/* --- Navigation menu styles --- */

	
#sidebar-a ul	{
	margin: 2px 0;
	padding: 0 0 0 10px;
	list-style-type:none;
	width: 120px;
	text-align: center;
	}
#sidebar-a ul li	{
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-size: 90%;
	margin: 3px 0;
	}
	
#sidebar-a li a	{
	display: block;
	color: #FFF;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	background: url(graphics/button1.jpg) no-repeat top left;
	
	}
#sidebar-a a:hover	{
	text-decoration: underline;
	background: url(graphics/button2.jpg) no-repeat top left;
	color: #FFFFFF;
	}
	
#sidebar-a li a.current		{
	cursor: default;
	text-decoration: underline;
	background: url(graphics/button2.jpg) no-repeat top left;
	color: #FFFFFF;
	}

/* --- Content styles --- */

#content p, #content h1, #content h2, #content h3	{
	display: block;
	margin-left: 10px;
	}
#content p.note	{
	margin-top: 15px;
	font-size: 11px;
	line-height: 15px;
	}
/* --- Sidebar-b styles --- */

#sidebar-b h1	{
	font-size: 140%;
	line-height: 150%;
	margin: 5px;
	padding: 0 5px 5px 5px;
	}
#sidebar-b h2	{
	font-size: 135%;
	line-height: 140%;
	margin: 5px;
	padding: 0 5px 5px 5px;
	}
#sidebar-b h3	{
	font-size: 130%;
	line-height: 140%;
	margin: 5px;
	padding: 5px 5px 2px 5px;
	}
#sidebar-b p	{
	font-size: 95%;
	line-height: 140%;
	margin: 5px;
	padding: 0 5px 0px 5px;
	}
/* if para is inserted around image, keep it vertically aligned */	
#sidebar-b p div.wrapper	{
	margin:  5px 10px 5px -10px;
	padding: 0 10px 0 -5px;
	}
#sidebar-b a	{
	color: #5A837C;
	}
	
/* styling of text boxes to give rounded corners */

#sidebar-b div.boxtop	{
	clear: both;
	background: url(graphics/boxtop.jpg) no-repeat top left;
	margin: 5px 0 0 0;
	padding:0;
	width: 200px;
	height: 13px;
	border: 0 solid #339933;
	}
#sidebar-b div.boxcontent	{
	margin: 0;
	width: 192px;
	border: 0 solid #339933;
	padding: 3px;
	background-color: #D8E9C9 ;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #669966;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #99cc99;	
	}
#sidebar-b div.boxbottom	{
	background: url(graphics/boxbottom.jpg) no-repeat top left;
	margin: 0 0 5px 0;
	padding:0;
	width: 200px;
	height: 13px;
	border: 0 solid #339933;
	}
	
#sidebar-b p.note	{
	margin-top: 15px;
	font-size: 11px;
	line-height: 15px;
	}
/* --- Footer styles --- */

#footer p	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	}	
	
/* --- General HTML tag styles --- */

h1,h2,h3,h4,	{
	font-weight: normal;
	}
p,ul	{
	margin-top: 10px;
	margin-bottom: 5px;
}
a	{
	color: #336699;
	}	

/* --- General class styles --- */

/* --- Styles related to rounded corners on images --- */

div.wrapper {
	position:relative;
	float:left;
	vertical-align:top;
	margin-bottom: 7px;
	margin-top: 7px;
}
div.wrapper img {	
	float:left;
}
div.wrapper div{	
	position:absolute;
	width: 10px;
	height: 10px;
}
div.wrapper div.tl{
	background:transparent url(graphics/tlef.gif) top left no-repeat;
	left:0;
	top:0
}
div.wrapper div.tr{
	background:transparent url(graphics/trig.gif) top right no-repeat;
	right:0;
	top:0
}

div.wrapper div.bl{
	background:transparent url(graphics/blef.gif) bottom left no-repeat;
	left:0;
	bottom:0
}
div.wrapper div.br{
	background:transparent url(graphics/brig.gif) bottom right no-repeat;
	right:0;
	bottom:0
}

table.lookup	{
	float:right;
	font-size: 11px;
	width: 120px;
	padding: 2px;
	margin: 2px;
	text-align: center;
	}

/* form styling */

form	{
	margin-left: 0px;
	}
form, form input, form submit	{
	color: #336633;
	}
	
form fieldset { 
	border:1px solid #999;
	padding: 1em; 
	width: 90%;
	}

form legend {
	border:1px solid #666666;
	color: #336633;
	background-color: #C5DCB0;
	font-size: 11px;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	height: 20px;
	text-align:center;
	margin-bottom: 10px;
	padding: 0 10px;
	/*
	*/
  }
form label	{
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	color: #336633;
	font-size: 11px;
	float:left;
	  width:120px;
	}
form textarea	{
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	color: #336633;
	margin-left: 0px;
	}	
input[type="submit"], input[type="button"] {
	border-top: 1px solid #669900;
	border-left: 1px solid #669900;
	border-right: 2px inset #669900;
	border-bottom: 1px inset #669900;
	color: #336633;
	background-color: #C5DCB0;
	font-size: 13px;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	text-align:center;
	margin-bottom: 10px;
	padding: 0px 10px;
}
input[type="submit"]:hover {
	 filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=1,StartColorStr='#C5DCB0',EndColorStr='#ffffff');
	  color: #003300;
	border-right: 2px inset #6C9C38;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color:#6C9C38;
	}
h1, h2, h3	{
	line-height: normal;
}