/* CSS Document */

body {margin: 4px; 
	  background-color: #F8F8FF;
	  background-image: url(images/site/sidecolor.gif);
	  background-repeat: repeat-y;
	  background-position: left;
	  color: #660000;}

table {width:100%;
	   margin: 0;}
	   
table td {padding: 0; 
	      border-width: 0; 
		  vertical-align: top;
		  font-family: Verdana, Arial, Helvetica, sans-serif;
		  color: #660000;}
		  
a:link {color: #660000;}
a:visited {color: #C45002;}
a:active {color: #666666;}
		  
td#text a:link {color: #660000;}
td#text a:visited {color: #cc9966;}


td#footer-right a:link		{text-decoration: none;}
td#footer-right a:active	{text-decoration: none;}						   
td#footer-right	a:visited	{text-decoration: none;}

/* Logo Table */

td#logo-left {width: 120px}

td#logo-right {text-align: center;}

/* Main Table */

/* Header Row */

tr#header td {border-top: 3px solid #660000;
			  border-bottom: 3px solid #660000;}
			  
td#head-left {width: 120px}

td#head-right {text-align: center;
			   background: #F8F8FF;
			   font: 115% Arial;}
			   
td#head-right a {text-decoration:none}
td#head-right a {padding: 0.1em 0.4em;}
td#head-right a:link {color: #660000;}
td#head-right a:visited {color: #660000;}
td#head-right a:hover {background: #660000;
					   color: #F8F8FF;
					   text-decoration: none;}

/* NavSearchContent Row */

td#navigation {width: 120px}

td#content {padding: 5px 5px;
text: #660000;}

/* Footer Row */

tr#footer td {vertical-align: middle; 
			  font-size: 66%;
			  border-top: 2px solid #660000;}
			  
tr#lists td {border-bottom: 1px solid #660000;}			  
			  
td#footer-left {width: 120px}

td#footer-right {text-align: center;
			  	 color: 660000;}
				 
/* Navigation menu */

/* "navigation ul" styles turn an UL into a horizontal navigational bar */
#navigationblock ul {
display: inline;
font-size: 12px;
margin: 0; /* removes indent IE and Opera */
padding: 0; /* removes indent Mozilla and NN7 */
} 

#navigationblock ul li {list-style: none; /* turns off display of bullet */
}

/* Adds padding and link color */
#navigationblock a {
color: #F8F8FF;
padding: 0.1em 0.4em;
}

/* Changes the background color when the link is hovered */
#navigationblock li a:hover {
background: #F8F8FF;
color: 660000;
text-decoration: none;
}

#navigationblock li a:link {text-decoration: none}
#navigationblock li a:visited {text-decoration: none}
#navigationblock li a:active {text-decoration: none}

table#places {width:90%;}			   		  

table#places td {vertical-align: bottom;
               border-bottom: 1px solid #4B0082;
			   line-height: 3em;
			   font: 90% Arial;}