﻿html {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height:100%
}
#pageFrame {
	width: 960px;
	margin: auto;
	position: relative;
}
#printBanner {
	display: none;
	visibility: hidden;
}
#banner {
	background-image: url(images/banner_back2.jpg);
	background-repeat: no-repeat;
	height: 127px;
}
#banLogo {
	text-align: right;
	margin: 7px 0px 0px 0px;
}
#topMenu {
	font-size: 10px;
	color: #42525C;
	text-align: right;
	margin: 6px 17px 0px 0px;
	height: 24px;
}
#topMenu a {
	color: #616161;
	text-decoration: none;
}
#topMenu .month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#topMenu .day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#topMenu .monthday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	
}
#banTitle {
	text-align: right;
	margin: 17px 0px 17px 0px;
}
#banMenu {
	text-align: right;
	padding: 2px 0px 0px 0px;
	height: 19px;
	overflow: hidden;
}
#menuCap {
	position: absolute;
	top: 112px;
	left: 0px;
}
#contentFrame {
	background-color: #FFFFFF;
	background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
	float: left;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height:auto !important;
	height: 100%;
	min-height: 100%;
}
#lCol {
	float: left;
	position: relative;
	width: 174px;
	margin-bottom: 5px;
	clear: both;
	padding-bottom: 28px; /*56px*/
}
#lCol #menuBar {
	margin: 0px 0px 0px 7px;
}
#lCol #menuBar a {
	background-color: #CECECE;
	display: block;
	width: 160px;
	height: 23px;
	border-bottom: 1px solid #ffffff;
}
#lCol #menuBar .active {
	background-color: #bbbbbb;
}
#lCol #menuBar a:hover {
	background-color: #bbbbbb;
}
#rCol {
	float: left;
	position: relative;
	width: 786px;
	overflow: hidden;
	padding-bottom: 28px; /*56px*/
}
#rCol #content {
	margin: 10px 10px 50px 10px;
	font-size: 11px;
	min-height: 585px;
	line-height: 16px;
}
#footer {
	background-image: url(images/footer_back2.gif);
	background-repeat: no-repeat;
	background-color: #750A2C;
	font-size: 10px;
	color: #eeeeee;
	clear: both;
	padding: 0px 0px 0px 184px;
	position: relative;
	height: 56px;
	margin-top: -56px; 
}
#footer a {
	color: #eeeeee;
}

/*Modify attributes of #contentwrapper below as desired*/
#contentwrapper{
	width: 270px;
	height: 205px;
	border: 1px solid black;
	background-color: white;
	padding: 5px;
}

.billcontent{
	width: 100%;
	display:block;
}
