body
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: white;
}

.masthead h1
{
	position:absolute;
	top: 20px;
	left: 20px;
	font-size: 28px;

	font-weight: 900;
	color: navy;
}

h1{
	font-size:14pt;
	font-family: Verdana,Arial,Helvetica,sans-serif,"MS sans serif";
	font-weight:normal;
}

h2{
	font-size:12pt;
	font-family: Verdana,Arial,Helvetica,sans-serif,"MS sans serif";
	font-weight:normal;
}
h3{
	font-size:10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif,"MS sans serif";
	font-weight:normal;
}

h6{
	
	font: 11px/20px Verdana,Arial,Helvetica,sans-serif,"MS sans serif";
	font-weight:normal;
	margin: 0px;
}

p, div.content li
{
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.content
{
	padding: 10px;
	/*border: thin solid black;*/
}

.content h2
{
	margin:0px;
	font-size:12pt;
	font-family: Verdana,Arial,Helvetica,sans-serif,"MS sans serif";
	font-weight:normal;
}

/*.content>p
{
	margin: 0px;
}

.content>p+p
{
	text-indent: 20px;
}*/


a:link
{
	color: #09c;
}

a:visited
{
	color: navy;
}

.masthead
{
	margin: 0px 0px 0px 0px;
	height:100px;
	/*border: thin solid black;*/
	background-image: url(images/backdrop.jpg);
	background-repeat: no-repeat;
	background-position:right;
}

/*.nav a
{
	font-weight:bold;
}*/

.nav a:hover
{
	background-color: silver;
}

.accessibility, .logos h2
{
	position: absolute;
	top: 0px;
	left: -2000px;
}

/*body.infopages .content
{
	margin-top: 75px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 200px;
}*/

.mainmenu
{
	position: absolute;
	top: 100px;
	left: 20px;
	padding: 5px 0px 10px 20px;
	margin-right: 10px;
	width: 100%;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height: 33px;
	/* 14px + 17px + 2px = 33px */
	border-style: solid;
	border-color: black;
	border-width: 1px 0px;
	/* top and bottom borders: 1px; left and right borders: 0px */
	line-height: 11px;
	background-color: #eee;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 14px;
	/* the correct height */
}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

body>.mainmenu
{
	height: 14px;
}

.mainmenu h2, .filminfo h2, .accessibility
{
	position: absolute;
	top: 0px;
	left: -2000px;
}

.mainmenu ol
{
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
}

.mainmenu ol li
{
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}

.mainmenu ol li.first
{
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

.content
{
	position: relative;
top: 35px;
	/* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 120px;
	margin: 50px 225px 20px 200px;
	/*border:1px solid black;*/
	background-color: white;
	z-index: 3;
	/* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

.nav
{
	position: absolute;
	top: 150px;
	left: 20px;
	width: 172px;
	padding: 10px;
background-color: #DADADA;
	border: thin dotted black;
	z-index: 2;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
}

/* Again, "be nice to Opera 5". */
body>.nav
{
	width: 150px;
}

.nav ol, .logos ol
{
	list-style: none;
	padding-left: 0;
	margin-left: 5px
}

.nav ol li, .logos ol li
{
	font: 11px verdana, arial, helvetica, sans-serif;
	margin-bottom: 5px;
	padding-bottom:3px;
	/*line-height:20px;*/
	border-bottom:thin #666666 solid;
	margin: 0;
	padding:0.25em;
}

.nav ol li.last
{
	border-bottom:none;
}

.nav h2
{
	font: 1em verdana, arial, helvtica, sans-serif;
	font-weight: bold;
}


.nav a
{
	text-decoration: none;
}

.quicklinks
{
	position: absolute;
	top: 150px;
	right: 20px;
	width: 172px;
	padding: 10px;
	border: thin dotted black;
background-color: #DADADA;
	z-index: 2;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;

	
}

.quicklinks a
{
	text-decoration: none;
}

.quicklinks h2
{
	font: 1em verdana, arial, helvtica, sans-serif;
	font-weight: bold;
}

/*.quicklinks a
{
	font-weight:bold;
}*/

.quicklinks a:hover
{
	background-color: silver;
}

/* Again, "be nice to Opera 5". */
body>#navBeta
{
	width: 168px;
}


img
{
	border: none;
}

img.centre
{
	padding: 0;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin:6px 0 10px 0;

}

img.still
{
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: thin black solid;
}

.hr
{
	width:95%;
	height:10px;
	background-color:#09c;
}

/*This has to do with the News section at the left of the home page*/

div#news
{
	background-color:#e8e8e8;
	border:1px solid maroon;
}

div#news h3
{
	color:maroon;
}

div#ql
{
	background-color:#e8e8e8;
	border:1px solid maroon;
}

div#ql h3
{
	color:maroon;
}


/*This has to do with the footer at the bottom of the page.*/

.footer 
{	/*Refers to the copyright notice at the bottom of the content*/
	top: 50px;
	position: relative;
	/* Position is declared "relative" to gain control of stacking order (z-index). */
	width: auto;
	min-width: 120px;
	margin: 50px 275px 20px 200px;
	/*border:1px solid black;*/
	background-color: white;
	z-index: 3;
	/* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
.radiolab
{
	font-size: .8em;
}

TABLE.general CAPTION {background-color:#6699cc;color:#ffffff;font-size:100%;font-weight:bold;padding:5px}

TABLE.general TD {border-top: 2px #e5effa solid;  vertical-align:text-top; width:25%}

TABLE.general TH {background-color:#e5effa;height:20px}


TABLE.guides {
	width:97%;
	font-family: verdana, arial, sans-serif;
	font-size:85%;
	font-style: normal;
	color: #000066;
	background-color: #ffffff;
	text-align:left;
	border-left:2px #e5effa solid;
	border-bottom:2px #e5effa solid;	
	empty-cells: show;
	white-space: normal;
	
	

}

TABLE.guides TD {border-top: 2px #e5effa solid; border-right:2px #e5effa solid; vertical-align:text-top;}
TABLE.guides TH {background-color:#e5effa;height:20px;border:thin solid navy;}

TABLE.guides TD LI {
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	font-style: normal;
	}

TABLE.guides CAPTION {background-color:#6699cc;color:#ffffff;font-size:100%;font-weight:bold;padding:5px}

table.guides td.new {
	border:none;
	vertical-align:middle;
	}

TD.title1 {
	font-family: verdana, arial, sans-serif;
	font-size:85%;
	font-style: normal;
	font-weight:bold;
	color: #ffffff;
	background-color: #0066cc;
	/*text-align:left;*/
	height:17px;
	padding-left:5px;
	
	}


TD.title2 {
	font-family: verdana, arial, sans-serif;
	font-size:85%;
	font-style: normal;
	font-weight:bold;
	color: #ffffff;
	background-color: #006699;
	/*text-align:left;*/
	height:17px;
	padding-left:5px;
	
	}

TD.title3 {
	font-family: verdana, arial, sans-serif;
	font-size:85%;
	font-style: normal;
	font-weight:bold;
	color: #000066;
	background-color: #c5d5e7;
	/*text-align:left;*/
	height:17px;
	padding-left:5px;
	
	}
	
TD {
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	font-style: normal;
	}
	
H1, H2, H3, H4, H5
{
	font-family: verdana, arial, sans-serif;;
	font-style: normal;
	font-weight:600;
	color: #000066;
	text-align:left;
	margin-top:10px;margin-bottom:10px;
	
}

