
html {
	height: 100%;
/*	padding: 0;
	margin: 0;
	overflow: hidden;
*/
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	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.jpg');
	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 {
	float: left;
	width: 220px;
/*	height: 320px; */
	height: 100%;
	padding: 15px 0px 0px 0px;
}

#leftMenu {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	width: 220px;
}

#leftPride {
/*	padding: 8px; */
	margin: 10px 0px 10px 8px;
	width: 140px;
/*	border: 2px solid #DD6677;
	background-color: #FFFFEE;
*/
}

#leftPride td {
	color: black;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#tblPride {
	border: 1px solid #666666;
	border-right: none;
	margin-bottom: 10px;

}

#content-main {
	float: left;
	padding: 20px 20px 32px 20px;
	padding-bottom: 32px;
	width: 500px;
	font-size: 140%;
	background: white;
	height: 100%;
}
#container-foot {
	clear: both;
	height: 26px;
	width: 100%;
}
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; */
	color: #444444;
}
#noDecorWhite {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#footer {
	border-bottom: 1px solid #444444;
	border-top: 1px solid #444444;
	font-weight: bold;
	color: #444444;
	background-color: #FFFFFF;
}
#header {
	border-bottom: 1px solid #444444;
	font-weight: bold;
	color: #444444;
	background-color: #FFFFFF;
}
#marquee {
	width= 100%;
/* background-color: #FFBBBB;
	border: 1px solid #CC314E; */
	border: 1px solid #444444;
	border-top: none;
	background-color: #445060;
	padding: 4px;
	color: white;
	font-weight: bold;
}
#form {
	border: 1px solid #CCC;
}
#txtRedBigBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
/*	color: #CC314E; */
	color: black;
}

.txtRedSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: red;
}

#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;
}
#txtTitleCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: black;
	text-align: center;
	padding-top: 15;
	padding-bottom: 15;
}
#txtSubTitleCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: black;
	text-align: center;
}

#txtMarqueeDivider {
	padding-left: 30px;
}

.bold-blue {
	font-weight: bold;
	color: blue;
}

#marker {
	font-weight: bold;
	color: red;
}
#shortDesc {
	font-weight: bold;
}

#tblApplication {
	border: 1px solid red;
}
	#tblApplication td {
/*		white-space: nowrap; */
	}
	#tblApplication td.bold {
		font-weight: bold;
	}

#adminOptions {
	border: 1px solid #444444;
	border-top: none;
	width= 100%;
	background-color: #FFEEBB;
	padding: 4px;
}

#memberOptions {
	border: 1px solid #444444;
	border-top: none;
	width= 100%;
	background-color: #FFDDCC;
	padding: 4px;
}

.blue-nodecor {
	color: blue;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

#rolodex {
	width: 450;
	text-align: center;
	font-size: 90%;
}