@charset "utf-8";
html{
	height: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#fullheight{
	height: 100%;
}
body {
	background-image:url(../images/background.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #70C3E3;
	background-position: center top;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
div,img{
	behavior: url(./css/iepngfix.htc); 
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.mainNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #899BC3;
	text-align: right;
	padding-top: 10px;
	padding-right: 48px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 28px;
}
.mainNav a {
	text-decoration: none;
	color: #004685;
}
.mainNav a:hover {
	text-decoration: none;
	color: #CA4254;
}
.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding-top: 20px;
	padding-right: 100px;
	vertical-align: top;
}
.staffCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	vertical-align: top;
}
.titleCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #004685;
	height: 65px;
}
.mouse {
	font-size: 10px;
	line-height: 12px
}
li {
	list-style-type: none;
	padding-bottom: 10px;
}
li a {
	color: #CA4254;
	text-decoration: none;
}
li a:hover {
	text-decoration: underline;
}
b {
	font-weight:bold;
	color: #ca4254;
}
