@import url( '../../../stylesheets/base.css' );


h2{
	color:					#086680;
	font-size:				12px;
	font-weight:			bold;
	padding:				0px 0px 5px 0px;
}

#wrapper{
	background-image:		url('../../../images/content_bg.gif');
	background-repeat:		repeat-y;
}

#topContent{
	width:					770px;
	padding:				30px 20px 20px 95px;
}
#topContent #formRight{
	float:					right;
}
#topContent #formRight input{
	width:					143px;
	height:					18px;
	border:					1px solid #315c73;
	color:					#315c73;
	font-size:				11px;
	margin:					0px 0px 20px 0px;
}
#topContent #formRight #submit{
	width:					60px;
	height:					22px;
	border:					none;
	color:					#FFFFFF;
	background-image:		url('../../../images/formBtn.gif');
}

#leftContent{
	width:					180px;
	min-height:				100%;
	line-height:			16px;
	float:					left;
	padding:				0px 10px 20px 95px;
}


#leftContent input{
	width:					100%;
	height:					18px;
	border:					1px solid #315c73;
	color:					#315c73;
	font-size:				11px;
	margin:					3px 0px 12px 0px;
}
#leftContent textarea{
	width:					100%;
	border:					1px solid #315c73;
	color:					#315c73;
	font-size:				11px;
	font-family:			verdana;
	margin:					3px 0px 0px 0px;
}
#leftContent .submit input{
	width:					100%;
	height:					22px;
	border:					none;
	color:					#FFFFFF;
	background-image:		url('../../../images/formBtn.gif');
}


#rightContent{
	width:					570px;
	min-height:				100%;
	line-height:			16px;
	float:					right;
	padding:				0px 80px 20px 0px;
}
#rightContent iframe{
	border:					2px solid #6d6b6c;
	padding:				7px;
}

#rightContent a{
	color:					#da560f;
	text-decoration:		none;
	border-bottom:			1px dashed #305A59;
	padding:				0px 0px 2px 0px;
}
#rightContent a:hover{
	color:					#000000;
	text-decoration:		none;
	border-bottom:			1px dashed #305A59;
	padding:				0px 0px 2px 0px;
}



