/* CSS Document */
/* ONLY CHANGE  left navi height  !!!!!!!!!!!!!!!!!!!!!!!! */
.LeftNavigation {
	float: left;
	border-left: 1px solid #541800;
	width: 225px;
	height: 650px;
	background-image: url(../images/tan.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #541800;
	}
	
.RightHolder {
	width: 773px; 
	display: inline;
	}
/* ONLY CHANGE  middle content height !!!!!!!!!!!!!!!!!!!!!!!!*/	
.FlexibleContents {
	float:left;
	width: 743px;
	height: 650px;
	background-image: url(../images/peach.gif);
	background-repeat: repeat;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #541800;
	color: #541800;
	}
/* ONLY CHANGE  right navi height  !!!!!!!!!!!!!!!!!!!!!!!! */	
.RightNavigation {
	float:left;
	width: 30px;
	height: 650px;
	border-right: 1px solid #541800;
	background-image: url(../images/peach.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #541800;
	}


.topBG {
	background-image:url(../images/top.jpg); 
	width: 735px; 
	height: 10px; 
	margin: 10px 0 0 0;
	padding: 0;
	background-repeat:no-repeat;
	}
	
.midBG {
	background-image: url(../images/middle.jpg);
	background-repeat:repeat-y;
	width: 735px; 
	height: 550px;
}

.bottomBG {
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	width: 735px; 
	height: 15px;
}

h3 {
color: #541800;
}
/* New changes--- began!!!*/

.heading {
	width:690px;
	height: 30px;
	background-image: url(../images/690x30bannerJoin.gif);
	background-repeat: no-repeat;
	margin: 5px 0 0 25px; 
	float: left; 
	font-size: 120%; 
	font-weight: 500;
	}
	
.textContainer {
	width:670px;
	margin: 5px 0 0 25px;
	float: left;
	font-size: 90%;
	padding: 5px 10px 10px 10px;
	text-align: left;
	overflow:auto;
	height: 490px;
	background-repeat: no-repeat;
	}
	
.textContainer span{
	font-size: 135%;
	}

.textContainer ul{
	font-size: 95%;
	padding: 8px 0 8px 45px;
	list-style-type: decimal;
	}
.textContainer ul li{
	padding: 4px 0 4px 0px;
	}

.form {
	text-align: left;
	width: 650px;
	display: inline;
	margin-top: 25px;
	}
	
.box {
	width: 600px; 
	display: inline;
	}
	
.subject {
	width: 120px;
	text-align: right;
	float: left;
	font-size: 90%;
	}

.cell {
	width: 200px; 
	float: left;
	margin-top: -2px;
	color:#666666;
	}

.subCell {
	border: 1px solid #CCCCCC; 
	padding: 1px 2px 0px 2px;
	}

.subCell02 {
	border: 1px solid #CCCCCC; 
	padding: 0px 0px 0px 0px;
	}
	
.clear1 {
	clear:left; 
	height:15px;
	}
	
.clear {
	clear:both; 
	font-size: 95%; 
	color:#999999; 
	padding: 8px 0 0 20px;
	}

.mailBTN {
	background-image: url(../images/120x24btn.jpg); 
	background-repeat: no-repeat; 
	font-size: 120%; 
	font-weight: 700; 
	padding: 2px 15px 1px 15px;
	cursor: pointer;
	}
