@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%;}
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: 5px 5px;
	min-width:600px;
}
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 25px;
        text-indent:40px;
}
.pagewrapper {
	z-index:1;
	position:relative;
	font-family: "Georgia", serif;
        color:#0000hh;
}
.pagewrapper2 {
	z-index:1;
	position:relative;
	width:100%;
}
.genhead {
	z-index:5;
	position:relative;
	top:0px;
	height: 60px;
}
.lefthead {
	position:absolute;
	float:left;
	margin-left:80px;
	width: 100px;
}
.righthead {
	position:absolute;
	float:left,top;
	margin-left:290px;
	width: 550px;
        height: 60px;
        background-color:#ffffdd;
}
.extrahead {
	position:absolute;
	float:left,top;
	margin-left:870px;
        /* margin-top: -60px; */
	width: 230px;
        height: 60px;
        padding:-60px,0,0,0;
        background-color:#ffff99;
}
.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;
}
.header {
	z-index:5;
	height: 100px;
	background-color:#900;
	background-image: url(./images/redgradient.png);
	background-repeat: repeat-x;
	color: #fff;
	border: 1px solid;
	border-color: #C44 #800 #800 #C44;
	overflow:hidden;
}
.header h1 {
	position:absolute;
	top:10px;
	left:20px;
	z-index:3;
	height:40px;
	font-family: "Georgia", serif;
	font-style:italic;
}
.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;
}
.leftcenter {
	z-index:7;
	position:relative;
	background-color: #000;
	border-left: 1px solid #000022;
	border-right: 1px solid #000022;
}
.leftcenter2 {
	z-index:7;
	position:relative;
	background-color: #fff;
	border-left: 179px solid #fdb;
	border-right: 2px solid #000;
}
.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: 15px 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;
}
.mainmenu {
	padding: 10px;
}
.mainmenu h3 {
	margin-top:10px;
	font-variant:small-caps;
}
.topbar {
	z-index:5;
	position:relative;
	top:1px;
	height: 30px;
	/* background-color: #DAA520; */
	/* background-image: url(./images/bluegradient-topbar.png); */
	/* background-repeat:repeat-x; */
	/* color:#000; */
	border: 1px solid;
	border-color: #000000;
}
.date {
	margin:5px;
	padding-right: 5px;
	float:right;
}
.topbar p, .topbar a {
	color:#000;
}
.topbar ul {
	float:left;
	display: inline;
	height: 30px;
	padding-left: 10px;
}
.topbar ul li {
	list-style-type: none;
	display: inline;
	text-align: center;
	line-height: 20px;
}
.topbar ul li a {
	float:left;
	display: block;
	padding: 4px 15px 4px 0px;
}
.topbar ul li a:hover {
	text-decoration:none;
	background-color: #DAA520;
	/* background-image: url(./images/bluegradient-topbar-reverse.png); */
	background-repeat:repeat-x;
	color:#000;
}
