/*  */
/*  */
/* Main Styles */
/*  */
/*  */


body
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 83%; /* setting default font for IE browsers to 12px */
	background-color: #ffffff;
	color: #000000;
	margin: 0;
}

html>body 
{
	font-size: 13px; /* setting default font for non-IE browsers */
	margin: 0;
	padding: 0;
} 

#contentstart
{
	font-size: 1.0em;
}
span
{
	margin: 0;
}

form
{
	margin: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
}

h1 {font-size: 2.0em}  /* displayed at 24px */
h2 {font-size: 1.5em}  /* displayed at 18px */
h3 {font-size: 1.25em}  /* displayed at 15px */
h4 {font-size: 1.0em}  /* displayed at 12px */
h5 {font-size: 0.8em}  /* displayed at 10px */
h6 {font-size: 0.65em}  /* displayed at 8px */

table
{
	table-border-color-light: #666666;
	table-border-color-dark: #666666;
	border-color: #666666;
	font-size: 1.0em;
}


tr, th, td
{
	font-size: 1.0em;
}

a
{
	color: #0066CC; 
	text-decoration: none;
}

a:visited
{
	color: #0066CC; 
	text-decoration: none;
}
a:active
{
	color: #0066CC; 
	text-decoration: none;
}
a:hover {
	color: #0066CC;
    text-decoration: underline;
}

ol, li
{
	font-size: 1.0em;
}

ul
{
	font-size: 1.0em;
}



LI LI, LI P, TD P, BLOCKQUOTE P
{
	font-size: 1.0em;  /* To prevent shrinkage in nested tags */
}

/* Needed to prevent intrustion from NS4 CSS */
div, textarea, input, select, option
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
}
fieldset, legend, caption
{
	color: #000000;
}
dl, dt, dd
{
	font-size: 1.0em;
}
p, blockquote
{
	font-size: 1.0em;
}



/*  */
/*  */
/* Turning Various Includes On and Off */
/*   For On - Set Display to block */
/*   For Off - Set Display to none */
/*  */
/*  */

#topnavbar
{
	display: block;	
	margin: 0;
}

#topnavbar-ns4  /* OFF */
{
	display: none;	
	margin: 0;
}

#leftnavbar
{
	display: block;	
	margin: 0;
}

#leftnavbar-ns4  /* OFF */
{
	display: none;	
	margin: 0;
}

#rotation
{
	display: block;	
	margin: 0;
}
#rightdefaultads
{
	display: block;	
	margin: 0;
}
#rightsmalladblock   /* OFF */
{
	display: none;	
	margin: 0;
}

#leftsmalladblock   /* OFF */
{
	display: none;	
	margin: 0;
}
#googleadcol  /* OFF */
{
	display: none;	
	margin: 0;
}
#newdvd         
{
	display: block;	
	margin: 0;
}
#newprint      /* ON */
{
	display: block;	
	margin: 0;
}
#contestquery     /* OFF */
{
	display: none;	
	margin: 0;
}

#contestprize     /* OFF */
{
	display: none;	
	margin: 0;
}
#topbannerad  /* OFF */
{
	display: none;	
	margin: 0;
}
#skyscraper     /* OFF */
{
	display: none;	
	margin: 0;
}
#bottomhalfbanner     /* OFF */
{
	display: none;	
	margin: 0;
}

/*  */
/*  */
/* Special Index Page Categories */
/*  */
/*  */

.heading
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 1.2em;
	color: #000099;
}

.indent
{
	margin-left: 15px;
}
.searchButton 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.0em; 
	color: #ffffff; 
	background-color: #000099;
	padding-bottom: 1px;
	padding-top: 1px; 
	border-width: 1px; 

	}


/*  */
/*  */
/* Image-Floating Classes */
/*  */
/*  */

.floatleft
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	
.floatright
{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}


/*  */
/*  */	
/* Top Navigation Within "body1" */
/*  */
/*  */

p.breadcrumbs
{
    margin-left: 20px;
    margin-top: 20px;
    font-size: .8em; 
}

h2.title
{
	margin-left: 40px; 
}

p.sectionnav
{
    margin-left: 40px;
    margin-right: 20px;
    font-size: 1.0em;
    font-weight: bold; 
}

.bottomsectionnav
{
    text-align: center;
    font-size: 1.0em;
    font-weight: bold; 
}

#pagehead
{
	display: block;
    margin-left: 20px;
    font-size: 1.0em; 
    font-weight: bold;
    text-align: left; 
}

