body {
	overflow-y: scroll;
	color: #ffffff;
	background: #000000 url(images/bg.jpg) repeat-x fixed;
	font: normal normal 14px arial, helvetica, sans-serif;
	}

td {
	font: normal normal 14px arial, helvetica, sans-serif;
	}

a {
	text-decoration: none;
	color: #ffffff;
	}

a:hover {
	color: #ffcc00;
	}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	}

h2 {
	font: normal bolder 17px arial, helvetica, sans-serif;
	color: #ffcc00;
	}

p {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	}

ul {
	margin-top: 0px;
	padding-top: 0px;
	}

li {
	list-style-image: url(images/bullet.png);
	}

.bar {
	text-align: center;
	height: 39px;
	width: 420px;
	background:#000000 url('images/header.png') no-repeat left top;
	cursor: pointer;
	border: solid 1px #000000;
	}

.bar-link {
	position: relative;
	top: 10px;
	color: #ffffff;
	font-variant: small-caps;
	display: block;
	}

#accordion .ui-state-focus{
    outline: none;
	}

.jclock {
	color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	}

.footer {
	color: #ffffff;
	font: normal normal 13px arial, helvetica, sans-serif;
	}

.video-thumbnail {
	position: absolute;
	filter:alpha(opacity=40);
	opacity:0.4;
	}

.video-thumbnail:hover {
	filter:alpha(opacity=100);
	opacity:1;
	}
	
.video-thumbnail-hovered {
	position: absolute;
	filter:alpha(opacity=100);
	opacity:1;
	}

#vidPlayer {
	background-color: #000000;
	position: relative;
	height: 150px;
	width: 200px;
	display: block;
	margin: 10px;
	text-align: center;
	}

.youtube {
	background-color: #000000;
	position: relative;
	height: 256px;
	width: 300px;
	display: block;
	margin: 10px;
	text-align: center;
	}