body	{
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:120px;
	background-color: #3D4B91;
	z-index:10;
}

#logo {
float:left;
width:40%;
height:120px;
text-align:center;
vertical-align:middle;
overflow:hidden;
}

#seasonal {
float:left;
width:18%;
height:120px;
text-align:center;
color:#FFFFFF;
}

#login {
float:right;
width:30%;
height:120px;
text-align:center;
color:#FFFFFF;
}

.newacctlink	{
font-size:12px;
font-weight:bold;
font-family:"Comic Sans MS";
color:#FFFF00;
padding-bottom:4px;
}

.newacctlink a	{
font-size:14px;
font-weight:bold;
font-family:"Comic Sans MS";
color:#FFFF00;
}

#bannerlink {
float:right;
width:12%;
height:120px;
text-align:center;
color:#FFFFFF;
text-align:right;
}

#newsbanner {
position:absolute;
top:120px;
height:130px;
background-color:#FFFFFF;
width:100%;
z-index:10;
border-bottom:#0099FF;
border-bottom-width:5px;
border-bottom-style:solid;
}

#newsblock {
float:left;
background-color:#0099FF;
width:32%;
min-width:200px;
height:130px;
font-family:"Comic Sans MS";
font-size:12px;
font-style:normal;
font-weight:bold;
/*d0d0a0*/
}
#grafitti {
position:absolute;
left:32%;
width:33%;
min-width:200px;
height:130px;
text-align:center;
overflow:auto;
color:#FFFF66;
font-family: "Comic Sans MS";
font-weight: bold;
font-size: 12px;
background-image:url(images/bricks01.jpg);
}

#searchbox {
position:absolute;
right:0px;
width:31%;
min-width:200px;
height:123px;
text-align:left;
background-color:#FFFFFF;
padding-left: 25px;
padding-top:7px;
}

.searchbutton	{
margin-top:5px;
width:180px;
}

/* this is our 3 column formatting */
.thetable		{
position: relative;
left: 0;
display: table; 
width: 100%;
margin: 0;
padding: 0;
border: 0; 
clear: both;
border-spacing: 0; /* required by Opera 6 */
}

 /* hide this from opera6 */
head:first-child+body div.thetable {height: 50%;}

.tablerow		{display: table-row;}

.tablecell	{
display: table-cell;
border: 0;
padding: 0;
margin: 0; 
padding-bottom: 5px;
vertical-align: top;
min-height: 100%; /* opera6 needs min-height but moz/IE needs height */

}

 /* hide this from opera6 */
head:first-child+body div.tablecell {height: 100%;}
/* added for mozilla which worked for others too, but op6 still needed min-height so hide this rule */

.one				{
padding-top: 260px; 
width: 40px;
background-image:url(images/left_side.jpg);
background-repeat:repeat;
}

.two				{
padding-top: 256px; 
width: 200px; 
position: relative;
background-color: #1665A1;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b34b44;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	padding-bottom:0px;
}

.belowmenu	{
height:69px;
width: 198px;
overflow:hidden;
text-align:center;
color:#FFFFFF;
font-size:16px;
}

.belowmenu a	{
color:#FFFFFF;
}

.three				{
padding-top: 255px; 
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
width: auto; 
position: relative;
background-color: #1665A1;
}


.four			{
padding-top: 255px; 
padding-bottom:0px;
width: 160px; 
position: relative;
border-left: 1px dotted #000;
text-align:center;
background-color: #1665A1;
}

.paypalform	{
display:inline-block;
height:30px;

}

.moondisp	{
height:216px;
overflow:hidden;
border:#0099FF;
border-style:groove;
border-width:4px;
}
.weatherdisp	{
height:218px;
overflow:hidden;
border:#0099FF;
border-style:groove;
border-width:4px;
background-color:#FFFF9D;
font-family:"Comic Sans MS";
color:#9C0111;
font-size:12px;
font-weight:normal;
}

.weatherdisp h3	{
font-size:18px;
padding:0px;
margin-bottom:0px;
margin-top:5px;
}

.five			{
padding-top: 260px; 
width: 40px;
background-image:url(images/right_side.jpg);
background-repeat:repeat;
}

.linkspace	{
height:150px;
width:100px;
margin:10px;
float:left;
text-align:center;
overflow:hidden;
opacity:0.9;
color:#FFF;
}

.linkspace:hover {
	opacity:1.0;
	color:#FFFFFF;
}

.linkspace img {
}

.linktext	{
}

#footer			{
	text-align:center;
	padding-top: 5;
	clear: both;
	position: relative;
	font-size: 12px;
	background-color: #000000;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px; /* required for Opera 6 to show background color but others don't like it so hide the value of 0 from it */
	z-index: 25;
	width: 100%;
	background-position: center center;
	vertical-align: middle;
	font-weight: bold;
	overflow:visible;
	height:auto;
	padding-bottom:5;
	border-top:#0099FF;
	border-top-width:5px;
	border-top-style:solid;

}
#seasonalfooter			{
	text-align:center;
	padding-top: 5;
	clear: both;
	position: relative;
	font-size: 12px;
	height: 70px;
	background-color: #0C0362;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px; /* required for Opera 6 to show background color but others don't like it so hide the value of 0 from it */
	z-index: 25;
	width: 100%;
	background-position: center center;
	vertical-align: middle;
	font-weight: bold;
}

