.commonbdy {
	position:inherit;
	text-align:left;
}

#container .commonbdy H1 {
	clear:both;
	font-size:25px;
	color:#003751;
	margin:0px;
    font-weight:normal;
    font-family: Arial;


}


.subMenu{
	background: #e0e0de;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	margin: 2px;
	margin-left: 0px;
	margin-bottom: 5px;
}

.subMenu:hover{
	background: #666;
	color: white;
	cursor:pointer;
}
.active{
	background: #666;
	color: white;

	
}
.active a {
	text-decoration:none;
}
.commonbdy{
	font:12px Arial, Verdana, Helvetica, sans-serif;
	padding-left:10px;
	padding-top:10px;
}

.CreateSignupBox{
	width: 480px;
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: left;
}
.boxForm{
	width: 750px;
	margin-left: 30px;
}
.boxField{
	width: 120px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	padding-top: 10px;
}
.boxInput{
	width: 290px;
	margin-bottom: 5px;
}
.boxtext{
	font-family: Tahoma;
	font-size: 12px;
	
	text-align: left;
	margin-right: 10px;
	padding-top: 10px;

}
.boxInput input{
	width: 275px;
	border: 1px solid #d7d3ca;
	background-color: #f0f0f0;
	background-image: url(../images/searchBoxBg.jpg);
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	font-size: 16px;
	padding: 5px;
}

.boxForm01{
	width: 350px;
	padding-top: 12px;
}

.boxField2{
	width: 100px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 10px;
}

.boxInput2{
	width: 240px;
	margin-bottom: 5px;
}

.boxInput2 input{
	width: 225px;
	border: 1px solid #d7d3ca;
	background-color: #f0f0f0;
	background-image: url(../images/searchBoxBg.jpg);
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	font-size: 16px;
	padding: 5px;
}
.searchBox{
	width: 145px;
	height: 23px;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: Tahoma;
	margin-right: 0px;
}

.searchBox input{
	background-color: #f0f0f0;
	background-image: url(../images/searchBoxBg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #d7d3ca;
	height: 21px;
	width: 170px;
}

.searchBox select{
	border: 1px solid #d7d3ca;
	width: 173px;
	height: 25px;	
	font-family: Trebuchet MS;
	font-size: 16px;
}

.fL{float: left}
.fR{float: right}
.cL{clear: both}