
.printonly
{
	display: none;
	visibility: hidden;
	height: 0px;
	width: 0px;
	font-size: 1px;
}

html
{
   border-left: 1px solid #cc0000;
   border-right: 1px solid #cc0000;
	padding: 0px;
	margin: 0px;
}


form
{
margin: 0px;
padding: 0px;
}

label
{
margin: 2px;
width: 100px;
}

sup
{
	line-height: 10px;
	font-size: 9px;
	vertical-align: top;
}

em 
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

acronym
{ 
	letter-spacing: 2px;
	color: #666666;
	text-transform: uppercase;  
	font-family: "Courier New", Courier, monospace;

}


/*/*/
body
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

ul
{
	list-style: disc;
	list-style-position: inside;
}

ul ul
{
	list-style: circle;
}

ul ol
{
		list-style: lower-roman;
}

ol
{
	list-style: decimal;
}

ol ol
{
	list-style: lower-roman;
}

ol ul
{
	list-style: circle;
}

li
{
	margin-top: 0px;
	margin-bottom: 18px;
}

li p
{
	margin-top: 0px;
	margin-bottom: 18px;
}

a,  a:visited
{
	color: #003399;
	text-decoration: none;
	padding: 1px;
	}


a:hover,  a:active
{
	color: #FFFF99;
	background-color: #003399;
	text-decoration: none;
	padding: 1px;
}

a.none, a:visited.none
{
	padding: 0px; 	
}

a:hover.none, a:active.none
{
	background-color: transparent;
	color: #ff0033;
	padding: 0px;
	text-decoration: none;
}

a img
{
border: 0px;
}


.rightsection input
{
	clear: both;
	width: 200px;
	height: 20px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;	
	background-color: #ff0033;
	color: #eeeeee;
}

.rightsection fieldset
{
	border-style: none;
	padding: 0px;
	margin: 0px;
}

.rightsection a.headline
{
	font-family:  Arial, Helvetica, sans-serif;
}

img.inline
{
float: left;
margin-right: 2px;
}


#masthead
{
	position: absolute; 
	top: 5px;
	left: 5px;
	width: 240px;
	height: 90px;
	background-color: #ff0033;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #cc0000;
	z-index: 2;
}

#masthead .logo
{
	position: absolute;
	margin-top: 45px;
	width: 100%;
	text-align: center;
}

#masthead .logo div
{
	position: relative;
	top: -20px; /* 50% */ /*/*/
}


#content
{
	position: absolute;
	top: 100px;	 
	left: 5px;
	width: 580px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	background-color: #ffffff;
	z-index: 2;
}	

