
/* CSS Document */
html{margin-bottom: 1px; }

body {
	margin:0;/*still shows top and bottom border in opera*/
	border:0;
	padding:0;
	font-size:88.01%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	/*background-color:#c9d5d0;*/
	background-color:#0099CC;
}
p {
	margin-left:10px;
	margin-right:10px;
}
p.large {
	font-size:1.1em;
}
hr{
	width:60%;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	border: 0;
	color:#fae6b8;
	background-color:#fae6b8;
	height: 2px;
}
ul li {
	list-style:circle outside;
}

#wrapper {
	font-size:80%;
	padding:0px;
	margin:0 auto;
	width: 731px;
	background-color:#fff;
}
#header {
	height:127px;
	width:731px;
	}
#leftcol {
	padding-top:75px;
	float:left;
	width:155px;
	margin:0px;
}
#nav{
	
	background-image:url(../graphics/menu_slice.jpg); 
	background-position:top left;
	background-repeat:repeat-y;
}
#nav a{
	display:block;
	background-color:#2f4382;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

#leftcol p{
	display:block;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:40px;
	font-weight:bold;
	color:#fff;
}
#nav a:link{
	text-decoration:none;
	background-color:#2f4382;
	color:#fff;
}
#nav a:visited{
	text-decoration:none;
	background-color:#2f4382;
	color:#fff;
}
#nav a:hover{
	text-decoration:none;
	background-color:green;
	color:#fff;
}
#leftcol ul{
	/*text-align:right;*/
}
#container {
	
	margin:0px;
	width:731px;
	background-color:#fff;
	background-image:url(../graphics/ltbg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}
#content {
	position:relative;
	float:left;
	width:485px;
	padding-bottom:10px;
}
#content h1{
	font-size:130%;
	font-weight:bold;
	color:#06c;
	margin-left:10px; 
	margin-top:20px;
	margin-bottom:35px;
}
#content h2{
	font-size:110%;
	font-weight:bold;
	color:#06c;
	margin-left:15px; 
	margin-top:20px;
	margin-bottom:15px;
}
#content img{
	float:right;
	margin:10px;
}
#map{
	width:480px;
	height:400px;
	margin-left:2px;
	float:left;
	color:#06c;
	font-weight:bold;
}
#mapDiv{
	width:480px;
	height:400px;
	margin-left:2px;
	float:left;
	color:#06c;
	font-weight:bold;
}
#links {	
	padding-bottom:10px;
}
#links img{
	float:left;
}
.linkitem{
	clear:both;
	margin-bottom:30px;
	/*height:40px;*/
}
#links a{
	color:#03c;
}
#links a:link{
	text-decoration:none;
	color:#03c;
}
#links a:visited{
	text-decoration:none;
	color:#03c;
}
#links a:hover{
	text-decoration:underline;
	color:#03c;
}

#rtcol {
	float:left;
	width:89px;
	border-left:#2f4382 2px solid;
	background-color:#fff;
	text-align:center;
}
#rtcol img{
	margin-top:40px;
	margin-bottom:40px;
}


#footer{
	clear:both;
	width:731px;
	background-color:#039;
	height:25px;
	text-align:center;
	font-size:90%;
}

#flt{
	background:inherit;
	padding:5px;
	color:#fff;
	width:348px;
	float:left;
}

#flt a:link{
	text-decoration:none;
	color:#fff;
}
#flt a:visited{
	text-decoration:none;
	color:#fff;
}
#flt a:hover{
	text-decoration:underline;
	color:#fff;
}
#frt{
	background:inherit;
	padding:5px;
	color:#fff;
	width:346px;
	float:left;
}
#footbar{
	position:relative;
	clear:both;
	height:15px;
	background-color:#039;
	border-top:#fff 2px solid;
}
#footpics{
	clear:both;
	height:200px;
	border-top:#e2f1f1 2px solid;/*ccc*/
	/*border-top:#039 15px solid;*/
	border-bottom:#e2f1f1 2px solid;
	background-color:#e2f1f1;
}
#footpics img.l{
	float:left;
}
#footpics img.r{
	float:right;
}
#up{
	position:absolute;
	width:40px;
	height:40px;
	z-index:5;
	top:-50px;
	left:680px;
}


.bold{
	
	font-weight:bold;
	color:#0066CC;
}
.attrib{
	font-style:italic;
	color:#000000;
	font-weight:bold;
}
a img{
	border:none;
}
table.pics{
	width:400px;
	margin:0 auto;
	border:0;
	margin-top:30px;
}
table.pics td.ims{
	width:50%;
}
td.ims img{
	display:block;
	margin:0 auto;
	border-style:none;
}
tr.title td{
	padding-left:25px;
	
	text-align:left;
	font-style:italic;
}