body {
	font-family: Verdana; /* Arial, Helvetica, sans-serif; */
	font-size: 12px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px 0px 0px 0px;
	
	background-image: url(images/vertical_sliver.jpg);
    background-position: top center;
    background-repeat: repeat-x;
	/*background-attachment: fixed;*/

}

p { margin:0px; padding:0px; }
td { vertical-align:top; }

h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}

#content {
	width: 1010px;
	height: 800px;
	/*background-color: #FFFFFF;*/
	margin-left: 0px;
	border: 0px solid #FF0000;
	margin-left: auto;
	margin-right: auto;
}

#contentBG
{
	/* KLUGE! */
	background-image: url(images/containerBG.jpg);
    background-position: top center;
    background-repeat: no-repeat;
	width: 100%;
	/*background-attachment: fixed;*/
}


#innerContainer {
	width:1010px;
	margin-left: auto;
	margin-right: auto;
}

#cameraContainer {
	width: 910px;
	height: 680px; /* 760px */
	background-color: black;
	
}

#bottomText {
	color: #BFBFBF;
	padding: 30px 20px 0px 25px;
	font-size: 12px;
	font-family: Arial;
}

#bottomText a {
	color: #EFEFEF;
}

.innerLinks {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	margin: 0px 0px 0px 30px;
	height: 15px;
}

.innerLinks a:link, .innerLinks a:visited, .innerLinks a:active { 
	color: #BFBFBF;
	text-decoration: none;
}

.innerLinks a:hover, #selectedInner{
	color: #00DBFF;
	text-decoration: none;
}


.headerLinks {
	font-size: 16px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

.headerLinks a:link, .headerLinks a:visited, .headerLinks a:active {
	text-decoration: none;
	color: #004065;
}

.headerLinks a:hover {
	color: #004065;
	text-decoration: underline;
}

#selected {
	color: #ff9900;
	text-decoration: none;
}

span.divider {
	color: #ff9900;
	font-weight: 700;
	font-size: 14px;
	font-family: Arial;
}

span.dividerWhite {
	color: white;
	font-weight: 700;
	font-size: 14px;
	font-family: Arial;
}

#headerCopy {
	width: 970px;
	border: 0px solid red;
	font-family: Arial;
	font-size: 12px;
	line-height: 130%;
}


.headerLinks, #headerCopy {
	margin-left: 25px;
}

#footer {
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	font-size: 11px;
	background-position: 0 0;
	width: 970px;
	height: 58px;
	margin: 0 auto;
}

/* modified from BC website */
#footer ul { margin: 0px 0px 0px 162px; }
#footer span { color:#999999;}
#footer a { color:#004065; text-decoration:none; }
#footer a:hover { color:#004065; text-decoration:underline; }
#footer li { float:left; margin-right:7px; }
a.gatewayprogram { border:0px solid red; display:block; position:absolute; height:23px; width:140px; margin-left:810px; margin-top:-5px; }
a.bc { border:0px solid red; display:block; position:absolute; height:50px; width:140px; margin-left:15px; margin-top:-10px; }