#footer a	{
	color:#FFFFFF
	}
 /* hide this from opera6 */
head:first-child+body div#footer {margin-bottom: 0;}

.one ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom:2px;
	
}

.one li {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #a7a9ac;
}

.one a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	background-color: #1665A1;
}

.one a:hover {
	background-color: #a7a9ac;
	display: block;
	color: #FFFFFF;
}


.picture01
{
	padding-right:2px;
	padding-left:2px;
	text-align: center;
}

.buttonarea {
	width : 100%;
	background: #E1D4C0;
	overflow:visible;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: none;
	border-left: none;
	border-right: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	visibility:visible;
	}
	
.links {
	width : 100%;
	background: #3D4B91;
	margin-left: 0%;
	margin-top: 0%;
	height: 500px;
	overflow:scroll;
	}

#nav {
	margin: 0px; 
	padding: 0px;
}
#nav li {
	list-style: none; 
	float: none; 
	font-family:sans-serif;
	text-decoration:none;
	font-size:12px;
	text-align:left;
	white-space:nowrap;
	background-color:#3C71CA;
	border-top-width:3px;
	border-left-width:3px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-top-color:#8CABDF;
	border-left-color:#8CABDF;
	border-right-color:#275092;
	border-bottom-color:#275092;
	border-style:solid;
	height:25px;
	padding-top: 12px;
	padding-left: 11px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#nav li:hover {
	background-color:#00AAFF;
	border-top-width:3px;
	border-left-width:3px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-top-color:#8CCDDF;
	border-left-color:#8CCDDF;
	border-right-color:#277292;
	border-bottom-color:#277292;
	border-style:solid;
	cursor:hand;
}

.nav_li_current {
	color:#FFFFFF;
	font-weight:bold;
}

.nav_li_default {
	color:#06005B;
}

.grafitti1 {
	font-family: "Comic Sans MS";
	color: #99FF99;
	font-size: 16px;
	font-weight: bold;
}
.grafitti2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6699FF;
	font-style: italic;
}
.grafitti3 {
	font-size: 22px;
	color: #FF00FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.grafitti4 {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
.grafitti5 {
	color: #999999;
	font-family: "Comic Sans MS";
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}
.grafitti6 {
	color: #FFCC00;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.grafitti7 {
	font-size: 20px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #FF33FF;
	font-weight: bold;
}
.grafitti8 {
	color: #66FFFF;
	font-size: 20px;
	font-weight: bold;
	font-family: "Comic Sans MS";
}
.grafitti9 {
	color:#66CC33;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.grafitti10 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header2 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:120px;
	background-color: #3D4B91;
	z-index:10;
	border-bottom-width:4px;
	border-bottom-style:solid;
	border-bottom-color:#0099FF;
}

#adminlist	{
	position:absolute;
	top: 130px;
	margin-top: 15px;
	margin-left: 40px;
}

#adminlist table th	{
	color:#00FF00;
	font-size:14px;
	font-family:"Comic Sans MS";
	font-weight:bold;
}

#adminlist table td	{
	color:#000000;
	font-size:14px;
	font-family:"Comic Sans MS";
	font-weight:normal;
}

#editscreen	{
	position:absolute;
	top: 136px;
	margin-left: 40px;
	padding-left:25px;
}

#editscreen table th	{
	color:#000000;
	font-size:14px;
	font-family:"Comic Sans MS";
	font-weight:bold;
}

#editscreen table td	{
	color:#000000;
	font-size:14px;
	font-family:"Comic Sans MS";
	font-weight:normal;
}

#maininfo	{
	border-left:solid thin black;
	border-top:solid thin black;
	border-right:solid thin black;
	border-bottom:solid thin black;
	position:absolute;
	top: 150px;
	background: #6F86C4;
	width: 80%;
	height: 400px;;
	margin-top: 15px;
	margin-left: 40px;
	padding: 22px;
	text-align:left;
	overflow:visible;
	font-family:"Comic Sans MS";
	font-size:14px;
}

.highlight	{
	font-family:"Comic Sans MS";
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

.engineList {
 color:#9900CC;
 font-size:1em;
}

.engineList option {
	height:22px;
	/*
	background-color:#FFFF66;
	background-image:url(images/thumb01.jpg);
	*/
}

#searchGraphic {
	display:inline-block;
	width:100px;
	height:50px;
	background-image:url(images/google.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left bottom;
	float:right;
}

.searchbutton {
	font-family:sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#FFF;
	text-align:center;
	white-space:nowrap;
	background-color:#3C71CA;
	border-top-width:3px;
	border-left-width:3px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-top-color:#8CABDF;
	border-left-color:#8CABDF;
	border-right-color:#275092;
	border-bottom-color:#275092;
	border-style:solid;
	height:25px;
	width:70px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.searchbutton:hover {
	background-color:#00AAFF;
	border-top-width:3px;
	border-left-width:3px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-top-color:#8CCDDF;
	border-left-color:#8CCDDF;
	border-right-color:#277292;
	border-bottom-color:#277292;
	border-style:solid;
	cursor:hand;
}

.posthidden {display:none};

.postshown {display:inline};


