html, body {
    height: 100%;
	margin: 0px; /* Need to set body margin and padding to get consistency between browsers. */
}
body {
	font-family: Georgia, Times, "Times New Roman", serif, "MS Serif", Georgia;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 22px;
	color: #282828;
	padding: 0px;
	text-align: center; /* Hack for IE5/Win */
}
td {
	text-align:left;
	vertical-align:top;
}
ul {
	margin-left: 8px;
	padding-left: 8px;
	list-style:square;
}
ul li {
	list-style-type: square;
}
#tmpContainer {
	width: 455px;
	position: relative;
	height: 300px;
	padding: 25px 25px 0px 25px;
	margin: 23px auto 15px auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
	background-color:#FFFFFF;
}
#mainContainer {
	width: 780px;
	position: relative;
	height: 75%;
	padding: 0px 0px 0px 0px;
	text-align:left; /* Counteract to IE5/Win Hack */
}
#contentContainer {
	height: 100%;
	width: 760px;
	background-color: #FFFFFF;
	text-align: center;
}
#contentWide {
	width: 90%;
	height: 100%;
	min-height: 100%;
	padding: 25px 0px 25px 0px;
	text-align: left;
	float:left;
}
#footer {
	display: none;
}
#mainNav {
	display: none;
}
a:link {
	background-color: #D7D7D7;
	padding: 1px;
	color: #282828;
	text-decoration: none;	
}
a:visited {
	background-color: #D7D7D7;
	padding: 1px;
	color: #282828;
	text-decoration: none;
}
a:hover {
	background-color: #282828;
	padding: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	background-color: #D7D7D7;
	padding: 1px;
	color: #282828;
	text-decoration: none;
}
hr {
	width: 100%;
	height: 1px;
	border-top: 1px solid #C3C1C1;
	border-bottom: 0px;
}
#logo {
	text-align: center;
}
/* editable in contribute */
.mainHeader {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.subHeader {
	font-size: 13px;
	font-weight: bold;
	color: #ACACAC;
}
.bold {
	font-weight: bold;
}
.tHeader {
	font-weight: bold;
	color: #ACACAC;
}
img.leftImg {
	margin-top: 9px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	border: 10px solid #ACACAC;
}
img.rightImg {
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	float: right;
	border: 10px solid #ACACAC;
}
img.largeImg {
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	border: 10px solid #ACACAC;
	display:block;
}
