


/* Style Definitions */

/* ============================================ */

/* Genarl styles */



body {
	background-image: url('../images/bgimage.gif');
	font-family:  Arial, "Times New Roman","Times", serif;
	width: 1000px; 
}

 h1, h2, h3, h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: red;
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
}

.t-bold {
	font-size: 1.2em;	
}

.red {
	color: red;
}

.redbold {font-weight: bold; color: Red;} 


/* ============================================ */



div#listmenu {
	font-family: verdana, arial, sans-serif;
	position: fixed; left: 0px; top: 0px; 
	z-index: 2;
}

div#maintitle a  {
	text-decoration: none;
	color: red;
}

div#maintitle a:hover  {
	text-decoration: none;
	color: pink;
}

div#news {
	width:100%; 	/* makes the div full width */
	font-size: 1.0em;
	background-color: #CCF;  
	font-family:  verdana, arial, sans-serif;
	position: fixed; left: 0px; top: 26px; 
/*	position: fixed; left: 0px; top: 18px; */
/*	border: 0px solid red; */
/*	border-top:1px solid #069;	/* draws line on top edge of div */
	border-bottom:1px solid  white;  /* #069;	 /* draws line on bottom edge of div */
	z-index: 1;
}

div#news table {
	padding: 0px;
	margin-left: 28px;
}	


.nhead {
	color: white;
	background-color: navy;
	padding-top: 0.0em;	
	padding-bottom: 0.0em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}


div#news marquee {
	width: 50em;
	behavior: slide;
	direction: left;
	loop: infinite;
	color: #069;   
	background-color: #CCF;   
}


div#maintitle  {
	text-align: center;
	margin-top: 90px; 
}


div#maintitle  h1{
	font-size: 1.6em;
	font-family: 'comic sans MS';
}

div#maintitle  h2{
	font-size: 1.0em;
	color: Navy;
}

div#maintitle  h3{
	font-size: 1.1em;
}

div#maintitle  h4{
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	width: 25em;
	height: auto;  
}
	

div#main  {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;  
	position: absolute; right: 0px; top: 610px; 
/*	position: absolute; right: 0px; top: 470px; */
	width: 7in;
	height: auto;
	margin: 0.25in 0.25in 0.25in 0.25in; 
	padding: 10px;
	border: 1px solid red;
}

div#footer  {
	position: absolute; top: 1020px; 
	font-size: 0.7em;
}














