@charset "utf-8";
/* CSS Document */

#container {
	height: auto;
	width: 100%;
	background-color: #251B1A;
}
#header {
	background-image: url(../imgs/housatonic-v2a-no_mill_no_caption.jpg);
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
#login {
	width: auto;
	float: right;
	background-image: url(../imgs/login_tab2.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	position: relative;
	right: 0px;
	height: auto;
	padding-left: 30px;
}
#login a, a:visited {
	color: #FFF;
}
#bodyContainer {
	height: auto;
	width: 100%;
}
#bodyCenter {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #FFF;
}
#navbar {
	background-color: #FFF;
	height: 30px;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #251B1A;
}
#navbar a, a:visited {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 8px;
	margin-right: 8px;
	line-height: 30px;
	font-size: 120%;
	letter-spacing: 0.05em;
	color: #251B1A;
	font-weight: bold;
}
#bodyCopy {
	background-color: #FFF;
	height: auto;
	width: 600px;
	margin-top: 30px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px dashed #ccc;
}
.clear {
	clear: both;
}
#rightColumn {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 289px;
	margin-top: 30px;
	margin-left: 30px;
}
#rightColumn P {
	line-height: 110%;
}
#footer {
	background-color: #FFF;
	height: auto;
	width: 960px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#footer a {
	padding-left: 8px;
	padding-right: 8px;
}
#footer P {
	font-size: 85%;
	line-height: 100%;
}
h1 {
	font-size: 180%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
}
h2 {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 180%;
	letter-spacing: 0.04em;
}
#callOut {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 5px;
}
#callOut a {
	font-size: 75%;	
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
.callOutLeft {
	width: 280px;
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #251B1A;
	height: auto;
}
.callOutRight {
	width: 280px;
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #251B1A;
	height: auto;
}
a, a:visited {
	text-decoration: none;
	font-size: inherit;
	color: #0000CC;
	font-weight: normal;
	padding: inherit;
	margin: inherit;
}
a:hover {
	text-decoration: underline;
}
.callOutTitle {
	text-align: center;
	width: 580px;
}
#externalResources a {
	color: #00C;
	line-height: 140%;
	text-decoration: underline;
	padding-right: 20px;
	margin-right: 20px;
	background-image: url(../imgs/linkout.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.externalResources a {
	color: #00C;
	line-height: 140%;
	text-decoration: underline;
	padding-right: 20px;
	margin-right: 20px;
	background-image: url(../imgs/linkout.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#thisPage {
	border-top: 1px solid #251B1A;
}