﻿body 
{
	margin: 0px; 
	padding: 0px;
}

.header
{
	background-color: White;
}
.topbar1
{
	background-color: Black; 
	width: 1024px; 
	height: 15px;
}
.topbar2
{
	background-color: #90C4D1; 
	width: 1024px;
	height: 9px;
}

.leftvertbar
{
	background-color: Black;
	width: 3px;
	
}
.leftvertbar2
{
	background-color: #90C4d1;
	width: 5px;
	
}

.bottombar1
{
	background-color: #90C4d1;
	width: 1024px;
	height: 9px; 
}
.bottombar2
{
	background-image: url(images/BottomBarBackground.png); 
	background-position: top; 
	width: 1024px;
	color: White;
}

.bottombar2 a
{
	color: White; 
	text-decoration: none; 
}
.bottombar2 a:hover
{
	text-decoration: underline;
}


.maindiv 
{
	
}
.widthdiv 
{
	width: 1024px;
	border: solid 1px black;
}

#pedestal
{
  clear: both;
  position: relative;
  z-index: 100;
  width: 1024px;
  height: 0em;
  line-height: 1em;
  /*margin-top: -3em;*/
  font-size: 1em;
  border: solid 1px orange;
}

.extendedcol 
{
	margin-top: -16000px;
	padding-top: 16000px;
	height: 0em;
	z-index: 1;
	border: dashed 1px green;
}

.leftcol 
{
	width: 200px;
	padding: 10px;
	vertical-align: top;
}


.leftcontent
{
	float: left; 
	width: 200px; 
	border: solid 1px red;
	padding: 10px;
}

.rightcontent
{
	float: right; 
	width: 772px;
	padding: 10px;
}

.serviceheader
{
	font-size: 14pt; 
	font-weight: bold; 
	
}

.PageTitle
{
	text-align: center; 
	padding-bottom: 10px; 
	font-weight: bold; 
	font-size: 16pt; 
	color: #08657B; 
}
