@charset "UTF-8";

body{
	/*'this section provides the default formatting for the page'*/
	font-family: "Trebuchet MS", Arial, 	Helvetica, sans-serif;
	font-size: 95%;
	color: black;
	margin-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	line-height: 1.3em;
	background-color: white;
}

#container{
	postion: relative;
	max-width: 85%;
	padding-top: 0px;
	padding-left: 2%;
	padding-right: 2%;
	background-color: white;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#header{
	background-image:url(../images/ccshlogo4.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding-bottom: 0px;
}

#footer{
	font-size: 100%;
	color: black;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
		background-color:white;
}

.smallerhead{
/*'this controls formatting of subheads in main text'*/
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, 	Helvetica, sans-serif;
	font-size: 100%;
	color: black;
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	}
	
.smallerbody{
	font-size: 85%;
font-family: "Trebuchet MS", Arial, 	Helvetica, sans-serif;
}
.logoholder{
	clear: right;
	float: right;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.logoholder2{
	clear: right;
	float: right;
	padding-left: 12px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#endimage{
	padding-top: 5px;
}

#videoplayer{
	padding-left: 00px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	color: #B0171F;
	font-size: 120%;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

h3{
	font-size: 110%;
	font-weight:800;
	font-variant:small-caps;
	color: #B0171F;
	padding-bottom: 0px;
	margin-bottom: 3px;
	margin-top: 10px;
}

h4{
	font-size: 70%;
	font-weight:500;
	color: black;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

li{
	padding-bottom: 10px;
}

.inlineindent{
	padding-left: 10px; 
	padding-top: 10px;
	padding-bottom: 10px;
}

a:link {
	color:#6495ED;
/*<!--'this changes the formatting of the link-->*/
}

a:visited {
	color: grey;
/*<!--'this changes the formatting of the link-->*/
}

a:focus {
	color: rgba(241,99,2,1);
/*<!--'this changes the formatting of the link-->*/
}

a:active {
	color: blue;
/*<!--'this changes the formatting of the link-->*/
}

.imgfloat{
/*<!--'this floats my pics in my aside over one another'-->*/
float: left;
clear: both;
margin-top: 20px;
border-color: #09347A;
border-width: 1px;
border-style: none;
}

.answer{
font-size: 110%;
	font-weight: 500;
	padding-bottom: 4px;
	padding-top: 12px;
color: #B0171F;
}

.question{
font-size: 110%;
	font-weight: 500;
	color: black;
	padding-bottom: 4px;
	padding-top: 27px;
}

.link_setoff{
	margin-top: 30px;
}

.responsive-container { position: relative; padding-bottom: 66.67%; padding-top: 30px; height: 0; overflow: hidden; }

.responsive-container iframe {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
}

  .coretext{
position: relative;
padding-top: 6px;
padding-bottom: 10px;
margin-left: 0px;
padding-right: 5px;	
}

.validationcodes2{
position: relative;
padding-top: 0px;
padding-left: 0px;
}

.validationcodes22{
position: relative;
padding-top: 20px;
padding-left: 0px;
}