body {
	background-image: url("../images/background_01.gif");
	background-repeat: repeat-y;
	background-color: #FFFEE8;
	font-size:100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /*changing this does not pad the text or images in the div*/
	border: 0;
	height: 100%;
	}

	
#headline { 	
	position:absolute; 
	width:510px; 
	z-index:31; 
	left: 270px; 
	top: 269px;
	font-size:1.7em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	}
	
	
#sidebar {
	position:absolute; 
	left: 28px;
	top: 385px;
	width:125px; 
	text-align:center;
	font-weight:bold;	
	z-index:33;
	padding:10;}
	
#maincontent {
	position:absolute; 
	left:206px; top:347px; padding:0 30px 0 0;
	z-index:32;}
	
	
td { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; text-align: justify} 

.headlinexxx { font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #000000; font-weight: bold} 

a:link { color: #003366; text-decoration: underline; cursor: hand;} 
.nav {font-size:.9em;}
a.faq {font-size: .9em; text-decoration:none; cursor:pointer;}


a:visited { color: #336699; text-decoration: underline}  

a:hover { color: #FF0000; text-decoration: underline} 

a:active { color: #000000; text-decoration: none}

.sidelite { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 12px; color: #999999} 

.siderite { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 12px; color: #FFFFFF} 

.tdjust { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 13px; color: #333333} 

ol { font-size: 14px; color: #000000; font-family: Arial, Helvetica, sans-serif} 

ul { font-size: 14px; color: #000000; font-family: Arial, Helvetica, sans-serif} 

.tdmain { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000 ; text-align: justify}





	
p {	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	}
	
.reviewer {font-size:.9em; font-style:italic; }
.faq {font-size: .9em;}
.chapter {line-height:1.5em;}
	
h1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #000000;
	}
	


#footer {
	margin:75px 0 0 0; 
	padding:25px 125px 25px 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	text-align: center;
	}

.floatleft {float:left;}
.floatright {float:right;}
.center  { display: block; margin-left: auto; margin-right: auto; text-align: center; 
} 

.contest {border: 7px ridge #20B4FF; padding:15px;}
