/* This is the default CSS template for web sites. */

body {
  margin-top: 15;
  color:white;
}

.header {
	height: 135;
	width: 100%;
  position: relative;
	top:0px;
	left:0px;
  background-color:#333;
	background-attachment:fixed;
	font-size: 130%;
}

.maintable
{
  background-color:#555;
  position: relative;
	top:0px;
	left:0px;
}


.topinformation
{
  position: relative;
	top:0px;
	left:0px;
}

.leftcol
{
  position: relative;
	top:10px;
	left:0px;
  background-color:#555;
  width:160;
  height:180;
  margin:auto;
  line-height:1.5;
  vertical-align: middle;
  padding: 5,5,5,5;
  border-style:solid;
  border-color:#aaa;
  border-width:1px;
}

.leftcolhead
{
  font-weight:bold;
  font-size:14px;
}

#leftcontent {
  font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	width:180px;
	height:200px;
  background-color:#333;
  border-style:solid;
  border-color:#aaa;
  border-width:1px;
}

#leftcontent a {
  color:black;
  font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	width:140px;
	text-decoration:none;
}

#leftcontent a:hover {
  color:navy;
  font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	width:140px;
	text-decoration:none;
}

.maincontent
{
  position: relative;
	top:0px;
	left:0px;
}

.bottominformation
{
  position: relative;
	top:0px;
	left:0px;
}

.footer
{
  position: relative;
	top:0px;
	left:0px;
}

.layout
{
  position: relative;
	top:0px;
	left:0px;
}


#left {
  position: absolute;
  left: 10px;
  top: 20px;
}


#center {
  margin-left: 180px;
  margin-right: 240px;
  background: #aad;
	position:relative;
	top:20px;
	padding: 3 7 3 7;
}


#footer {
  background: #ccc;
  margin: 30px;
  text-align: center;
  visibility: hidden;
}


.sectionhead{
  border-color:black;
  border-width:1px;
	border-style: solid;
	width: 90%;
	font-weight: bold;
	background:peru;
	padding: 3 3 3 3;
}

.tdtext {
  font-size=10px;
	font-family:Verdana, Arial, sans-serif;
	color:steelblue;
}

.tdtext a {
	text-decoration:none;
	color:steelblue;
	height:90;
	width:90;
  position:relative;
	top:15;
	border:0;
}

.tdtext a:hover {
  color:0000dd;

}


.services {
	color:#ccc;
  background-color:#333;
	height:25;
	width:100%;
  font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
  position:relative;
	top:0;
	border:0;
}

.services a {
  vertical-align:middle;
  display:block;
	text-decoration:none;
  background-color:#333;
	color:#ccc;
	height:25;
	width:100%;
  position:relative;
	top:0;
	border-top-style:solid;
	border-bottom-style:solid;
	border-top-width:1;
	border-bottom-width:1;
	border-top-color:#999;
	border-bottom-color:#ccc;
}

.services a:hover {
  display:block;
	text-decoration:none;
  background-color:#ccc;
	color:#333;
	height:25;
	width:100%;
  position:relative;
	top:0;
	border-top-style:solid;
	border-bottom-style:solid;
	border-top-width:1;
	border-bottom-width:1;
	border-top-color:#999;
	border-bottom-color:#ccc;
}

.linktext {
  position:relative;
  top:4;
}

.footer
{
  text-decoration:none;
  font-size:12px;
}

.footer a
{
  color:#ccc;
  text-decoration:none;
  font-size:12px;
}

.footer select
{
  text-decoration:none;
  font-size:11px;
}

