@charset "UTF-8";
/* CSS Document */

.table-borderless td,
.table-borderless th {
    border: 0;
}

.table th, .table td { 
     border-top: none !important; 
 }


.smallfont {
	font-size: 60%;
}

.contentbox3 {
	border: 1px solid #bbb;
	box-shadow: 5px 5px 3px #bbb;
	padding: 10px;
	margin-right: 30px;
	background: #071c59;
	font-weight: bold;
	color: white;
}

.red {
	color: red;
}

.margin20 {
	margin-left: 20px;
	margin-bottom: 20px;
}

.sidebardecor2 {
	border-style:solid;
	background-color: #E6FF42;
	border-color: #DCDCDC;
	border-width: medium;
	float: none;
	width: 90%;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}

.nounderline {
	text-decoration: none;
	font-weight: 600;
	font-size:larger;
	font-style:italic;
	color: #18327d;
}


 
.col_one_body {
margin: 5px 0 100px 5px; /* Applied to first column only in lieu of padding (personal thing) */
width: 57%; /* Allows for fluid design. Can be set to pixels */
float: left;
}
.col_one_body2 {
margin: 5px 0 100px 30px; /* Applied to first column only in lieu of padding (personal thing) */
width: 58%; /* Allows for fluid design. Can be set to pixels */
float: left;
}

.col_one_top {
margin: 5px 0 0px 5px; /* Applied to first column only in lieu of padding (personal thing) */
width: 40%; /* Allows for fluid design. Can be set to pixels */
float: left;
}



.contentbox50 {
	border: 1px solid #DCDCDC;
	box-shadow: 5px 5px 3px #bbb;
	padding: 5px;
	background: #DCDCDC;
	margin-right: 50px;
	color: black;
	width: 80%;
}


.margintop {
	margin-top: 140px;
}

.margintop2 {
	margin-top: 100px;
}


.singlecolumn {
	margin: 5px 10px 0px 80px;
	width: 80%;
}


.singlecolumn_body {
	margin: 50px 0 100px 30px; /* Applied to first column only in lieu of padding (personal thing) */
	width: 85%;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.singlecolumn_body2 {
margin: 50px 0 100px 30px; /* Applied to first column only in lieu of padding (personal thing) */
width: 100%; /* Allows for fluid design. Can be set to pixels */
}


clearleft {
    clear: left;
}


clearright {
    clear: right;
}


		.shrink4 {
			width: 100px;
			margin-left: 35%;
		}


		.shrink6 {
			width: 100px;
		}



@media screen and (max-width: 600px) {

.singlecolumn_body {
		margin: 0px 0px 0px 10px; /* Applied to first column only in lieu of padding (personal thing) */
		width: 85%;
		position: relative;
    left: 5%;
    transform: translateX(-5%);
	}
	
	img {
		width: 95%;
	}
	
			.shrink {
			width: 100%;
		}
		
		
		.shrink4 {
			width: 40%;
			margin-left: 30%;
		}
	
	
			.shrink6 {
			width: 15%;
		}
		
		
		.shrink5 {
			width: 100%;
		}
	
}

		@media (min-width:601px) and (max-width:1030px){
			
.holder img {
    width: 95%;
}
			
					.shrink4 {
			width: 30%;
			margin-left: 35%;
		}
			
								.shrink6 {
			width: 10%;
		}

}
