body{
	margin: 0px 1px 30px 0px;
	padding: 0px 0px 0px 0px;
	background: white url("http://www.wolbc.org/images/bluelines.gif") repeat;
	/*text-align: center;		5/27/06 */	
	}
	
#container {
	/*height: 400px;*/
	background-color: rgb(255, 255, 255);
	/*color: rgb(140, 0, 170);*/
	border: 4px solid rgb(180, 190, 195);
	padding: 0px 0px 0px 0px;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	text-align:left; /* part 2 of 2 centering hack */
	width: 770px; /* ie5win fudge begins */
	overflow:auto;	/* added to prevent float content overflow in Mozilla Firefox: downside - scrollbars appear when menu expands on short page */
	/*overflow:hidden;*/	/* added to prevent float content overflow in Mozilla Firefox: downside - extended menu items cropped off on short page */
	}

#containerSmall {					/* is this being used?? */
	height: 100%;
	background-color: rgb(255, 255, 255);
	/*color: rgb(140, 0, 170);*/
	padding: 0px 0px 0px 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	text-align:left; /* part 2 of 2 centering hack */
	width: 770px; /* ie5win fudge begins */
	}

.content {
	font-size: .84em;
	background-color: rgb(255, 255, 255);
	/*color: rgb(125, 80, 205);*/		/* just about all content is from database .dldesc, etc. */
	padding: 15px 10px 10px 10px;	
	margin: 0px 150px 0px 130px;		/* this causes middle content to be 600px wide */
	border-left: 1px solid rgb(245, 245, 245);
	border-right: 1px solid rgb(245, 245, 245);
	/*font-family: Gill Sans MT, Prima Sans BT, Arial, Trendy, sans-serif;*/
	font-family: Arial, Helvetica, "Trebuchet MS", "Gill Sans", sans-serif;
	}

#lhs {
	float: left;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	height: 100%;
	background-color: transparent;
	/*background-color: rgb(230, 235, 235);*/ /* for testing layout only */
	color: rgb(70, 100, 140);
	/*text-align: center;	rjl*/
	/*font-size: 90%;*/		/*set by vertmenu.css*/
	font-weight: 500;
	font-family: Arial, sans-serif;
	border-right: 1px solid rgb(245, 245, 245);
	width: 130px; 
	}

#rhs {
	float: right;
	background-color: transparent;
	/*background-color: rgb(130, 235, 235);*/ /* for testing layout only */
	/*color: rgb(100, 80, 110);*/
	color: #446688;
	margin: 0px 3px 0px 0px;
	padding: 8px 0px 35px 0px;	/* when left & right padding is zero, no diff. between xhtml and html 4.01*/
	height: 100%;
	text-align: center;
	font-size: .77em;
	font-family: Arial, sans-serif;
	border-left: 0px solid rgb(245, 245, 245);
	width: 140px; /* use this when use XHTML 1.0 */
	}

#top {
	background-color: transparent;
	text-align: center;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 15px 0px;
	border-bottom: 1px solid rgb(245, 245, 245);
	color: rgb(70, 100, 140);
	font-family: "Eras Light ITC", "Prima Sans BT", "Lucida Sans", "Gill Sans MT", Arial, Trendy, sans-serif;
	width: 770px; /* ie5win fudge begins */
	}

#header {
	/*background-color: #eeffcc; */ 
	background-color: transparent;
	color: rgb(10, 100, 155);
	font-size: 14pt;
	font-weight: 600;
	/*letter-spacing: 1.0pt; */
	padding: 5px 0px 5px 0px;
	font-family: "Eras Light ITC", "Prima Sans BT", "Lucida Sans", "Gill Sans MT", Arial, Trendy, sans-serif;
	/*font-family: rjl- inherits from #top */
	}

