html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

A:active {
	COLOR: #ff0000 
}
a {
	color: #464544; CURSOR: hand;  TEXT-DECORATION: underline
}
a:hover {
	color: #FF0000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.sitelink{
	list-style:none;
	

}

body {
	background:  url(/images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 14px arial, serif;
	color: #000000;
	padding: 20px 0 0 0;
}

#results{
	text-align: left;
	font: 11px arial, sans-serif;
	position: relative;
}
/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 850px;
	position: relative;
}
@media print 
{ 
body * { visibility: hidden; } 
#print * { visibility: visible; } 
#print{ width:100%;position: absolute; top:-50px; left: -50px; } 
} 

/** header **/
#header {
  padding-top: 1px;
}
#header h1 {
  font: 22px arial, serif;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 17px;
  color: #4549DD;
  margin: -1em 0 0 0;
  line-height: 1;
}
#header p {
  font: 14px arial, serif;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 45px;
  color: #000000;	
  margin: -1em 0 0 0;
  line-height: 0;
}

#nav-top {
  margin-left: 503px;
}
#nav-top ul {
  margin: 1em 0 0 0;
  padding: 0;
  height: 31px;
}
#nav-top li {
  float: left;
  background: #CBDFF2 url(/images/tab_left.gif) no-repeat;
  list-style: none;
  text-align: center;
  font: 15px arial, serif;
  color: #E5D19C;
  height: 31px;
  line-height: 31px;
}
#nav-top li div {
  background: top right url(/images/tab_right.gif) no-repeat;
}
#nav-top li#tab-faq {
  width: 73px;
}
#nav-top li#tab-map {
  width: 99px;
  margin-left: 3px;
}
#nav-top a {
  color: #808080;
  text-decoration: none;
}
#nav-top a:hover {
  color: #000000;
}

#nav {
  padding-top: 372px;
  background: url(/images/header2.png) no-repeat;
}
#nav ul {
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
  border-left: 2px solid #CBDFF2;
  background: bottom left url(/images/nav_lit.gif) repeat-x;
}
#nav li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 10px;
}
#nav li.home {
  background: bottom left url(/images/nav_drk.gif) repeat-x;
  padding-left: 25px;
}
#nav a {
  font: 12px "Arial Rounded MT Bold", serif;
  color: #4549DD;
  font-weight: normal;
  text-decoration: none;
}
#nav a:hover {
  color: #000000;
}

/** content **/

#content {
  padding-left: 0px;
}
#content h2 {
  font: 21px "Times new roman", serif;
  color: #808080;
  font-weight: normal;
  border-left: 3px solid #615331;
  padding: 1px 1px 1px 8px;
  margin-top: 22px;
}
#content p {
  margin-left: 0px;
  line-height: 1.4;
}
#content a {
  color: #808080;
  font-weight: bold;
  text-decoration: none;
}
#content a:hover {
  color: #5B431A;
}

#content .left-col {
  float: left;
  width: 655px;
}
#content .right-col {
  float: right;
  width: 0px;
}

#content #welcome {
  margin-right: 0px;
  font-size:13px;
  color: #000000;
}
#content #welcome a{
  color: #808080;
  text-decoration:underline;
}
#content #welcome a:hover{
  color: #000000;
  text-decoration:underline;
}
#gallery {
  margin-top: 14px;
  margin-left: 80px;
}
#gallery .box {
  float: left;
  width: 119px;
  padding: 0 23px 2.3em 23px;
  margin-right: 1px;
  background: #99B3CC;
  position: relative;
}
#gallery .box h3 {
  text-align: center;
  line-height: 23px;
  font: 14px "Times new roman", serif;
  color: #808080;
  height: 23px;
  margin-bottom: 20px;
  background: top center url(/images/tab_drk.gif) no-repeat;
}
#gallery .box p {
  margin: 1em 0;
  padding: 0;
  line-height: 1.4;
}
#gallery .box .more {
  height: 18px;
  line-height: 18px;
  background: #CBDFF2 top left url(/images/moretab_left_drk.gif) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.2em;
  padding-right: 4px;
  margin-bottom: 0;
}
#gallery .box .more a {
  color: #99B3CC;
}
#gallery .box .more a:hover {
  color: #000000;
}
#gallery .box-lit {
  background: #DCE5ED;
}
#gallery .box-lit h3 {
  background: top center url(/images/tab_lit.gif) no-repeat;
}
#gallery .box-lit .more {
  background: #CBDFF2 top left url(/images/moretab_left_lit.gif) no-repeat;
}

#content .right-col li, #content .right-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .right-col li {
  border-left: 1px solid #000000;
  padding-left: 9px;
  margin: 5px;
}
#content .right-col a {
  font-size: 11px;
  font-weight: bold;
  text-decoration:underline;
  color: #808080;
}
#content .right-col a:hover {
  color: #000000;
}
/** later **/

