@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14pt;
	background-image: url(../graphics/TrenwaCover3LowRes.jpg);
	size:auto;
	width: 900px;
}

p { text-align: justify;
      font-family: Verdana, Arial, sans-serif; }
	  
	p.newsHead {text-align:center; font-style:oblique; font-weight:bold}
	p.news {
	text-align:left;
	font-size:12px;
	border:solid;
	border:thin;
	border:#999;
}
	  
 p.newsHidden {
	text-align:left;
	font-size:3px;
	border:solid;
	border:thin;
	border:#999;
	color:#FFF;
}

.noseeum	{
visibility : hidden;
}

.twoColFixLtHdr #container {
	width: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
} 
id {
	list-style-position: outside;
	list-style-type: disc;
}
.twoColFixLtHdr #header {
	padding: 10;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 18pt;
	font-weight: bold;
	color: #039;
	text-align: center;
	white-space: normal;
	vertical-align: top;
	line-height: 0px;
	margin-bottom: 20px;
	width: 700px;
	margin-left: 200px;
} 

.twoColFixLtHdr #header h1 {
	text-transform: capitalize;
	font-size: 24pt;
	color: #039;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 10px;
}
h2 {
	font-size:20px;
	font-style:italic;
	line-height: 24px;
}
h6 {
	font-size:12px
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px;
	font-size: 12px;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	font-size: 14px;
	border: thin ridge #36C;
	width: 700px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 10px;
	font-style: normal;
	height: auto;
	overflow: visible;
	visibility: visible;
	text-align: center;
} 
.twoColFixLtHdr #wideContent {
	background-color: #FFF;
	font-size: 14px;
	border: thin ridge #36C;
	width: 900px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 10px;
	font-style: normal;
	height: auto;
	overflow: visible;
	visibility: visible;
} 
.twoColFixLtHdr #xwideContent {
	background-color: #FFF;
	font-size: 14px;
	border: thin ridge #36C;
	width: 1100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 10px;
	font-style: normal;
	height: auto;
	overflow: visible;
	visibility: visible;
} 
.newsTable #news {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	border: 2px solid #999;
	margin: 5px;
	padding: 5px;
	font-style: italic;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	text-indent: 100px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 8px;
	padding: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 8px;
	padding: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.sideText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.subText s1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	color: #666;
}

.logo #logo {
	background-repeat: no-repeat;
	width: 350px;
	float: left;
}

.navBar #navBar{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	height: 350px;
	width: 180px;
	line-height: normal;
	color: #039;
	clear: none;
	text-align: right;
}
#navlist
{
	margin-left: 0;
	width: 125px;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #039;
}
#layer3 links {
	font-size: 8px;
	line-height: 16px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	text-align: right;
}

#navlist li a
{
	display: block;
	text-decoration: none;
	width: 160px;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.75em;
}

#navlist li a:link {
	color: #039;
}
#navlist li a:visited {
}

#navlist li a:hover
{
	color: #00F;
	.sideTable {
	height: 160px;
	background-color: #96F;
}
.twoColFixLtHdr #apDiv1 {
	font-family: Verdana, Arial, sans-serif;
}
.partTable #pTable {
	font-size: 9px;
	border: 1;
	border-color: #C39;
}
.tableAlignCenter {
	text-align: center;
}

