html {
	font-size: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;				
	font-weight: normal;
	color: #006699;
	margin: 0;
	padding:0;
}
table {
	font-size: 1em;
}
img.banner {
	margin: auto;
	display:block;
	clear:both;
}
a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h2 {
	font-size: 1.4em;
	padding-top: 1em;
	margin: 0;
}

h3 {
	font-size: 1.2em;
	padding-top: 0.5em;
	margin: 0;
}

table.maintbl {
	background-image:url('images/bg-blue-grad.jpg');
}
table.menu {
	background-image:url('images/bg-menu.gif');
}
table.menu td {
	padding-left: 4px;
	padding-right: 4px;
}
table.menu a {
	font-size: 0.8em;						/* 16px x 0.7 x 0.8 = 9px */
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
table.menu a:hover {
	text-decoration: underline;
}
.brown, .brown a {
	color: #660000;
}
.img-border {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.link-video {
	font-weight: bold;
	text-decoration: none;
	color: #4974A4;
}
.link-video:hover {
	text-decoration: underline;
}
.copyright {
	width:780px;
	background-color:#EBD1C2;
	margin: auto;
}
.separator {
	height:30px;
	width:515px;
	background-image:url(images/bar-dot.gif);
	background-repeat:repeat-x;
	background-position:center;
	clear:both;
	margin: auto;
}
hr {
	display: none;
}
