﻿.body {
	background-color:white;
	color:black;
	padding:0;
	margin:0;
	text-align:center;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	margin:0 auto;
	text-align:left;
}

#mainBody {
	width:100%;
	margin-right:auto; 
	margin-left:auto;
	background-color:#e3e7f1;
	
}
.greyBuffer{
	width:50px;
	height:20px;
	background-color:#bfc2ca;
}

.blueBuffer{
	height:50px;
	background-color:#e3e7f1;
}

img {
	border-width:0;
}

.topBanner {
	position:relative;
	background-color:#57585d;
	background-image:url('../SiteCollectionImages/topback.jpg');
	height:50px;
	vertical-align:bottom;
}

#mainContent {
	padding-top:0px;
}

.topNavItem{
	font-family:Arial, Helvetica, sans-serif;
	color:blue;
	font-size:small;
	background:white;
	border:thin;
}
.topNavItem A:link {
	COLOR: blue;
}
.topNavItem A:visited {
	COLOR: blue;
}
.topNavItem A:hover {
	COLOR: blue;
}
.topNavItem A:active {
	COLOR: blue;
}


.leftNavArea {
	float:left;
	width:180px;
	padding-right:0px;
	background-color:#86878c;
	background-image:url('../SiteCollectionImages/leftback.jpg');
	height:100%;
}

#content {
	float:left;
	width:100%;
}

.leftNavItem {
	font-size:0.7em;
	padding-left:5px;
	padding-bottom:7px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

.leftNavItem a:link {
	font-size:0.7em;
	color:white;
	font-weight:bold;
	text-decoration:none;
}

.leftNavItem a:hover {
	font-size:0.7em;
	color:white;
	font-weight:bold;
	text-decoration:none;
}

.leftNavItem a:visited {
	font-size:0.7em;
	color:white;
	font-weight:bold;
	text-decoration:none;
}

.leftNavItem a:active {
	font-size:0.7em;
	color:white;
	font-weight:bold;
	text-decoration:none;
}


.leftNavHover {
	font-size:0.7em;
	color:white;
	font-weight:bold;
	text-decoration:none;

}

.leftNavSelect {
	font-size:0.7em;
	color:white;
	font-weight:bold;
	text-decoration:none;

}

#content {
	padding-top:0px;
}

#left {
	float:left; 
	width:355px; 
	padding:0 5px;
}

#right {
	float:left; 
	width:345px; 
	padding:0 5px;
	margin-left:10px;
}

.clear {
	clear:both;
	height:1px;
}

#footer {
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-style:italic;
}

.question {
	text-align:left;
	width:190px;
	color:white;
	font-size:0.8em;
}

.response {
	text-align:left;
	
}

.oneLine {
	display:inline;
	white-space:nowrap;
}
.signIn{	
	background:#57585d;	
}
.signIn a:link{
	color:#57585d;
	background:#57585d;
}
.signIn a:active{
	color:#57585d;
	background:#57585d;
}
.signIn a:hover{
	color:#57585d;
	background:#57585d;
}
.signIn a:visited{
	color:#57585d;
	background:#57585d;
}