﻿body 
{
	FONT-SIZE: 0.8em;	
	COLOR: black;	
	LINE-HEIGHT: 150%;			
	FONT-FAMILY: verdana;	LETTER-SPACING: 0px;	
	margin:0px;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
.header
{
	width: 100%;
	background:white url('../../Images/bg.png') repeat-x;
	height:80px;
}
#bodycontent
{
	position: relative;
	width: 96%;
	padding:2%;
}
#footer 
{
	background-color: #00845f;
	bottom:0px;
	width:100%;
	margin-bottom:0px;
	position:fixed;
	
}
#footer-cover
{
	bottom:0px;
	width:100%;
	margin-bottom:0px;
	position:fixed;
}
.header h1
{
	color:White;
	font-size:16px;
	font-weight:bold;
	padding:10px 0px 0px 10px;
		
}
.header h2
{
	color:#fee17b;
	font-size:12px;	
}
.header a 
{
	font-size:12px;
	color: White;
	text-decoration: none;
}
.header a:hover 
{
	font-size:12px;
	color: White;
	text-decoration: underline;
}
#footer p {
	font-size: x-small;
	text-align: center;
	color: white;
	margin: 0px;
	padding: 0px;
}


h1
{
	font-size:2em;
	color: #00845f;
	LINE-HEIGHT:1.4;
}
h2
{
	font-size:1.75em;
	color: #00845f;
}
h3
{
	font-size:1.25em;
	color: #00845f;
}

.button
{
	background:url('../../Images/bg.png');
	color:white;font-weight:bold;
	border:solid 1px #CCDDEF;
}
.linkbutton
{
	
	color:#00845f;
	
}
.anchorButton
{
	background:url('../../Images/bg.png');
	color:white;font-weight:bold;
	border:solid 1px #CCDDEF;
	text-decoration:none; display: block;

}

.monoSpaced
{
	FONT-SIZE: 14px;	
	COLOR: black;					
	FONT-FAMILY: verdana;
	font-family:"Courier New" Courier Monospace;
	
}
.displayName
{
}
.displayName p:first-letter { font-size: 3em; }


.GridWithCaption caption
 { 
	font-size:1.2 em;
	color:#00845f;
	border:0px;
	padding-bottom:5px;font-weight:bold;
}

.GridWithCaption td
 { 
	
	padding-right:10px;
}
.testStamp
{
background:white url('../../images/bg-grid2.png') no-repeat;
}

.window-border
{
	border:solid 1px #ccddef;
}
.window-title
{
	background-color:#00845f;
	color:White;
	line-height:150%;
	font-weight:bold;
	font-size:14px;
	padding:5px;
}
.window-content
{	
	color:black;	
	padding:5px;
}

@media print 
{
	.HideWhilePrinting
	{
		display:none;
	}
}

.left-pane
{
}
.left-pane .header
{
	font-size:14px;
	font-weight:bold;
}
.left-pane a
{
	text-decoration:none;
	color: #00845f;
}
.left-pane a:hover
{
	text-decoration:underline;
	color: #00845f;
}/*
.footer-corner-logo
{
	background:transparent url('../../images/footer-corner.png') no-repeat;
	width:60px;
	height:35px;
}*/
.footer-corner-logo
{
	background:transparent url('../../images/footer-corner-big.png') no-repeat;
	width:96px;
	height:64px;
}