body {
	margin: 0px;
	padding: 0px;
	font: normal 0.80em Arial;
	background-color:  #FFFFFF;
}

body, html {
	height: 100%;
}

a.button {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	line-height: 29px;
	padding: 7px 10px;
}

a.button:link { 
	color: #000;
	text-decoration: none;
}

a.button:visited {
	color: #000;
	text-decoration: none;
}

a.button:hover { 
	background-color: #0000D3;
	color: #FFF;
	text-decoration: none;
}
a.button:active { 
	background-color: #0000FF; 
	color: #FFF;
	text-decoration: none;
}

a.footnav {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding: 3px 15px;
}

a.footnav:link { 
	color: #FFF;
	background-color: #000; 
	text-decoration: none;
}

a.footnav:visited {
	color: #FFF;
	background-color: #000; 
	text-decoration: none;
}

a.footnav:hover { 
	background-color: #c0c0d3; 
	color: #000;
	text-decoration: none;
}

a.footnav:active { 
	background-color: #9090d3; 
	color: #000; 
	text-decoration: none;
}

a,
a:link,
a:visited {
	color: #0000D3;
	font-weight: bold;
}

a:active,
a:hover {
	color: #0000FF;
}

a img{
	border: none;
}

img {
	padding-bottom: 2px;
}

#rightCol img {
	padding-bottom: 1.5em
}

#movie {
	float: left;
}

#archive {
	margin: auto;
	width: 750px;
	padding-bottom: 5px;
}

.clip {
	background-color: #eee;
	float: left;
	display: block;
	width: 240px;
	height: 67px;
	margin: 4px;
	padding: 0px;
	border: solid 1px #000;
	text-align: center;
}

.clip img {
	float: left;
}

.clip p {
	text-align: center;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 5px;
	margin: 0px;
}

strong {
	color: #000000;
	font-weight: bold;
	font-size: 1.5em;
}

h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}

#main {
	width: 100%;
}

#banner {
	width: 100%;
	height: 150px;
	position: relative;
	background: url(/images/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #333;
	float: left;
}

#menu {
	width: 100%;
	height: 30px;
	background: url(/images/menu_bg.gif);
	background-repeat: repeat-x;
	float: left;
}

#body {
	width: 860px;
	background-color: #FFF;
	margin: auto;
}

#leftCol {
	float: left;
	width: 400px;
}

#rightCol {
	float: left;
	margin-left: 3px;
	width: 450px;
}

#footer {
	width: 853px;
	height: 82px;
	float: left;
	border-top: 1px solid #777;
	padding-top: 5px;
}

#copy {
	width: 853px;
	text-align: center;
}

.left {
	float:left;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

p {
	text-align: justify;
}

.view {
	text-align: center;
}