#nav
{
   position: absolute;
	top: 93px;
	right: 4px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content #header h1
{
	display: block;
	clear: both;
	width: 100%;
	font-family: Arial,  Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-top: 2px;
	margin-bottom: 4px;
}

#content #header h2
{
	display: block;
	width: 100%;
	clear: both;
	font-family: Arial,  Helvetica, sans-serif;	
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}

#content h3
{
	display: block;
	font-family: Verdana, Arial,  Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #333333;
}


#content p
{
	text-align: justify;	
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}



#content p.description
{
	text-align: justify;
	margin-left: 20px;
	font-style: italic;
	font-size: 11px;
}

#content p.footnote
{
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 9px;
}

#content fieldset
{
	margin: 10px;
	padding: 2px;
	vertical-align: middle;
}


#archive h1, #nav h1, body.home h1
{
	display: block;	
	clear: left;
	margin-top: 10px;
	margin-bottom: 2px;	
	font-family: Arial,  Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#archive h2, #nav h2, body.home h2
{	
	display: block;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 4px;	
	font-family: Arial,  Helvetica, sans-serif;
	font-size: 14px;
}

#archive h3, #nav h3, body.home h3
{
	display: block;	
	clear: both;
	font-weight: normal;
	margin-top: 10px;
	border-top: 1px solid #000000;
	padding-top: 2px;
	margin-bottom: 10px;
	font-family: Verdana, Arial,  Helvetica, sans-serif;	
	font-size: 11px;
}


div.sectionbreak
{
	width: 100%;
	clear: both;
	height: 4px;
	line-height: 4px;
	font-size: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.inset1
{
	width: 110px;
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	margin-bottom: 4px;
	margin-left: 2px;
}

.inset2
{
	width: 110px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	margin-bottom: 4px;
	margin-right: 2px;
}

.inset1 img
{
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
}

.inset2 img
{
	margin-bottom: 1px;
	margin-right: 5px;
	margin-left: 5px;
}

.relatedhead
{
	display: block;
	width: 106px;
	background-color: #ff0033;
	border: 1px solid #ff0033;
	padding: 1px;
	color: #ffffff;
}

.relatedbox
{
	display: block;
	width: 106px;
	border: 1px solid #ff0033;
	padding: 1px;
	margin-top: 2px;
	font-weight: normal;
	text-align: left;
}

.relatedbox a
{
	clear: both;
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
}


.audiohead
{
	display: block;
	width: 106px;
	background-color: #003399;
	background-image: url('background_audio.gif');
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #003399;
	padding: 1px;
	color: #ffffff;
}

.audiobox
{
	display: block;
	width: 106px;
	border: 1px solid #003399;
	padding: 1px;
	margin-top: 2px;
	font-weight: normal;
	text-align: left;
}


.audiobox img
{
	float: left;
	margin: 0px;
	padding: 0px;
}

.subtext
{
	width: 400px;
	margin-left: 90px;
	margin-right: 90px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.subtext img
{
	float: right;
}

.footer
{
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 16px;
	font-size: 9px;
}

div.trick
{
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.rightsection
{
	clear: both;
	float: right;
	width: 180px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 2px;
	margin-bottom: 0px;
	text-align: left;
}

.rightsection p
{
	margin-top: 0px;
	margin-bottom: 8px;
}


.rightsection select
{
	clear: both;
	width: 180px;
	height: 20px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ff0033;
	color: #ffffff;
	margin-top: 3px;
}

.rightsection select option.alt
{
	color: #cccccc;
	visibility: visible;
}

.rightsection input
{
	
	width: 76px;
}

.rating
{
	display: block;
	clear: both;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;		
	color: #000000;
}

.rating span
{
	font-size: 14px;
	color: #ff0033;
	font-weight: bold;
}



#top
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 100%;
	background-image: url('map.gif');
	background-position: center right;
	background-repeat: no-repeat;
	z-index: 1;
}

#top img
{
	margin-left: 190px;
	margin-top: 6px;
}


.topbar
{
	position: absolute;
	top: 0px;
	z-index: 0;
	height: 35px;
	width: 100%;
	background-color: #ff0033;
	border-bottom: 1px solid #cc0000;
}



.adbox
{
width: 100%;
text-align: center;
z-index: 100;
}

.adbox a:hover, .adbox a:active
{
background-color: transparent;
}

body.home
{
	padding: 0px;
	color: #ffffff;
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;	
	background-color: #ff0033;
	background-image: url('bg_composite.jpg');
	background-repeat: repeat;
}

#logo
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 478px;
	height: 75px;
}

#tagline
{
	position: absolute;
	top: 124px;
	left: 24px;
	width: 446px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#promo
{
	position: absolute;
	top: 20px;
	right: 20px;
}

a.homelink, a.homelink:visited
{
	color: #ffffff;
	display: block;
	text-align: center;
}

a.homelink .box
{
	border: 1px solid #cc0000;
	background-color: #333333;
}
	
a.homelink .box div
{
	position: relative;
	top: -4px;
	left: -4px;
	width: 100%;
	height: 100%;
	border: 1px solid #000000;
	padding: 2px;
	text-align: left;
	background-color: #ffffff;	
	color: #000000;
	z-index: 2;
}

a.homelink:hover
{
	color: #ffffff;
	background-color: transparent;
	cursor: pointer;
}

a.homelink:hover .box div
{
	background-color: #cccccc;	
}

#homenews
{
	position: absolute;
	top: 164px;
	left: 24px;
	width: 345px;
}

#homenews .box
{
	position: relative;
	top: 4px;
	left: 4px;
	width: 345px;
	height: 168px;	
}


#homenews img
{
	float: right;
	margin-top: 14px;
	margin-right: 14px;
}


#homecolumn
{
	position: absolute;
	top: 164px;
	left: 409px;
	width: 345px;
}

#homecolumn .box
{	position: relative;
	top: 4px;
	left: 4px;
	width: 345px;
	height: 73px;
}


#homecolumn img
{
	float: left;
}


#homefeature
{
	position: absolute;
	top: 260px;
	left: 409px;
	width: 162px;
}

#homefeature .box
{	position: relative;
	top: 4px;
	left: 4px;
	width: 162px;
	height: 72px;
}



#homearchive
{
	position: absolute;
	top: 260px;
	left: 593px;
	width: 160px;
	text-align: center;
}

#homearchive .box 
{	
	position: relative;
	top: 4px;
	left: 4px;	
	width: 162px;
	height: 20px;
	background-color: #333333;
	border: 1px solid #cc0000;
	z-index: 1;	
	margin-bottom: 29px;
}

#homearchive .box select
{
	position: relative;
	top: -4px;
	left: -4px;	
	width: 100%;
	font-size: 9px;
	z-index: 2;
	font-family: Arial,  Helvetica, sans-serif;	
	font-size: 11px;
	height: 22px;
}

#homefooter
{
	position: absolute;
	top: 340px;
	left: 60px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
.wordsearch
{
	font-family: Courier;
	white-space: pre;
	font-size: 14px;
	text-transform: uppercase;
	width: 220px;
	height: 230px;
	border: 1px solid #000000;
	margin: 4px;
	letter-spacing: -2px;
	
}