html, body {
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/HJGBackMain.png);
	background-repeat: repeat;
	background-color: #333333;
	color: #FFFFFF;
	height: 100%;
}

/* Page Layouts */

#page-container {
	width: 80%;
	min-height: 100%;
    height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

#page-header {
	width: 100%;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}

#page-menu {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 38px;
	background-color: #CCCCCC;
}

#page-body {
	width: 100%;
	background-color: #CCCCCC;
	overflow: auto;
     margin-top: 10px;
}

#page-footer {
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 0;
	height: 50px;
	padding: 5px;
	background-color: #CCCCCC;
	color: #000000;
}

/* Text Layouts */

#page-end p {
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}

/* Style: Terms & Conditions */

.termtitle {
	font-size: 0.9em;
	font-weight: bold;
    color: #000000;
}

.termhead {
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
    color: #000000;
}

.termfoot {
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
    color: #000000;
}

.termmain {
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
    color: #000000;
}

.termsub {
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
    color: #000000;
}

.termdef {
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
    color: #000000;
}
