﻿@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	border: 0;
	color: #blue;
	font-family:serif;
	font-size:100%
}

 a {
	text-decoration:none;
	color:#0000ff;
}
 a:hover {
	text-decoration:underline;
	color: #00ffff;
}
h1 {font-size:250%;}
h2 {font-size:150%;}
h3 {font-size:125%;	text-align: justify;}
h4 {font-size:100%;}
h5 {font-size:100%;letter-spacing:0.02em;line-height:1.1em}
h6 {font-size:75%;font-weight:lighter;letter-spacing:0.02em;line-height:1em;}
body {
	background-color: #white;
	/* background-image: url(./images/flowertile.jpg); */
	background-repeat: repeat;
	margin: 0px 0px;
	min-width:300px;
}
p {
	margin: 0px;
	text-align: justify;
}
ul {
	padding: 0 0 0 20px;
	list-style:square;
}
.clear {
	clear:both;
}
.lclear {
	clear:left;
}
.rclear {
	clear:right;
}
.hide {
	display:none;
}
.italic {
	font-style:italic;
}
.inside {
	padding: 0 0px;
        text-indent:0px;
}
.contentframe {
	z-index:3;
	position:relative;
	/* background-color:#000; */
	/* border: 2px solid #511; */ 
	/* border-bottom-width: 4px; */
}
.contentframe2 {
	z-index:3;
	position:relative;
	background-color:#000;
	border: 2px solid #511;
	border-bottom-width: 4px;
}
.skyline
{
	position:absolute;
	top:0;
	right:0;
	height:100px;
	width:540px;
	z-index:1;
	background-image:url(./images/skyline.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
.search {
	position:absolute;
	top:60px;
	right:20px;
	z-index:3;
}
.main {
	z-index:5;
	position:relative;
	top:1px;
	/* background-color:#fff; */
	border: 2px solid;
	/* border-right: 2px solid; */
	border-color: #000000;
}
.lcfloatwrap {
	position:relative;
}
.content {
        z-index:9;
	position:relative;
	float: right;
	width:100%;
	background-color: #fff;
	background-image: url(./images/bluegradient.png);
	background-repeat:repeat-x;
	color:#000;
	/* margin-right: -2px; */
	padding: 0px 0;
	border: solid;
	border-width:0px 0px 0px 0px;
	border-color: #FFF #7F7F7F #7F7F7F #FFF;
}
.leftcolumn {
	z-index:10;
	position:relative;
	float:left;
	margin-left:-179px;
	width: 178px;
	background-color: #fdb;
	border: solid;
	border-width:1px 1px 1px 0;
	border-color: #C44 #fdb #fdb #C44;
	overflow:hidden;
}
.date {
	margin:5px;
	padding-right: 5px;
	float:right;
}