#subpagehead
{
	display: block; 
	float: right;  
    margin-right: 20px;
    font-size: 1.0em; 
    font-weight: bold;
}


/*  */
/*  */
/* Right Column Ad Bar Styles (smaller text)*/
/*  */
/*  */

.rightad
{
    text-align: center;
    font-size: .7em;
    font-weight: bold;
    line-height: 1.0em; 
}

/* Needed to prevent intrustion from NS4 CSS */
.rightad p   
{
    font-size: 1.0em;
}

.rightad a
{
    color: #000099;
    text-decoration: none;
}
.rightad a:visited
{
	color: #000099; 
	text-decoration: none;

} 
.rightad a:active 
{
	color: #000099;
    text-decoration: none;
}
.rightad a:hover 
{
	color: #000099;
    text-decoration: underline;
}


/*  */
/*  */
/* Other Right Column Item Styles (white bkgd, normal text, small links)*/
/*  */
/*  */

.rightcol
{
    text-align: center;
    font-size: 1.0em;
    font-weight: bold; 
}

/* Needed to prevent intrustion from NS4 CSS */
.rightcol p
{
    font-size: 1.0em;
}

.rightcol table
{
	border-collapse: collapse;
	border-style: solid;
	border-color: #99CCFF;
	font-size: 1.0em;
}
.rightcol th
{
	border-style: none;
	background-color: #99CCFF;
	font-size: 1.0em;
}
.rightcol td
{
	border-style: none;
	font-size: 1.0em;
}

.rightcol a
{
    color: #0066CC;
    font-size: .7em;
    font-weight: bold;
    text-decoration: none;
}

.rightcol a:hover 
{
	color: #0066CC;
    text-decoration: underline;
}

/*  */
/*  */
/* Footer & Search Box Styles */
/*  */
/*  */

.textonblue
{
    color: #ffffff;
    margin: 5px;
    font-size: .8em;
}

/* Needed to prevent intrustion from NS4 CSS */
.textonblue p   
{
    font-size: 1.0em;
}

.textonblue a
{
    color: #000000;
    text-decoration: none;
}
.textonblue a:visited
{
	color: #000000; 
	text-decoration: none;

} 
.textonblue a:active 
{
	color: #000000;
    text-decoration: none;
}
.textonblue a:hover 
{
	color: #000000;
    text-decoration: underline;
}

/*  */
/*  */
/* Left Column Vertical Navigation Bar Styles */
/*  */
/*  */

#leftnavbar{
	background-color: #000099;
	width: 140px;
	position: absolute;
	top: 207px;
	left: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	}
	
#leftnavbar a{
	display: block;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ffffff;
	text-decoration: none;
	}

#leftnavbar a:hover{
	text-decoration: underline;
	}



.textonnavy
{
    background-color: #000099;
    font-size: 1.2em;
}

/* Needed to prevent intrustion from NS4 CSS */
.textonnavy p
{
    color: #ffffff;
    font-size: 1.0em;
    margin: 10px 0 0 10px;
}

.textonnavy a
{
    color: #ffffff;
    text-decoration: none;
}

.textonnavy a:visited
{
	color: #ffffff; 
	text-decoration: none;

} 
.textonnavy a:active 
{
	color: #ffffff;
    text-decoration: none;
}

.textonnavy a:hover 
{
	color: #ffffff;
    text-decoration: underline;
}


/*  */
/*  */
/* Center Horizontal Navigation Flyout Menu Styles and Structures */
/*  */
/*  */

#topnavbar{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 170px;
	left: 209px;
	}

#topnavbar a{
	display: block;
	padding: 6px;
	background-color: #0066CC;
	color: #ffffff;
	float: left;
	text-decoration: none;
	}
	
#topnavbar a:hover{
	display: block;
	padding: 6px;
	color: #ffffff;
	text-decoration: underline;	
	float: left;
	}

	
/*  */
/*  */
/* Supplementary Styles - Save for the Future*/
/*   Can't use right now because they screw up Netscape 4 too badly */
/*   But available for streamlining code when Netscape 4 is no longer a consideration */
/*  */
/*  */

table.bodylayout /* a class for tables (and their cells) used for main body layout */
{
	border: 0;
	border-spacing: 1px;
	border-collapse: collapse;
	width: 100%;
	margin-left: auto; 
	margin-right: auto;	
}
table.bodylayout td
{
	border: 0;
	padding: 20px;
}