@font-face{
	font-family: "charlesWright";
		src: url('../fonts/CharlesWright-Bold.otf') format('opentype');
}

*{
	padding: 0px;
	margin: 0px;
	font-family: charlesWright;
	font-size: 10pt;
	background-color: transparent;
	color: #ffffff;
}



body{ 
	background-image:url('../img/tablet.png');
	background-repeat:  repeat-x;
	margin-top: 0px;
	width: 100vw;
	height: 100vh;
}

#page{
	/*background-image: url("../img/cameron_banner.jpg");*/
	background-position: center;
	background-repeat: no-repeat;
	background-color: inherit;
	width: 100vw;
	min-height: 100vh;
}

#pageHeader{

	background-image:url('../img/topBar.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-size: cover;
	background-color: transparent;
	align-items: center;
	text-align: center;
	
	border-top: thick solid yellow;	
	border-bottom: thick solid yellow;
	
	width: 100vw;
	height: 10vh;
	border-top: 4px inset navy;
	border-bottom: 4px inset navy;
}


#pageHeader:hover{

	/*background-image:url('../img/topBar.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-size: cover;
	background-color: transparent;
	align-items: center;
	text-align: center;*/
	
	
	border-top: thick solid yellow;	
	border-bottom: thick solid yellow;
	
	/*width: 100vw;
	height: 10vh;*/
	border-top: 4px inset purple;
	border-bottom: 4px inset purple;
}


#pageHeader > H6{
	position: relative;
	background-color: transparent;
	background-image: transparent;
	float: center;
	color: navy;
	top: 10px;
	vertical-align: bottom;
	text-align: center;
	baseline: bottom;
	font-size: 24pt;
	font-family: charlesWright;
}

#home{
	color: #B30000;
	
}


#logo{
	float: right;
	width: 70px;
	height: 70px;
	
}

#heading{
	top: 10px;
	float: left; 
}


.R_LINKS{
	position: relative;
	background: inherit;
	background-image: inherit;
	color: black;
	float: right;
	text-align: center;
	align-items: center; 
}

.L_LINKS{
	position: relative;
	background: inherit;
	background-image: inherit;
	color: gold;
	float: left;
	text-align: center;
	align-items: center; 
}

#mainBody{
	
	position: relative;
	background-image: url('../img/cameron_banner.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	border: thick solid navy;
		
	width: 98%;
	height: 500px;
	text-align: center;
	align-items: center;

}

#mainPar{

	position: relative;
	background: transparent;
	background-color: transparent;
	background-image: transparent;
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
	
	width: 80%;
	color: gold;
	
	text-align: center;
	align-items: center;

}
#mainBody > span {
	background: transparent;
	color: gold;
}

.caps{
	font-size: 18pt;
}

a{
	text-decoration: none;
}


a:hover{
	color: #b30000;
	text-decoration: none;
}
a:active{
	color: #FF0000;
	text-decoration: none;
}
a:visited{
	color: #00FF00;
	text-decoration: none;
}

} 
span{
	background: transparent;
	font-weight: 700;
	font-size: 8pt;
	font-family: chilanka;
	color: #ffffff;
}

P{
	background: transparent;
	background-color: transparent;
	background-image: transparent;
	text-align: center;
	font-size: 12pt;
	font-style: charlesWright;
	font-family: charlesWright;
	color: #ffffff;
	
}


.object{
	border: 0px;
	padding: 0px;
	Width: 100%;
	border-collapse: collapse;  
	height: 400px;
}

#scroll{
	position: relative;
	background-image: url('../img/bottomBar.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 100vw;
	bottom: 0px;
	height: 10vh;
	padding: 0px;
	border: 2px solid purple;
	border-collapse: collapse;

}

#scroller{
	width: 100vw;
	border-collapse: collapse;
	border: 1px solid red; 
	border-spacing: 1;
	height: 5vh;
}

#bottomDiv{
	background: transparent;
	background-color: transparent;
	background-image: transparent;
	
	color: #c3c3c3;
	font-size: 20pt;
	font-weight: 700;
	
}


#scroll{
	top: 30px;
	font-family: chilanka;
	font-size: 11pt;
	width: 100%;
	color: gold;
}

#scroller{
	top: 30px;
	color: gold;
}

#scroll > p > marquee{
	top: 30px;
	color: gold;
}
