/* Most of this css except for the rollovers was taken from glish.com's css layouts*/
/*The css for the rollovers came from an article on evolt.org by Simon Coggins*/
/*My sincere thanks to those who make their knowledge freely available*/
#leftcontent {
position: absolute;
left:10px;
top:159px;
width:130px;
background-color:#3787BB;
	}

#centercontent {
background:#f8f8f8;
margin-top:12px;
margin-left: 150px;
margin-right:250px;
border:1px #ffc;
border-style: solid;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 152px;
margin-right:252px;
	}
html>body #centercontent {
margin-left: 152px;
margin-right:252px;
	}

#rightcontent {
position: absolute;
right:10px;
top:163px;
width:220px;
background:#f8f8f8;
	}
	

#navi a , #navi strong {
  color: #000;
  font: 11px Arial,Helvetica,sans-serif;
  font-weight: bolder;
  text-decoration: none;
  border: 1px solid #fff;

  display: block;
  width: 120px;
  padding: 3px 5px;
  margin: 5px;
}

#navi strong {
  font-weight: bold;
  background: #C9C2BC;
}

#navi a {
  background: #C9C2BC;

}
#navi a:visited {
  background: #C9C2BC;
	color: #000;
}
#navi a:hover {
  background: #fff;
	color: #000;
}
#bar {width: 100%;
    height: 150px;
    border-bottom:1px solid #ffc;
    display: block;
	background-color:#3787BB;
    }
#bar img
	{
	margin-left: 12px;
	}
body{
	scrollbar-base-color:#336699;
	scrollbar-shadow-color:#f5dcdc;
    margin:0px 0px 0px 0px;
    background-color: #3787BB;
    padding:0px;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    line-height: 18px; /*makes sense to put this here I guess*/

    }
p,h1,h2,h3 {
		padding:5px 10px 0px 10px;
		}
h1 {
	font-size: 17px;
	font-family: Times, serif;
	color: #669;
	margin-bottom: -5px;
}
h2 {
	font-size: 14px;
	font-family: Times, serif;
	color: #669;
	/*margin-bottom: -5px;*/
}
h3 {
	font-size: 12px;
	font-family: Times, serif;
	color: #669;
}
h4 {
	font-size: 11px;
	font-family: Times, serif;
	color: #669;
	margin-bottom: -10px;
}
form {
	padding: 10px;
}
input.signup {
	color: #669;
	}
a:link {
	color: #669;
	}
a:visited {
	color: #993;
	}
a:hover{
	background-color: #669;
	color: #fff;
	}
.title {
	font-weight: bold;
	color: #993;
	border-top: solid 1px #993;
	border-bottom: solid 1px #993;
}
.plug {
	font-size: 10px;
}