@CHARSET "ISO-8859-1";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: black;
	padding: 5px;
}
#wrap {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	float: none;
	width: 840px;
	background: white;
}
img {
	border: none 0;
}
#header, h1#logo, #fullName, ul#navTop, ul#navTop li, ul#navTop a, #bar, #barEnd, #bar a, #main, #menu, #content, #footer {
	display: block;
	overflow: hidden;
	float: left;
}
#header, #main, #footer {
	width: 840px;
	clear: both;
	background: white;
}
#header {
	height: 87px;
	margin-bottom: 10px;
}
h1#logo {
	width: 183px;
	height: 66px;
	margin-left: 25px;
}
#fullName {
	width: 585px;
	height: 20px;
	margin: 1px 0 3px 10px;
	color: #9c1d20;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 12px;
	border-bottom: 2px black solid;
	white-space: nowrap;
}
ul#navTop {
	width: 580px;
	height: 38px;
	list-style: none;
	padding-left: 15px;
}
ul#navTop li {
	height: 38px;
	padding-left: 10px;
}
ul#navTop li#btnReports {
	width: 205px;
}
ul#navTop li#btnPayBill {
	width: 179px;
}
ul#navTop li#btnEmail {
	width: 143px;
}
ul#navTop li a {
	width: 100%;
	line-height: 38px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
ul#navTop li#btnReports a {
	background: url(../images/btnReports.jpg) 0 0 no-repeat;
	padding-left: 51px;
}
ul#navTop li#btnPayBill a {
	background: url(../images/btnPayBill.jpg) top left no-repeat;
	padding-left: 42px;
}
ul#navTop li#btnEmail a {
	background: url(../images/btnEmail.jpg) top left no-repeat;
	padding-left: 43px;
}
ul#navTop li#btnReports a:hover, ul#navTop li#btnPayBill a:hover, ul#navTop li#btnEmail a:hover {
	background-position: 0 -38px;
}
#bar {
	background: url(../images/bar.png) repeat-x;
}
#barEnd {
	width: 830px;
	height: 21px;
	background: url(../images/barEndR.png) no-repeat center right;
}
#bar a {
	width: 183px;
	margin-left: 25px;
	line-height: 21px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
}
#menu {
	width: 183px;
	margin-left: 25px;
	background: url(../images/menu.png) top center repeat-y;
}
#menuInside {
	background: url(../images/menuBottom.png) bottom center no-repeat;
}
#menu ul {
	list-style: none;
	color: white;
}
#menu ul.menuHead {
	padding: 0 16px 10px 16px;
	background: url(../images/menuTop.png) top center no-repeat;
}
#menu li.menuHead {
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	padding-top: 10px;
	border-bottom: 1px white solid;
	margin-bottom: 4px;
}
#menu ul li ul {
	padding: 0;
}
#menu a {
	display: block;
	width: 100%;
	line-height: 26px;
	font-size: 14px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	white-space: nowrap;
}
#menu a:hover {
	color: yellow;
	font-weight: bold;
	text-transform: uppercase;
}
#content {
	width: 568px;
	padding: 10px 15px;
}
#content h2, h3, h4 {
	color: #9c1d20;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h2 {
	font-size: 24px;
}
#content h3 {
	font-size: 18px;
}
#content h4 {
	font-size: 16px;
	margin-top: 2ex;
	color: black;
}
#content p {
	margin-top: 0.5ex;
	margin-bottom: 1ex;
	line-height: 200%;
}
#content img.mainimg {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
#content ul {
	padding-left: 1.5em;
}
#content ul li {
	padding-top: 0.5ex;
}
#footer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px black solid;
	text-align: center;
	line-height: 150%;
}
#footer h2 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

