/*
html {
	height: 92%;
}
*/
body {
	margin: 0;
	padding: 0;
	height: 92%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
}
#my-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: expression(document.body.clientHeight - 26 );
	background-image: url('../images/bgleft.gif');
	background-repeat: repeat-y;
	z-index: 0;
}
#container-page {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
	height: expression(document.body.clientHeight - 32 );
}
#container-content {
	width: 100%;
	padding-bottom: 32px;
}
#content-left {
	display: none;
}
#container-logo {
	display: none;
}

#do-not-print {
	display: none;
}

#marquee {
	display: none;
}
#adminOptions {
	display: none;
}
#memberOptions {
	display: none;
}
#content-main {
	float: left;
	padding: 10px 10px 10px 10px;
	width: 600px;
	font-size: 140%;
}
#container-foot {
	display: none;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
}
#noDecorRed {
	text-decoration: none;
	font-weight: bold;
	color: #CC314E;	
}
#noDecorWhite {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;	
}
#leftMenu {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	border-bottom: 1px solid #CC314E;
	border-top: 1px solid #CC314E;
	font-weight: bold;
	color: #CC314E;
	background-color: #FFFFFF;	
}
#header {
	display: none;
}
#form {
	border: 1px solid #CCC;
}
#txtRedBigBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #CC314E;	
}
#txtLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #777;	
}
#txtTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: black;	
}
#marker {
	font-weight: bold;
	color: red;
}
#shortDesc {
	font-weight: bold;	
}


