@charset "UTF-8";
/* CSS Document */

body {
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:1.5em;
}
textarea, input {
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:22px;
}
a {
	text-decoration:underline;
}
img {
	border:none;
}
div#content {
	border:2px solid #000;
}
div#content.wide {
	text-align: left;
}
div#menu a {
	font-size:17px;
	background-position:top left;
	text-decoration:none;
	line-height:21px;
	text-align:center;
}
div#video {
	border:2px solid #000;
}
div#video_header {
	color:red;
	font-size:14px;
	line-height:1.2em;
	text-align:center;
}
div#copyright {
	font-size: 15px;
	text-align:center;
}
h1, h2, h3 {
	font-weight: bold;
}
h1 {
	font-size:25px;
	font-style: italic;
	text-align: center;
}
h1 small {
	font-size:20px;
}
h2 {
	font-size: 20px;
}
p.center {
	text-align:center;
}
div#content.center {
	text-align:center;
}
form#mailing-list {
	font-size:90%;
	border:1px solid #000;
}
div.inputBox {
	border:1px solid #ccc;
	font-size:14px;
}
div.inputBox p.warning {
	color:red;
	font-weight:bold;
}
a.download {
	text-decoration:none;
	border-bottom:1px solid #300;
	background-color:#ff0;
}