@charset "UTF-8";
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link {
	color: #487bba;
}
a:visited {
	color: #487bba;
}
a:hover  {
	color: #95b7dc;
}
a:active {
	color: #003366;
}
body {
	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 */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #B8B8B8;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-image: url(images_layout/carolyn_nutt_gray.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
}
#header h1 {
	margin-left: -9000px;
	font-size: 10px;
}

#mainContentHome {
	height: 313px;
	width: 960px;
	margin: 0px;
	padding: 0;
}
#topBar {
	height: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999e9c;
}

#bottomBar {
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999e9c;
}

#footer {
	padding: 0;
	text-align: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #6D6D6D;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
