body{
margin:0;
padding:0;
line-height: 1.5em;
background-image: url(../images/design/gradient_bckgd.jpg);
background-color: #FFFFFF;
background-repeat: repeat-x;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #b1913a;
	font-size: 12px;
	vertical-align: top;
	background-image: url(../images/design/container_background.jpg);
	background-repeat: repeat-x;
}

#topsection{
	height: 115px; /*Height of top section*/
	background-image: none;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#nav{
	background-image: none;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #b1913a;
	border-right-color: #b1913a;
	border-bottom-color: #b1913a;
	border-left-color: #b1913a;
}

#leftcolumn{
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: -800px;
	color: #b1913a;
}

#rightcolumn{
	float: left;
	width: 190px; /*Width of right column*/
	margin-left: -190px;
	color: #b1913a;
}

#floatright{
	float: right;
	color: #b1913a;
	padding-left: 5px;
}

#footer{
clear: left;
	color: #348c3f;
	text-align: center;
	background-image: url(../images/design/footer.jpg);
	height: 53px;
	padding-right: 0;
	padding-left: 0;
	line-height: 18px;
}

#footer a{

}

#column_head{
	background-color: b1913a;
	width: 190px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}

#lo_opac_back{
	margin: 0; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	background-image: url(../images/design/pond_bckgd_lo.jpg);
	background-repeat: no-repeat;
}

.innertube{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

A:LINK				{ font-family: arial; color: #009900; text-decoration: none; }
A:VISIT				{ font-family: arial; font-size: 10px; color: #BF0404; text-decoration: none; }
A:VISITED			{
	font-family: arial;
	text-decoration: none;
	color: #009900;
}
A:HOVER			{ font-family: arial; color: #00008f; text-decoration: none; }

.message 				{ font-family: arial; font-size: 10px; color: #BF0404; }
.accufind				{ font-family: arial; font-size: 10px; color: #000000; }
A.af:LINK				{ font-family: arial; font-size: 10px; color: #BF0404; text-decoration: none; }
A.af:VISIT				{ font-family: arial; font-size: 10px; color: #BF0404; text-decoration: none; }
A.af:VISITED			{ font-family: arial; font-size: 10px; color: #BF0404; text-decoration: none; }
A.af:HOVER			{ font-family: arial; font-size: 10px; color: #86CB24; text-decoration: underline; }

