.basic{
	width: 100%;
	border: 2px solid #7799ff;
}

.basic2  {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	border: 2px solid #7799ff;
}

.basic div, .basic2 div {
	background-color: #fff;
}



.basic p, .basic2 p {
	
	border: none;
	text-decoration: none;
	/*font-weight: bold;
	font-size: 10px;*/
	margin: 0px;
	margin-bottom : 10px;
	padding: 10px;
}
.basic a.head, .basic2 a.head2 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	
	background-image: url("../images/home_slide_bg.png");
}
.basic a.head:hover, .basic2 a.head2:hover {
	background-color: white;
	background-image: url("../images/masthead_bg.png");
}
.basic a.head.selected , .basic2 a.head2.selected{
	color: black;
	background-color: #80cfe2;
	background-image: url("../images/masthead_bg.png");
}


@media print {
	.basic div, .basic2 div{
		display: block!important;
		height: auto!important
	}
}