html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	text-align: center;
	
}
#nonFooter
{
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 776px;
	position: relative;
	min-height: 100%;

}

* html #nonFooter
{
	height: 100%;
}
#footer
{
	position: relative;
	margin-top: -40px;
}

.mainTable {
	vertical-align: top;
	text-align: center;
	width: 776px;
}

a:visited {
	color: #666666;
	font-weight: bold;	
	text-decoration: none;	
}
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;	
}
a:active {
	color: #666666;
	font-weight: bold;	
}

.menuBar {
	background-image: url(images/menu-bkg.jpg);
	background-repeat: repeat-x;
	height: 29px;
}
.bottomBar {
	background-image: url(images/bkg-footer.jpg);
	background-repeat: repeat-x;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	background-position: bottom;
}

.content {
	text-align: left;
	vertical-align: top;
	padding-bottom: 45px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.smallMenu {
	font-size: 12px;
	color: #5b594a;
	text-align: right;
	vertical-align: baseline;
	height: 20px;
}
.pageTitle
{
	font-size: 30px;
	font-weight: bold;
	color: #5b594a;
}
.pageSubTitle
{
	font-size: 16px;
	font-weight: bold;
	color: #5b594a;
}
.menuDots
{
	font-size: 20px;
	color: #5b7a75;
	text-align: center;
	vertical-align: bottom;
}.note {
	font-size: 10px;
}
