﻿body {
	font-family: Verdana;
	font-size:85%;
	background-image: url('../images/background.gif');
	background-repeat:repeat-x;
	background-color: #009999;
	padding: 0px; 
	margin: 5px 5px 5px 5px;

	}


.headerbackground {
background-repeat:repeat-x;
width:750px;
margin: 0 auto;
}


.topheader {
	background-image:url('../Images/applicationhead.jpg');
	background-repeat: no-repeat;
	height: 100px;
	width: 750px;
	z-index: 1;
	text-align: center;

}
.borderbottom {
	background-repeat: no-repeat;
	height: 45px;
	width: 800px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
.border {
	background-color: white;
	background-repeat: repeat-y;
	top: 0px;
	left: 0px;
	position: relative;
	width: 750px;
	text-align: center;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
	.tabs {
	background-image:url('../Images/headerbackground.gif');
	color: White;
	background-repeat: no-repeat;
	height: 17px;
	width: 95%;
	z-index: 1;
	text-align: center;
	border: solid 1px grey;
	position: relative;
	top: 8px;
	background-repeat: repeat-x;
	left: 0px;
	font-size: 10pt;
}

.sidebar 
{
	
	width: 20%;
	}

.content 
{
	width: 80%;
	}

.tabs a 
{
	color: White;
	text-decoration: none;
}

.tabs a:visited
{
	color: White;
	text-decoration: none;
}
.tabs a:active
{
	color: White;
	text-decoration: none;
}

H1 {

	font-size: 12pt;
	color: teal;
}
.caption 
{
	color: Gray;
	font-size: 8pt;
}
.steps {

	height: 48px;
	width: 280px;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: center;
}
.selected 
{
	
	font-weight: bold;
	color: Teal;
}
.PersonInformation 
{
	text-align: left;
	width: 85%;
	border: solid 1px silver;
	
}
.PersonInformationHeader
{
	font-size: 110%;
	font-weight:bold;
	letter-spacing: 1.5px;
}
.PersonInformation td
{
	width: 80%;
}

a 
{
	color: Teal;
	text-decoration: none;
	}

a:active 
{
		color: Teal;
	text-decoration: none;
	}
	
a:visited 
{
		color: Teal;
	text-decoration: none;
	}
.nextpage 
{
	color: Teal;
	text-decoration: underline;
}
.appheading {
	position: relative;
	top: 120px; 
	color: white;
	font-weight: normal;
	letter-spacing:4px; 
	font-size: 18pt;
	left: -150px;
	text-align: left;
}

.contentholder 
{
	margin: 2% 3% 3% 3%;
}
.leftalign 
{
	text-align: left;
	}
	
	a img 
	{
		border: solid 0px white;
		
		
	}
