﻿body
{
	background-color: #BCE9EE;
	color: black;
	font-family: Arial;
	font-size: .8em;
	top: 0px;
}

p 
{
	
		/*margin-bottom:-5px;*/
}

H1
{
	font-size: 1.4em;
	font-weight: bold;
	color: Navy;
	margin-bottom:-10px;
}
H2
{
	font-size: 1.2em;
	font-weight: bold;
	color: Navy;
	margin-bottom:-10px;
}
H3
{
	font-size: 1em;
	font-weight: bold;
	color: Navy;
}
TD
{
	vertical-align:top;
}
IMG
{
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;	
}

.MainTable
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: White;
	padding-left: 5px;
	padding-right: 5px;
	top: 0px;
}

.MainTableFooter
{
	width: 810px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #BCE9EE;
	padding-left: 0px;
	padding-right: 0px;
	top: 0px;
}
.Field
{
	
	font-weight: bold;
}

#Content
{
	position: relative;
	top: 0px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
}

.Center
{
	text-align: center;	
}

table
{
	background-color: Transparent;
}
.SplashHover
{
	color: black;
	text-decoration: none;
}
.SplashHover:hover
{
	color: yellow;
	text-decoration: none;
}
.SplashLink
{
	color: black;
	text-decoration: none;
}
.SplashLink:hover
{
	color: red;
	text-decoration: none;
}


a.Menu:hover
{
	color: white;	
	text-decoration: none;}


A
{
	color: #35528A;
	font-weight: bold;
	text-decoration: underline;
}
A:hover
{
	color: blue;
	font-weight:bold;
	text-decoration:underline;	
}


a.Banner
{
	color: #35528A;
	font-weight: bold;
	text-decoration: none;
}
a.Banner:hover
{
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

.Footer
{
	text-align: center;
	font-size: .8em;
	text-decoration: none;
}

A.MainLink:hover
{
	color: white;
}

.iButton
{
	background-color: #749BC2;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}


#blanket {
   background-color: Transparent;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
   
   }
#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:300px;
	height:180px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
	padding:10px;
   margin:10px;
   border: solid 2px black;
}
