/*Main Container*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 0px 0 0;
}
input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: right;
}
select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: left;
}
.hrzContainer {
	width:100%;
}
.hrzContainer ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.contentWrapper h3{
	border-bottom: 1px solid silver;
	color: rgb(172, 194, 112);
}
/*Animation Start*/
.contentStart {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 260px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd {
	padding-left: 24px;
	float: left;	
	width:660px;
	height: 260px;
}

/*Main Container*/
.hrzContainer3 {
	width:100%;
}
.hrzContainer3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 60px;
	height: 260px;
	text-align:center;
	border: 1px solid black;
}
.handle3 img{
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	vertical-align: middle;
}
.handleOver3{
	background: #b2cde6;
	border: 1px solid black;
}
.handleOver3 img{
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected3{
	
	background: #b2cde6;
	border: 1px solid black;
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
	
}
.contentInnerWrapper3{
	margin: 5px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #1E90FF;
}
/*Animation Start*/
.contentStart3 {
	margin-left: 0px;	
	float: left;
	width:0px;
	height: 260px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd3 {
	float: left;	
	height: 260px;
}
/*DHTML GOODIES start*/
	.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
	}
	.dhtmlgoodies_aTab{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:5px;		
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
/*DHTML GOODIES end*/
.slideContent{
	width:775px;
	/*background-image:url(../images/notes_bgrd.gif);*/
}
.lowerContent{
	background-image:url(../images/lower_bgd.jpg);
	height:110px;
	padding-left:5px;
	padding-top:5px;
	font-size:12px;
}
#apDiv1 img{
	position:absolute;
	left:304px;
	top:321px;
	width:113px;
	height:32px;
	z-index:1;
	display:block;
	border:none;
}
#userForm {
	position:absolute;
	left:0px;
	top:240px;
	width:565px;
	height:400px;
	z-index:15;
	background-color:#FFFFFF;
	padding:10px;
	visibility:hidden;
	font-size:12px
}
.userInput{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
}
.bandForm{
	font-size:11px;
	vertical-align: top;
}
.instruct{
	font-size:12px;
	font-weight:bold;
}
.subbtn{
	text-align: center;
}
.section{
	color:#005a9c;
	font-size:14px;
	font-weight:bold;
}

