body { 
	margin: 10px 10px 0 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: Black;	
	font-size: 9pt;
}
p { 	
	margin-bottom: 4px;	
	margin-top: 2px;	
	margin-right: 10px;	
	margin-left: 10px;
}
/* -----------------  divs ------------------------  */
.center {
	text-align: center;
	}		
.sm {
	font-size: 8pt;
	margin-right: 30px;
	}	
.justify {
	text-align: justify;
	margin-bottom: 3px;
	text-indent: 0px;
	font-size: .9em;
	font-weight: bold;
	}			

.leftdiv {
	float: left;
	width: 49.9%; /* by making one side less than 50%, IE won't flicker when resizing the browser narrower. */
	padding: 0;
	margin: 0;
}
.rightdiv {
	float:right;
	width: 50%; /* see .leftdiv above */
	padding: 0;
	margin: 0;
}
.toClear {
	clear: both;
	text-align: center;
	display: inline;
	min-width:700px;
}
h1 {
	font-size: 15pt;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: lighter;
	color: #d23e00;
	text-align: center;
	padding: 0;
	margin: 0;
	
}
/* -------------------ids--------------------- */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	text-align: center;
	color: #7e8ac5;
	clear: both;
	padding-top: 15px;
}
#qlinks {
	clear: left;
	text-align: right;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#filmstrip {
	background-color: #000000;
	padding: 4pt;
	width: 750px;
}

/*  -------------- colors -------------------- */
.orange {
	color: #fe5800; }	
.green {
	color: #168501;
}	
.blue {
	color: #0190b2;
}
.red {
	color: #ff0000;
}
/*  -----------------------links ------------------- */
a, a:link, a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	color: #189400;
	text-decoration: none;
	font-weight: bold;
	}	
a:hover, a:active  {
	color: #0190b2;
	}

a img {  /*this one omits border on linked image */
	border: 0px;
}	
a.dev, a.dev:link,  a.dev:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: .95em; 
	color: #7e8ac5;
	}
a.dev:hover, a.dev:active {
	color: White;
	}	
a.q, a.q:link,  a.q:visited {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
} 	
a.q:hover, a.q:active {
	color: Black;
}

/*  --------------wraps ----------- */
#wrapWaves {
	background-image: url(../images/bkg_body.png);
	background-repeat: repeat-x; 
	height: 100%;
	overflow: hidden;
}
#redLine {
	background-color: #d26300;
	padding: 2pt;
	height: 100%;
	width: 960px;
	margin: 0 auto;
}
/*  ----------------- tables ------------------------ */	
table#corny	{
	background-image: url(../images/bkgGrnWhite.jpg);
	}
	
/* test css */

div.navboxright {
font-family: Arial, Helvetica, sans-serif;
font-size: 7pt;
color: #000000;
background-color: #f5d168;
padding: 2px;
}

div.navboxright ul li a, a:visited, a:link, a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #000000;
text-decoration: none;
}

div.navboxright ul {
list-style-type: none;
padding:0px;
margin:0px;
}

div.navboxright li {
padding:1px 5px 0px 8px;
margin:0px;}


div.navboxright a:hover {
color:#328445;
text-decoration: none;
}

#aj1table {
}

#wrapWaves #fpss-outer-container {
	border: none;
	margin:0px auto;
	padding:0px;
	width:836px;}

#todayText p {
	font-size: 10px;
	text-align: justify;
	padding: 4px 0 0 4px;
}
