/* sets margin and padding to 0 on EVERYTHING 
	sets font and color */
* {
	margin: 0;

	font-family: Arial;	
	}
	
* p {
	padding:4;
	}	

* a:link {
	color: #ffcc00;			/* make text blue */
	text-decoration: none;	/* turn off underlining */
	}

* a:visited {
	color: #FFCC00;			/* make text blue */
	text-decoration: none;	/* turn off underlining */
	}	

* a:hover{
	color:FFDD00;
	text-decoration: overline underline;	/* turn off underlining */
	}

* img {
	border: 0;				/* turn off borders if they are on (on graphics, usually a href) */
	}
	
/* cascades so that each level of indent of a list will result in smaller text
	thus gradually getting smaller as you get more levels deep */
* ul {
	list-style-type:disc
	}

* blockquote{
	margin:20;
	font-size: 0.8em;
	}
	
/* indents the list items */
* li {
	padding-left: 1em;
	}

.bolded {
	font-weight: bold;
	}

/* body declarations */

body {
	margin-left: 12px;
	margin-top: 12px;
	margin: 12px;
	font-size: 0.9em;
	background-color: #331100;
	background-image: url(images/tvstandprint.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}	

/* major page section definitions */	

#header {
/*	background: url(images/print2.gif) no-repeat right top; */
	margin: 12px 12px 12px 12px;
	width: 635px;
	height: 125px;
	}
	
#contents {
	position:absolute;
	color: #eee;
/*	left: 150px;
	top: 15px; 
	width: 300px;

*/
	left: 680px;
	top: 200px; 
	width: 170px;

/*	background:  url(images/white_upper_right.gif) no-repeat right top;
	border-left: 1px solid black;	
*/	}
	
#main {	
	background: url(images/silver_upper_right.gif) 	no-repeat right top;
	width: 650px;
	border: 1px solid #996600;
	margin-left: 12px;
	margin-right: 10px;
	margin-top: 12px; 
	font-size: 0.9em;
	color: white;
	}
	
#footer {
/*	clear: both;
	background: url(../../images/white_top_left.gif);
	margin-top: 12px;
	margin-left: 220px;
	margin-right: 12px;
	font-size: 0.8em;
*/	
	}


/* section definitions that lend meaning AND cause background graphics */
	
#header h1 {
	align:top;
	color:#FFFFCC;
	margin-top: 17px;
	margin-bottom: 17px;
	margin-left: 17px;
	}
#header h1 .invert {
	background-color:#FFFFCC;
	color:#331100;
	}

#header h2 img {
	margin-top: 0px;
	margin-left: 17px;
	}


/* main nav stuff -------------------------------------------------------------------------------------- */

#contents a:link {
	color: #FFCC00;
	}
	
#contents a:hover {
	color: #FFDD00;
	}

#contents a:visited {
	color: #bb7700;
	} 

#contents h2 {
	color: #fff;
	font-size: 1.2em;
	padding-left: 17px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	}

#contents .header {
	color: #FFF;
	width:165;
	font-size: .8em;
	margin: 0px 0px  5px 0px;
	padding: 0.2em;	
	background: #996600 url(images/blue_lower_right.gif) no-repeat right bottom;
	}

#contents .header a {
	color: #FFF;
	}
	
#contents .chapters {
	font-size: .8em;
	padding: 0.2em;
	overflow: auto;
	height: 300px;
	border-bottom: 1px solid black;
	}

/* main content stuff ---------------------------------------------------------------------------------- */
#main .contentheader {
	color: #221100;
	font-size: 1.2em;
	margin: 0px 250px 12px 0px;
	padding: 0.2em;	
	background: #FFFFCC url(images/blue_lower_right.gif) no-repeat right bottom;
	}

#main h2 {
	color: #009;
	}

#main .contentitem {
	color:#FFFFCC;
	background: url(images/silver_upper_left.gif) no-repeat left top;
	border: 1px solid #996600;
	margin: 12px 12px 12px 12px;
	padding: 10px;
	font-size: 1em;
	}
#main .end{
	background: url(images/blue_lower_right.gif) no-repeat right bottom;
	}	
#main td{
	color:#FFFFCC;
	font-size: .9em;
	}

#main h3 {
	color: #FFCC33;
	}

#main .boxfoot_outer {
	margin-top: -6px;
	display:block;
/*	border-bottom: 1px solid white; */
	background: url(images/white_lower_left.gif) no-repeat left bottom;
	}

#main .footer_inner {
	background: url(images/white_lower_right.gif) no-repeat right bottom;
	}

#footer ul li {
	float: right;
	padding-left: 15px;	
	background: url(../../images/bullet_line.gif) no-repeat left center;
	}
	

#footer .boxfoot_outer {
	margin-top: -6px;
	display:block;
	height: 12px;
	background: url(../../images/white_bottom_left.gif) no-repeat left bottom;
	}
	
#footer .menu {
	width: 650px;
	border: 1px solid white;
	margin-left: 12px;
	margin-right: 10px;
	margin-top: 12px; 
	font-size: 0.9em;

	}
#footer .menu .td {
	color:#FFFFCC;
	border: 1px solid #69E;
	margin: 12px 12px 12px 12px;
	padding: 10px;
	font-size: 1em;
	}
