html {
	height: 100%;
	overflow: auto;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

.leftBar {
	height: 100%;
	width: 200px;
	float: left;
	background-color: #c1001b;
	color: #f3f3f3;
	padding-top: 150px;
	padding-bottom: 200px;
}

.leftBar h3,ul {
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}

.leftBar ul {
	margin-top: 10px;
}

.leftBar a {
	text-decoration: none;
	color: white;
}

.leftBar a:hover {
	text-decoration: none;
	color: #ddd;
}

.content {
	margin-left: 220px;
	margin-top: 150px;
	margin-right: 10px;
}

.topLinks {
	text-align: right;
	height: 25px;
	padding-top: 5px;
	font-size: 80%;
}

.topLinks a {
	color: #c1001b;
}

.topLinks a:hover{
	text-decoration: none;
	color: #1c5190;
}

.logo {
	width: 610px;
	height: 73px;
	position: absolute;
	top: 30px;
	left: 83px;
	margin: 0;
	padding: 0;
}

.logoPrint {
	display: none;
}

.morelink {
	font-style: italic;
	font-size: small;
}

.picRight {
	float: right;
	margin: 10px;
}

.buttonImage {
      vertical-align: middle; 
      height: 16pt;
      width: 16pt;
      padding-left: 5px; 
      padding-right: 5px;
   } 
.buttonText {
      vertical-align: middle; 
   }      
