h1 {
	font-size:16px;
	font-weight:bold;
	color:#4b3651;
	padding:0px;
	margin:0px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#4b3651;
	padding:0px;
	margin:0px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#4b3651;
	padding:0px;
	margin:0px;
}
body {
	font-family: verdana, arial;
	font-style: normal;
	font-size:12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #e6e7e8;
	background-repeat: no-repeat;
    background-position: center top; 
}
img{
	border:0px;
}
#topLogo{
	position:absolute;
	top:20px;
}
#contentHeader {
	height: 130px;
	width: 800px;
	z-index: 1;
	margin: 0px auto;
	position: relative;
	background-image: url('../images/headerBackground.png');
	background-repeat: repeat-y;
	background-position-x: right;
	border-bottom: 4px solid #b8b6cc;
	top: 0px;
}
#contentHeader .telphoneNumber {
	position: absolute;
	top: 50px;
	right: 10px;
	color: white;
	text-align:right;
	font-size: 19pt;
	font-weight: bold;

	padding-left:10px;
}

#contentHeader .telphoneNumber a,a:visited {
	color:#ffffff;
	text-decoration: none;
}

#contentHeader .telphoneNumber a:hover {
	text-decoration: underline;
}


a, a:hover, a:visited, a:active {
	text-decoration: underline;
	color:#000;

}
#contentHeader .emailAddress {
	position: absolute;
	top: 80px;
	right: 10px;
	color: white;
	text-align:right;
	font-size: 11pt;
	font-weight: bold;
	padding-left:10px;
	text-decoration: none;
}

#contentHeader .emailAddress a,a:visited {
	color:#ffffff;
	text-decoration: none;
}

#contentHeader .emailAddress a:hover {
	text-decoration: underline;
}
		
#contentNavigation{
	position:absolute;
	top: 150px;
	left: 0px;	
	height: 355px;
	width: 150px;
	padding-top: 2px;
}
.navigationItem{
	width:120px;
	background-color:#b8b6cc;
	position:relative;
	left:0px;
	height:20px;
	margin-top:7px;
	padding-left:10px;
	padding-top:5px;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	

}
.navigationItemActive{
	width:120px;
	background-color:#4b3651;
	position:relative;
	left:0px;
	height:20px;
	margin-top:7px;
	padding-left:10px;
	padding-top:5px;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	text-decoration: none;

}
.navigationItem a,a:active,a:visited{
	text-decoration: none;
	color:#ffffff;
	
}
.navigationItem a:hover{
	text-decoration: none;
	color:#ffffff;
}

#contentText{
	border-top: 8px solid #4b3651;
	padding-top:10px;
	background-color:#ffffff;
	background-image:url('../images/navLeft.png');
	background-position-x: left;
	background-position-y: bottom;
	background-repeat: no-repeat;
	background-position:bottom left;
}

#contentText a{
	color:#000;
}


#bodyContent {
	position:absolute;
	left:50%;
	top:20px;
	width:800px;
	margin: 0px 0 0 -400px; 

}		
#contentFooter {
	width:100%;
	z-index: 1;
	left: 0px;
	height:18px;
	
	padding-top:6px;
	padding-bottom:6px;
	border-top:3px #b8b6cc solid;
	font-size: 11px;
	background-color: #4b3651;
	color: white;

	
}


.footerLeft {
	position: relative;
	left: 10px;
	float:left;
}

.footerLeft a{
	color:#ffffff;
	text-decoration: none;
}
.footerLeft a:hover{
	text-decoration: underline;
}

.footerRight {
	position: relative;
	float:right;
	padding-right:10px;
}

.footerRight a{
	color:#ffffff;
	text-decoration: none;
}
.footerRight a:hover{
	text-decoration: underline;
}
.footerWebsite {
	position: relative;
	left: 700px;
	text-align:right;
	color:#6f6f6f;
	background-color:#e6e7e8;
	font-size:11px;
}

.footerWebsite a{
			color:#6f6f6f;
	text-decoration: none;
}
.footerWebsite a:hover{
	text-decoration: underline;
}