#later {
  color: #000000;
    margin-left: 80px;
}
#later h2 {
  font-size: 20px;
}
#later .right-col p {
  font-size: 11px;
}

#later .box {
  float: left;
  width: 85px;

}
#later .box a{
	text-decoration:underline;
}
#later #later-b1 {
  padding-top: 67px;
  margin-right: 4px;
}
#later #later-b2 {
  width: 155px;
  margin-right: 4px;
}
#later #later-b3 {
  width: 114px;
  margin-right: 6px;
}
#later #later-b4 {
  padding-top: 67px;
  width: 137px;
}

#footc {
  height: 10px;
}
#footer {
  background: #B8BBF1;
  text-align: center;
  color: #4549DD;
  padding: 14px;
}
.leftlink {
  width: 125px;
  
  font-weight:bold;
  font-size: 10pt;
  background-image: url(/images/left_page_link.gif);
  margin-top:2px;
  margin-bottom:2px;
  border:1px solid;
}
.leftlinks {
  width: 122px;
  font-weight:bold;
  font-size: 10pt;
  background-color: #782BFF;
  margin-top:2px;
  margin-bottom:2px;
  border:1px solid;
}
.leftlinkadmin {
  width: 122px;
  height:20px;
  font-weight:bold;
  font-size: 10pt;
  background-color: #FBFF47;
  margin-top:2px;
  margin-bottom:2px;
  border:1px solid;
}
.leftlink_big {
  width: 125px;
  height: 100px;
  background-image: url(/images/left_page_link_big.gif);
  margin-top:4px;
  margin-bottom:4px;
  border:1px solid;

}
.leftlink_big_red {
  width: 125px;
  height: 80px;
  background-image: url(/images/left_page_link_big_red.gif);
  margin-top:4px;
  margin-bottom:4px;
  border:1px solid;

}
.leftlink_big_var {
  width: 125px;
  height: 80px;
  margin-top:4px;
  margin-bottom:4px;
  border:1px solid;

}
.leftlink_var {
  width: 125px;
  height: 20px;
  margin-top:4px;
  margin-bottom:4px;
  border:1px solid;

}
table.border{
     font-family:arial;
     font-size:10pt;
     background-color:#808080;
     width:500px;
     border-style:solid;
     border-color:black;
     border-width:1px;
}
td.firstborder{  
     font-size:10pt;
     background-color:#409040;
     color:white;
     border-style:solid;
     border-width:1px;
     text-align:left;
}
td.border{  
     font-size:10pt;
     background-color:#409040;
     color:white;
     border-style:solid;
     border-width:1px;
     text-align:center;
}
tr.border{  
     font-size:10pt;
     background-color:#409040;
     color:white;
     border-style:solid;
     border-width:1px;
     text-align:center;
}
.fricons{
	background-color: white;
	height:35px;
	width:165px;
	border: 1px solid;
	margin-bottom: 5px;
	font-size:12px;
}
.fricons img{
	float:left;
}
#advertising {
  width: 165px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.marqueehead{
scrollamount: 5; 
scrolldelay:0; 
direction: left; 
width:830px; 
height:30px; 
margin-left: 0px;
margin-top: 0px; 
font-family: Verdana; 
font-size: 18pt; 
font-weight: bold; 
color: red; 
float:left;
}
.marqueeside{
scrollamount: 5; 
scrolldelay:0; 
direction: right; 
width:150px; 
height:340px; 
margin-left: 0px;
margin-top: 0px; 
font-family: Verdana; 
font-size: 18pt; 
font-weight: bold; 
color: red; 
float:left;
}
.linkscroll{
  width: 148px;
  text-align: center;
  font-weight:bold;
  font-size: 10pt;
  background-color: #99B3CC;
  margin-top:1px;
  margin-bottom:1px;
  border:1px solid;
}
.history-book{
  width: 150px;
  height:400px;
  text-align:center;
  font-size: 8pt;
  background:  url(/images/book.png) repeat-x;
  padding:20px;
  margin-left:50px;
  border:1px solid;
  float:left;
  }
  .book-name{
  width: 100px;
  height:50px;
  text-align:center;
  font-size: 10pt;
  background-color: #FFE97F;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  border:1px solid;
  }
  .book-desc{
   text-align:center;
  background-color: #FFFFFF;
  padding:5px;
  margin:5px;
  border:1px solid;
  }
  p.readmore{
  width: 55px;
  height: 16px;
  text-align:left;
  background-color: #FFE97F;
  padding-left:4px;
  margin:5px;
  border:1px solid;
  }
  TD {
	FONT:  11px Tahoma, Verdana, Arial, sans-serif
}
P {
	FONT:  11px Tahoma, Verdana, Arial, sans-serif
}
DIV {
	FONT:  11px Tahoma, Verdana, Arial, sans-serif
}

