body {
	background-color:#343402;
	/* Base font information. */
	font-family: Arial, Helvetica, sans-serif;
	/* Only change this! */
	font-size: 76%;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0em;
}

/* Typography, etc. */

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a#top-anchor {
	line-height: 0;
}

h1 {
	font-size: 1.7em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	color: #343434;
}

h2 {
	font-size: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	color: #343434;
}

img {
	border: 0;
}


p {
	font-size: 1em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

/* Layout for video box and controls */

.progressText {
	height: 1.5em;
}

.interface {
	padding-left: 1.2em;
}

#vce-container {
	background-color: #fff;
	border: 1px solid #386433;
	height: 540px;
}

#vce-top-banner {
	background-color: #eee;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #343434;
}

div#primary-nav {
	background-color: #343434;
	border-top: 2px solid #5c5c5c;
	border-bottom: 2px solid #262626;
}

div#primary-nav ul {
	margin: 0;
	padding: 0 1em 0 1em;
	display: inline;
}

div#primary-nav li {
	display: inline;
	list-style-type: none;
}

div#primary-nav a {
	padding: 0 0.4em 0 0.4em;
	color: #eee;
}

#vce-left-video {
	float: left;
	width: 282px;
}

#vce-left-video form {
	padding-top: 0.5em;
}

#vce-right-content {
	margin-left: 302px;
}

/* Form styles */

div.formrow {
  	clear: both;
  	padding-top: 10px;
}

div.formrow span.formlabel {
  	float: left;
	width: 100px;
  	text-align: right;
  	padding-right:4px;
}

div.formrow span.formw {
  	width: auto;
  	text-align: left;
  	vertical-align:text-top;
} 

.spacer {
	float: left;
	clear: both;
	height: 0px;
}