@media screen{	
	body {
	background-color:#fff; 
	margin-left:0px;
	margin-right:0px;
	}
	
	.pb {page-break-before: always}
	.pba {page-break-after: always}
	
	H1 { font-family: arial; font-size: 18pt; color: #000080}
	H2 { font-family: arial; font-size: 16pt; color: #000080}
	H3 { font-family: arial; font-size: 14pt; color: #000080}
	H4 { font-family: arial; font-size: 12pt; color: #000080}
	
	body, p, table, td, th, ul, ol, textarea, input {
	font-family:Verdana, Arial, Tahoma, helvetica, sans-serif; font-size:10pt;
	}
.form-style-9{
    max-width: 450px;
    background: #FAFAFA;
    padding: 30px;
    margin: 50px auto;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 6px solid #305A72;
}
.form-style-9 ul{
    padding:0;
    margin:0;
    list-style:none;
}
.form-style-9 ul li{
    display: block;
    margin-bottom: 10px;
    min-height: 35px;
}
.form-style-9 ul li  .field-style{
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    padding: 8px;
    outline: none;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;

}.form-style-9 ul li  .field-style:focus{
    box-shadow: 0 0 5px #B0CFE0;
    border:1px solid #B0CFE0;
}
.form-style-9 ul li .field-split{
    width: 49%;
}
.form-style-9 ul li .field-full{
    width: 100%;
}
.form-style-9 ul li input.align-left{
    float:left;
}
.form-style-9 ul li input.align-right{
    float:right;
}
.form-style-9 ul li textarea{
    width: 100%;
    height: 100px;
}
.form-style-9 ul li input[type="button"], 
.form-style-9 ul li input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #216288;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style-9 ul li input[type="button"]:hover, 
.form-style-9 ul li input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}	
	/*===========main table calss===========*/
	
	table.mainTable {
	width:808px;
	background-color:#fff;
	}
	
	.middleGrayBox {
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:15px;
	padding-left:15px;
	border:1px;
	border-style:solid;
	border-color:#CBCED1;
	}
	
	.paddingMiddle {
	padding-top:3px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:2px;
	width:100%;
	}
	
	/*======================= Class For Left Menu =======================*/
	#dropmenudiv{
	position:absolute;
	background-color: #E8E8E8;
	border:1px solid #C0C0C0;
	border-bottom-width: 0;
	z-index:100;
	}
	
	#dropmenudiv a{
	color:#5C5C5C; text-decoration:none; font-weight:bold;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #C0C0C0;
	padding: 1px 0;
	padding: 6px 0px 6px 0px;
	}
	
	#dropmenudiv a:hover{ /*hover background color*/
	background-color: #DCDCDC;
	color:#3350B9; text-decoration:none; font-weight:bold;
	padding: 6px 0px 6px 0px;
	}
	/*=====CAPTCHA class====*/
	#required { display: none }
	
	
	/*======border calsses========*/
	
	.mnmidbrdr{
	border:1px;
	border-style:solid;
	border-color:#C0C0C0;
	}
	
	
	/*======================= Class For TEXT =======================*/
	.leftTxt {
	font-size:11px;
	font-weight:bold;
	margin-left:15px;
	}
	
	
	/*======================= Class For Background Images =======================*/
	.baskethebg {
	background-image:url(/images/basketball-hebk.jpg);
	height:108px;
	}
	
	
	/*   Class For Links   */
	a:hover
	{color:red;}
	
	a.lftlink:link, a.lftlink:visited, a.lftlink:active
	{color:#5C5C5C; background-color:transparent; text-decoration:none; font-weight:bold; padding-left:2px; font-family: Arial; font-size:11px;}
	a.lftlink:hover
	{color:#4A5EB4; background-color:transparent; text-decoration:none; font-weight:bold; padding-left:2px; font-family: Arial; font-size:11px;}
	
	a.lftlink2:link, a.lftlink2:visited, a.lftlink2:active
	{color:#336699; background-color:transparent; text-decoration:underline; font-family: verdana; font-size:11px; }
	a.lftlink2:hover
	{color:#red; background-color:transparent; text-decoration:underline; font-family: verdana; font-size:11px; }
	
	#printonly {
		display: none;
	}
	
	#content{
	
	}
	
	
	#content a {
	color:#3350B9;
	font-weight:800;
	text-decoration:none;
	}
	
	
	#content a:hover{
	color:#3350B9;
	text-decoration:underline;
	}
	
	
	
	#content h1{
	font-size: 140%;
	color:#3350B9;
	font-weight:800;
	border-bottom: 1px dotted #ddd;
	padding: 3px 0 1px 0px;
	margin: 0 0 15px 0;
	}
	
	#content p{
	margin: 10px 0;
	}
	
	
	#content ul{
	 list-style-image: url(../images/bluebullet2.gif);
	list-style-type: circle;
	}
	
	#content ul li{
	
	}
	
	#content p.greeting{
	font-family:arial;
	font-size: 16px;
	font-weight:800;
	}
	
	 .red{
	color:#C40306;
	}
	
	.blue{
	color: #3350B9;
	}
	
	hr{
	height: 2px;
	border-top: 1px solid #3350B9;
	border-bottom: 1px solid #3350B9;
	}
	
	.graybox{
	background: #f2f2f2;
	border: 1px solid #ccc;
	margin: 2px;
	padding: 3px 10px;
	}
	
	.adbox{
	float:right;
	background: #f2f2f2;
	border: 1px solid #ccc;
	margin: 2px;
	padding: 5px 8px;
	vertical-align:top;
	font-size:12px;
	font-family:arial,helvetica,sans-serif;
	color:black;
	}
	
	#content table.formtable{
	background: #F2F2ED;
	border: 1px solid #F2F2ED;
	padding: 2px;
	}
	
	#message_box { 
	position: absolute; 
	right: 10px; 
	z-index: 10; 
	background:#ffc;
	border:1px solid #CCCCCC;
	text-align:left; 
	display:none;
	color:#3F3F3F;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	 }
	 
	.logininfobox {
		background:#F7F7F7;
		border-right:1px solid #C0C0C0;
		border-top:1px solid #C0C0C0;
		border-left:1px solid #C0C0C0;
		width:150px;
		margin-right:10px;
		margin-bottom:15px;
		padding:4px;
		float:right;
		clear:both;
		-moz-border-radius-topleft:10px;
		-moz-border-radius-topright:10px;
		-webkit-border-top-left-radius:10px;
		-webkit-border-top-right-radius:10px;
	}
	
	.noshow { display:none; }
	
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.mobile_table_card{
		background-color: #eeeeee;
		border: 1px solid #cccccc;
		border-radius: 4px;
		float: left;
		margin: 3px;
		padding: 3px;
		cursor: pointer;
	}
	
	.pr-top{
		width: 100%;
	}
	.pr-top *{
		font-family: Verdana;
		font-size: 12px;
		color: black;
	}
	.pr-top-column{
		width: 46%;
		display: inline-block;
		margin: 0 1% 20px 1%;
		vertical-align: top;
	}
	.pr-top-title{
		font-family: Arial;
		font-size: 20px;
		font-weight: bold;
		color: #E46C0A;
	}
	.pr-top-subtitle{
		font-family: Arial;
		font-size: 16px;
		color: black;
	}
	.pr-top-quote{
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		color: #28679E;
	}
	.pr-top-quote-name{
		font-size: 12px;
		font-style: italic;
		color: #28679E;
		text-align: right;
	}
	.pr-top-reviewheading{
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		color: black;
	}
	.pr-top-heading{
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		color: #28679E;
	}
	.pr-top-moneyback{
		margin-top: 5px;
		width: 35%;
		display: inline-block;
		vertical-align: middle;
	}
	.pr-top-buynow{
		width: 60%;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		padding: 3px 2px;
		font-size: 14px;
		font-weight: bold;
		color: white;
		background-color: #FF6600;
		border: 1px solid #4A7EBB;
		box-shadow: 2px 2px 1px #999999;
	}
	.pr-top-buynow-price{
		font-size: 28px;
		color: white;
		vertical-align: middle;
	}
	.pr-body{
		font-family: Verdana;
		font-size: 12px;
		color: black;
	}
	.pr-body h2{
		font-family: Arial;
		font-size: 24px;
		color: black;
	}
	.pr-body-moneyback{
		width: 35%;
		display: inline-block;
		vertical-align: middle;
	}
	.pr-body-buynow{
		width: 55%;
		margin-left: 5%;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		padding: 10px 5px;
		font-size: 20px;
		font-weight: bold;
		color: white;
		background-color: #FF6600;
		border: 1px solid #4A7EBB;
		box-shadow: 3px 3px 2px #999999;
	}
	.pr-body-buynow-price{
		font-size: 40px;
		color: white;
		vertical-align: middle;
	}
}

	@media only screen and (min-width: 891px){
		.mobile_table_card{ display: none; }
		.camp_registration_form input{ width: 25em; }
	}
	@media only screen and (max-width: 891px){
		.pc_table{ display: none; }
		a{ 
			word-wrap: break-word;
		    -webkit-hyphens: auto;
			-moz-hyphens: auto;
			hyphens: auto;
		}
	}