﻿body {
	text-align: center;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top:6px;
}
	
.background {
	background-color: white;
	margin: 0 auto;
	width: 980px;
	height: auto;
	text-align: left;	
}

h2{	
	color:#1F83AD;
	font-size:2em;
	margin-top:8px;
}
h3{
	color :gray;
	border-bottom:1px gray solid;
	font-size:1.3em;
}
h4{
	margin-bottom:.2em;
	font-size:1.1em;
	color:rgb(080,120,150);
}
.header {
	width: 980px;
	height: 80px;
	background-color: silver;
	background-image: url('../App_Themes/Theme1/banner.jpg');
}
.breadcrumbs
{
	border-bottom:solid 1px silver;
	padding-bottom:2px;
	padding-left:4px;
	background-color:rgb(240,245,255);
}
.services
{
	background-image: url('../App_Themes/Theme1/servicesBG.gif');
	color:White;
	text-align:center;
	height:18px;
	font-size:.9em;
	padding-top:6px;
	background-repeat:repeat-x;
}	
.topMenu
{	
	width:980px;
	border-top:1px silver solid;
	border-bottom:1px silver solid;
	background-color:#E3EAEB;
	height:24px;
}

.left{
	vertical-align:top;
}
td.navLeft
{
	width:200px;
	vertical-align:top;
	padding:4px 2px 4px 4px;
	border-right:solid 1px silver;
}
td.right
{
	vertical-align:top;
}
.mainContent{ 	
 	padding:0px 10px 5px 5px;
 	text-align:left;
 	min-height:600px; 	
}

.footer {
	
	width: 980px;
	margin-top: 0px;
	padding-top: 2px;
	border-top: 1px silver solid;
	font-size: 90%;
	background-color:rgb(240,245,255);
}

.footer .left {
	width: 300px;
	display: inline;
	float: left;
	padding-left:6px;
	border:0;
	padding-bottom: 3px;	
}

.footer .right {
	text-align: right;
	float: right;
	width: 480px;	
	clear:right;
	border:0;
	padding-right:6px;
	padding-bottom: 3px;
}

.menuSection
{
	padding:0 0 6px 6px;

}
td.emptyCell
{
	background-color: #C0C0C0;
	border: 1px solid #3366CC;
	border-spacing: 1px;
}
td.gridCell {
	border: 1px solid #3366CC;
	border-spacing: 1px;
	background-color:white;
	width:32%;
}

.alloyLinks
{
  	font-size:.9em;
  	margin-left:0px;
}
.alloyLinks:link
{
	text-decoration: none;
	color:black;	
}

.alloyLinks:hover
{
	color: green;
	text-decoration: underline;
}

.alloyLinks:visited
{
 	color:green;
 	text-decoration: none;
}

.alloyLinks:active
{
	color: green;
	text-decoration: underline;
}
.menuHeader
{
	background-image:url('Theme1/menuHeader.gif');
	background-repeat:no-repeat;
	margin-bottom: 5px;
	padding:6px 0 0 6px;
	height:18px;
}
.otherStuff
{
	width:186px;
	border:solid 1px silver;
	padding:4px;
	margin:0 2px 6px 2px
}
li.pad10
{
	padding-bottom:10px;
}