@charset "UTF-8";

body{
	/*'this section provides the default formatting for the page'*/
	font-family: "Trebuchet MS", Arial, 	Helvetica, sans-serif;
	font-size: 110%;
	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/reinventedsites.png);
	background-repeat: no-repeat;
	height: 100px;	
	padding-bottom: 0px;
	padding-right: 0px;
}

#footer{
	font-size: 80%;
	color: white;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
		background-color:black;
}

.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;
}

li{
	line-height: 2em;
}

#endimage{
	padding-top: 5px;
}

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

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

h3{
	font-size: 100%;
	font-weight:800;
	font-variant:small-caps;
	color: #f1632a;
	padding-bottom: 0px;
	margin-bottom: 3px;
	margin-top: 20px;
}

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

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

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-->*/
}

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