.rhstitle {
	background-color: transparent;
	color: rgb(70, 100, 140);
	font-weight: 600;
	padding: 3px 10px 15px 0px;
	text-align: center;
	text-decoration: underline;
	line-height: 80%;
	/*font-family: arial, sans-serif;*/
	}

.dlRHS {						/* ASP:datalist RHS */
	background-color: transparent;
	color: rgb(100, 80, 110);
	font-size: 87%;
	font-family: arial, sans-serif;
	}

.dlTitle {						/* ASP:datalist Header */
	background-color: transparent;
	color: rgb(125, 80, 205);
	font-size: 1em;
	font-weight: 600;
	padding: 0px 0px 0px 0px;
	font-family: arial, sans-serif;
	}
	
.dlDesc {						/* ASP:datalist content */
	background-color: transparent;
	color: #003300;
	padding: 1px 0px 0px 0px;
	font-size: .95em;
	font-family: arial, sans-serif;
	}

.head1 {
	background-color: transparent;
	color: #224422;
	margin: 0px;
	padding: 15px 0px 3px 0px;
	font-weight: 600;
	text-decoration: underline;
	}

.head2 {
	background-color: transparent;
	color: rgb(70, 100, 140);
	padding: 10px 0px 0px 0px;
	font-weight: 600;
	}

div.imgleft {
  float: left;
	background-color: transparent;
	color: rgb(70, 100, 140);
	/*border: 4px solid rgb(220, 190, 255);*/
	/*margin-right: 2%;*/
	margin: .5%;
  padding: 0px;
	}


.imgleft {
  float: left;
	background-color: transparent;
	color: rgb(70, 100, 140);
	/*border: 4px solid rgb(220, 190, 255);*/
	margin: .1%;
  padding: 0px;
	/*width: auto;*/
	}

.imgright {
  float: right;
	background-color: transparent;
	color: rgb(70, 100, 140);
	/*border: 4px solid rgb(220, 190, 255);*/
	margin-left: 3pt;
  padding: 0px;
	/*width: auto;*/
	}

.imgright2 {
  float: right;
	background-color: transparent;
	color: rgb(70, 100, 140);
	/*border: 4px solid rgb(220, 190, 255);*/
	margin: .5%;
  	padding: 10px 0px 0px 2px;
	/*width: auto;*/
	}

.caption {									/* change the width dynamically based on image width within the aspx page */
	width: 200px;				
	margin: 1px 2px 1px 5px;	
	color: #445566;
	background-color: transparent;
	font-size: 9pt;
	text-align: center; 
	font-family: Arial, sans-serif;
	}

.linkdesc{
	color: rgb(70, 100, 140);
	background-color: transparent;
	padding: 0em 0em 0em 2em;
	font-size: 100%;
	font-family: Arial, "Lucida Sans", "Trebuchet MS", "MS comic", sans-serif;
	}

a {
color: #900;
text-decoration: none;
}

a:hover {
background: Transparent;
color: #ffcc44;
}


a:link {
  color: rgb(70, 100, 140);
  text-decoration: underline; 
  background: transparent;}/*normal links in the text*/
a:visited {
  color: rgb(70, 100, 140);
  text-decoration: underline; 
  background: transparent;}

a:active {/*colour in NN4.xx is red*/ 
  color: rgb(125, 80, 205);
  text-decoration: underline; 
  background: transparent;}




A.nav:link {
	background-color: transparent;
	color: rgb(70, 100, 140);
	text-decoration: none;
	}
A.nav:visited {
	background-color: transparent;
	color: rgb(70, 100, 140);
	text-decoration: none;
	}
A.nav:hover {
	color: rgb(70, 100, 140);
	background-color: #bbccdd;
	Padding: 7px;
	text-decoration: none; 
	}
A.nav:active {
	text-decoration: none;
	}

UL.list1 {
	list-style-type: none;
	margin-left: 0em;
	padding-left: 0em;
	color: rgb(125, 80, 205);
	}

HR {color: #eeeeee;}