/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background: #cccccc url(../bg_grad.jpg) fixed;
}

td{
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	}

a:link, a:visited, a:hover {
	text-decoration: none;
}


h1{
 font: 90% "Times New Roman", Times, serif ;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
 text-align: center;
 
}

h2{
 font: 80% "Times New Roman", Times, serif;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}


h3{
 font: bold 100% "Times New Roman", Times, serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 80% "Times New Roman", Times, serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font:bold 70% "Times New Roman", Times, serif;
 font-style:italic;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% "Times New Roman", Times, serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#mainsite{
	width: 722px;
	padding: 0px 0px 0px 0px;
	
}



#storysite{
	float:left;
	top: 13px;
	width: 490px;
	left: 10px;
	border: solid #FFFFFF;
	padding: 30px 10px 10px 10px;
	margin: 0px;
}

#news{
	visibility:hidden;
	float:left;
	top:13px;
	padding: 20px 20px 10px 10px;
	background-color: #FFFFE3;
	border-left: 1px dotted #999999;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	font-size: 60%;
	width: 230px;
	}


#toppicture{
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;

}


/*************** #pageName styles **************/

#menu{
	visibility:hidden;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
}

/************** .story styles *****************/

.story{
	font: 60% "Times New Roman", Times, serif;
	
	
}


.story table{
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	}


.story img{
	visibility:hidden;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 1px 5px 10px 10px;
}

.celler {
	font-family: "Times New Roman", Times, serif;
	font-size: 70%;
	}

/************* #siteInfo styles ***************/

#siteInfo{
	visibility:hidden;
	clear: both;
	text-align: center;
	font-size: 65%;
	color:#000000;
	background-color:#CCCC99;
	border-top: 1px dotted #FFFFFF;
	padding: 4px 4px 4px 4px;
	margin-top: -1px;
	}
	
		

a.siteinfo:link, a.siteinfo:visited {
	visibility:hidden;
	color: #000000;
	text-decoration: none;
}

a.siteinfo:hover {
		visibility:hidden;
		color: #FFFFFF;
		text-decoration:underline;
		}




/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */



/************* #search styles ***************/

#search{
	visibility:hidden;
	padding: 5px 0px 5px 10px;
	font-size: 100%;
}

#search form{
	visibility:hidden;
 	margin: 0px;
 	padding: 0px;
}

#search label{
	visibility:hidden;
	display: block;
	margin: 0px;
	padding: 0px;
}

