@charset "UTF-8";
body {
	background: #cccccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
img { 
	behavior: url(iepngfix.htc); /*fixes PNG transparency issue for IE*/
	border: none;
	text-decoration: none;
}
#container {
	width: 780px;
	height: 630px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 18px;
	border: 1px solid #000000;
	text-align: center;
}
#topElements {
	width: 778px;
	height: 82px;
	margin: 0 1px 0 1px;
}
#contentHome {
	display: table;
	width: 778px;
	height: 522px;
	margin: 0 1px 0 1px;
	position: relative;
	overflow: hidden;
	background-image: url(../assets/swirlBkgd.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#contentAssess {
	display: table;
	width: 778px;
	height: 522px;
	margin: 0 1px 0 1px;
	position: relative;
	overflow: hidden;
	background-image: url(../assets/swirlBkgd_Assess.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#middleAlign {
	display: table-cell; 
	vertical-align: middle;"
	_position: absolute;  /* Underscore hack for IE/Win. Will be ignored by other browsers */
	_top: 50%;  /* Underscore hack for IE/Win. Will be ignored by other browsers */
}
.homePg-text {
	font-size: 20px;
	line-height: 26px;
}
.bulletedText {
	font-size: 16px;
	line-height: 18px;
	text-align: left;	
}
#footerNavigation {
	width: 778px;
	height: 26px;
	margin: 0 1px 0 1px;
	vertical-align: top;
}
#copyright {
	height: 48px;
	width: 780px;
	font-size: 9px;
	line-height: 24px;
	text-align: center;
	margin: 0 auto;
	color: #8b8c7f;
}
#karen {
	padding-top: 6px;
	margin-left: 20px;
	padding-right: 20px;
	display: inline;
	float: left;
	width: 110px;
}
.photoCaption {
	font-size: 10px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}
.bodyText_lessLead {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}


.image_linkStyle a:link {
	text-decoration: none;
	border: none;
}
.image_linkStyle a:hover {
	text-decoration: none;
	border: none;
}
.image_linkStyle a:active {
	text-decoration: none;
	border: none;
}
.image_linkStyle a:visited {
	text-decoration: none;
	border: none;
}
