/* Structural */
body
	{
	background-color: #ffffff; 
	margin: 0px; 
	padding: 0px; 
	background-image: url(sidenav.jpg); 
	background-repeat: repeat-y;
	} 

h1	
	{ 
	color : #0000CC; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight : Bold; 
	font-size : 28px; 
	margin-top: 0px; 
	margin-bottom: 25px; 
	text-decoration : None; 
	text-align: center 
	}

h2	
	{ 
	color : #000000; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight : Bold; 
	font-size : 20px; 
	margin-top: 5px; 
	margin-bottom: 8px; 
	text-decoration : None; 
	text-align: center 
	}

a img {border: none; } 

.dynlink {cursor:pointer; cursor:hand; text-decoration: none; color: #990000; }

.content
	{
	background-color: #ffffff; 
	margin-left: 155px;
	margin-right: 20px; 
	margin-top: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 145%;
	padding: 15px; 
	text-align: left;
	}



.newsletter
	{
	width: 115px;  
	padding: 3px;
	border: 1px #000 solid; 
	background-color: #00A0C6; 
	font-family: Arial, Helvetica, Sans-Serif; font-size: 10pt; 
	font-weight: bold; 
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	}

.ad
	{
	margin-right: 10px;
	margin-bottom:5px;
	float: left;
	}

.blue
	{
	background-color: #EEFFFF;
	width: 100%;
	margin-bottom: 7px;
	}

.white
	{
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 7px;
	}

.byline
	{
	background-color: #EEFFFF;
	border: 1px solid black;
	width: 100%;
	padding: 10px;
	height: 80px;
	width: 400px;
	font-weight: normal;
	}

.pix
	{
	float: left;
	margin-right: 10px;
	}

/* NAV */

.topbit
	{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%;
	float: left; 
	background-image: url(tf.jpg); 
	background-repeat: repeat-x;
	}

.menu
	{
	position: absolute;
	top: 150px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: left;
	}

.menutitle
	{
	color: black;
	margin-bottom: 5px;
	}

a.nav:link {color: white; text-decoration :none; }
a.nav:visited {color: white; text-decoration :none; }
a.nav:hover {color: yellow; text-decoration :underline;}
a.nav:active {color: white; text-decoration :none; }


table {color : #000000; font-family: Arial, Helvetica, sans-serif; font-size : 10pt; }