body {
    background: white;
	font-family:Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
h1,h3, h6 {
    margin: 5px;
    font-weight: normal;
}
p {
margin: 10px;
}

li.text {
    margin: 5px;
}

h6 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
div#container {
    position: relative;
    min-height: 400px;
    border: 1px solid gray;
    background: #d7d7e0;
    max-width: 1000px;
    min-width: 750px;
    margin: auto;
}
div#first-column {
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid gray;
    background: rgb(240, 240, 240);
    width: 150px;
    margin: 3px;
}
div#first-column {
background-color:#d7d7e0;
    left: 0;
	z-index:1;
}
div#content {
	font:Arial, Helvetica, sans-serif;
    margin: 3px 3px 3px 158px;
    background: rgb(240, 240, 240);
	background-color:#d7d7e0;
    border: 1px solid gray;
    min-height: 600px;
	z-index:0;
}
div#search {
	font:Arial, Helvetica, sans-serif;
    margin: 3px 3px 3px 158px;
    background: rgb(240, 240, 240);
	background-color:#d7d7e0;
    border: 1px solid gray;
    min-height: 1000px;
	z-index:0;
}

div#newsfeatureshead {
    margin: 10px 100px 0px 100px;
	background-color:#99CC33;
    border: 1px solid gray;
	color: #FFFFFF;
    min-height: 25px;
	z-index:0;
}

div#newsfeaturesbody {
    margin: 0px 100px 0px 100px;
	background-color:#d7d7e0;
    border: 1px solid gray;
    min-height: 150px;
	z-index:0;
}

div#announcementshead {
    margin: 10px 100px 0px 100px;
	background-color:#FFCC99;
    border: 1px solid gray;
	color: #FF0000;
    min-height: 25px;
	z-index:0;
}

div#announcementsbody {
    margin: 0px 100px 0px 100px;
	background-color:#d7d7e0;
    border: 1px solid gray;
    min-height: 75px;
	z-index:0;
}

div#adshead {
    margin: 10px 100px 0px 100px;
	background-color: #00CC99;
    border: 1px solid gray;
	color: #FFFFFF;
    min-height: 25px;
	z-index:0;
}

div#adsbody {
    margin: 0px 100px 0px 100px;
	background-color:#d7d7e0;
    border: 1px solid gray;
    min-height: 75px;
	z-index:0;
}


div#eventshead {
    margin: 10px 100px 0px 100px;
	background-color:#0000FF;
    border: 1px solid gray;
    min-height: 25px;
	z-index:0;
	color:#FFFFFF;
}
div#eventsbody {
    margin: 0px 100px 0px 100px;
	background-color:#d7d7e0;
    border: 1px solid gray;
    min-height: 150px;
	z-index:0;
}



div#header,
div#navmenu,
div#footer {
    background: rgb(240, 240, 240);
    padding: 3px;
    border: 1px solid gray;
    max-width: 994px;
    min-width: 744px;
    margin: auto;
}
form#login { 
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 color:#FFFFFF;
 font-size: 12px; 
 text-align: center;
 background-color: #2b547e; 
 border:solid;
 border-width:thin;
 border-color:#999999;
  
}

div#navmenu {
    border-bottom: none;
	background-color:#d7d7e0;
}
div#header {
    border-bottom: none;
	background-color:#d7d7e0;
}
div#footer {

	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
    background-color:#d7d7e0;
    border-top: none;
	
}

.Black  { color: black }
.Black:visited { color: black }
.Black:hover { color: gray }

.blue {color: #0000FF }
.blue:hover { color: magenta }

.red { color: red; font-weight: bold }
.red:visited { color: red }
.red:hover { color: maroon }

.white 
		{ 
		color: white; 
		text-decoration: none; 
		font-family: verdana, geneva, arial, helvetica, sans-serif;
		font-size: 9pt;
 		}

.white:visited { color: white; text-decoration: none }
.white:hover { color: yellow; font-weight: bold }

.sel { 
		color: white; 
		font-weight: bold; 
		text-decoration: none; 
		font-family: verdana, geneva, arial, helvetica, sans-serif; 
		font-size: 9pt 
	}

.sel:visited { color: white; }
.sel:hover { color: yellow }

.navbar	
	{
	display: block;
	text-align: center; 
	text-decoration: none; 
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: navy;
	font-weight: bold;
	}

.navbar:hover { background-color: yellow }

.centnavhd 
	{
	display: block;
	text-align: center; 
	text-decoration: none; 
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: navy;
	font-weight: bold;
	line-height: .9em;
	padding: 5 5 5 5;
	}

.leftnavhd 
	{
	display: block;
	text-align: left; 
	text-decoration: none; 
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: navy;
	font-weight: bold;
	line-height: .9em;
	padding: 5 5 2 5;
	}

.leftnavhd:hover { 
	background-color: yellow;
	color: navy;
	}

.leftnav
	{
	display: block;
	text-align: left; 
	text-decoration: none; 
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	font-weight: bold;
	line-height: .9em;
	padding: 0 2 2 7;
	}

.leftnav:hover { background-color: yellow }

.leftnavtxt
	{
	display: block;
	text-align: left; 
	text-decoration: none; 
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 7pt;
	color: navy;
	font-weight: bold;
	line-height: 1em;
	padding: 5 5 5 5;
	}

.headlink  {
	display: block;
	font-weight: bold;
	text-align: left; 
	text-decoration: none; 
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12pt;
	color: navy;
	line-height:1em;
	}

.headlink:hover { 
	background-color: yellow;
	color: navy;
	}

table {
	font-family: verdana, geneva, arial, helvetica, sans-serif; 
	}
.Black  { color: black }
.Black:visited { color: black }
.Black:hover { color: gray }

.blue {color: #0000FF }
.blue:hover { color: magenta }

.red { color: red; font-weight: bold }
.red:visited { color: red }
.red:hover { color: maroon }

.white 
		{ 
		color: white; 
		text-decoration: none; 
		font-family: verdana, geneva, arial, helvetica, sans-serif;
		font-size: 9pt;
 		}

.white:visited { color: white; text-decoration: none }
.white:hover { color: yellow; font-weight: bold }

.sel { 
		color: white; 
		font-weight: bold; 
		text-decoration: none; 
		font-family: verdana, geneva, arial, helvetica, sans-serif; 
		font-size: 9pt 
	}

.sel:visited { color: white; }
.sel:hover { color: yellow }

.navbar	
	{
	display: block;
	text-align: center; 
	text-decoration: none; 
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: navy;
	font-weight: bold;
	}

.navbar:hover { background-color: yellow }

.centnavhd 
	{
	display: block;
	text-align: center; 
	text-decoration: none; 
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: navy;
	font-weight: bold;
	line-height: .9em;
	padding: 5 5 5 5;
	}

.leftnavhd 
	{
	display: block;
	text-align: left; 
	text-decoration: none; 
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: navy;
	font-weight: bold;
	line-height: .9em;
	padding: 5 5 2 5;
	}

.leftnavhd:hover { background-color: yellow }

.leftnav
	{
	display: block;
	text-align: left; 
	text-decoration: none; 
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	font-weight: bold;
	line-height: .9em;
	padding: 0 2 2 7;
	}

.leftnav:hover { background-color: yellow }

.leftnavtxt
	{
	display: block;
	text-align: left; 
	text-decoration: none; 
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 7pt;
	color: navy;
	font-weight: bold;
	line-height: 1em;
	padding: 5 5 5 5;
	}

.headlink  {
	display: inline;
	font-weight: bold;
	text-align: left; 
	text-decoration: underline; 
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: blue;
		}

.headlink:hover { background-color: yellow; }

table {
	font-family: verdana, geneva, arial, helvetica, sans-serif; 
	}
  PRE {font: 8pt Arial; color: 000000}
  a.ALinkWhite:link, a.ALinkWhite:visited, a.ALinkWhite:active, a.ALinkWhite:hover
     {color: #f0fff0; font-weight: bold; text-decoration: none;}
  a.ALinkGold:link, a.ALinkGold:visited, a.ALinkGold:active
     {color: gold; font-weight: bold; text-decoration: none;}
  a.ALinkGold:hover
     {color: red; font-weight: bold; text-decoration: none;}
  a.ALinkGold8:link, a.ALinkGold8:visited, a.ALinkGold8:active
     {color: gold; font-weight: bold; font-size: 8pt; text-decoration: none;}
  a.ALinkGold8:hover
     {color: red; font-weight: bold; font-size: 8pt; text-decoration: none;}
  a.ALinkWhite8:link, a.ALinkWhite8:visited, a.ALinkWhite8:active
     {color: #f0fff0; font-size: 8pt; font-weight: bold; text-decoration: none;}
  a.ALinkWhite8:hover  {color: red;     font-size: 8pt; font-weight: bold; text-decoration: none;}
  a.ALink8:link, a.ALink8:visited, a.ALink8:active
     {color: blue;    font-size: 8pt; font-weight: bold; text-decoration: none;}
  a.ALink8:hover       {color: red;     font-size: 8pt; font-weight: bold; text-decoration: none;}
  a.ALinkNavy8:link, a.ALinkNavy8:visited, a.ALinkNavy8:active
     {color: navy;    font-size: 8pt; font-weight: bold; text-decoration: none;}
  a.ALinkNavy8:hover  {color: red;     font-size: 8pt; font-weight: bold; text-decoration: none;}
  a.ALinkRev8:link, a.ALinkRev8:visited, a.ALinkRev8:active
     {color: red;    font-size: 8pt; font-weight: bold; text-decoration: none;}
  a.ALinkRev8:hover       {color: blue;     font-size: 8pt; font-weight: bold; text-decoration: none;}
  a.ALink9:link, a.ALink9:visited, a.ALink9:active
     {color: blue;    font-size: 9pt; font-weight: bold; text-decoration: none;}
  a.ALink9:hover       {color: red;     font-size: 9pt; font-weight: bold; text-decoration: none;}
  a.ALink10:link, a.ALink10:visited, a.ALink10:active
     {color: blue;    font-size: 10pt; font-weight: bold; text-decoration: none;}
  a.ALink10:hover      {color: red;     font-size: 10pt; font-weight: bold; text-decoration: none;}
  a.ALink12:link, a.ALink12:visited, a.ALink12:active
     {color: blue;    font-size: 10pt; font-weight: bold; text-decoration: none;}
  a.ALink12:hover      {color: red;     font-size: 10pt; font-weight: bold; text-decoration: none;}
  	.box
	{
   		width : 105px;
		height : 18px;
   		font-family : arial;
   		font-size : 10px;
		line-height : 18px;
	}
  	.box2
	{
  		width : 40px;
		height : 18px;
   		font-family : arial;
   		font-size : 10px;
	}
  	.box3
	{
  		width : 50px;
		height : 18px;
   		font-family : arial;
   		font-size : 10px;
	}
	.submit
	{
   		width : 40px;
		height : 20px;
   		font-family : arial;
   		font-size : 10px;
	}
 A.Interact:link {color: #0000FF; font-size: 10pt; font-weight: bold; text-decoration: none;}
 A.Interact:visited {color: #0000FF; font-size: 10pt; font-weight: bold; text-decoration: none;}
 A.Interact:hover {color: #33CC33; font-size: 10pt; font-weight: bold; text-decoration: none;}
 
 A.SmallInteract:link {color: #0000FF; font-size: 8pt; font-weight: bold; text-decoration: none;}
 A.SmallInteract:visited {color: #0000FF; font-size: 8pt; font-weight: bold; text-decoration: none;}
 A.SmallInteract:hover {color: #33CC33; font-size: 8pt; font-weight: bold; text-decoration: none;}
 

	#navlist
	{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	border-bottom: 6px solid #778;
	font: bold 12px Verdana, sans-serif;
	color:yellow;
	}
	#navlist_sub
	{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	border-bottom: 2px solid #667;
	font: bold 12px Verdana, sans-serif;
	color:yellow;
	}
	#navlist_import
	{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	border-bottom: 2px solid #667;
	font: bold 12px Verdana, sans-serif;
	color:yellow;
	}
	
	#navlist li
	{
	list-style: none;
	margin: 0;
	display: inline;
	}
	#navlist_sub li
	{
	list-style: none;
	margin: 0;
	display: inline;
	}
	#navlist_import li
	{
	list-style: none;
	margin: 0;
	display: inline;
	}
	
	#navlist li a
	{
	padding: 3px 0.5em;
	margin-left: 3px;
	border-top: 1px solid #778;
	border-right: 1px solid #778;
	border-left: 1px solid #778;
	background: #CCCCFF;
	text-decoration: none;
	font: bold 7pt Arial;
	}
	
	#navlist_sub li a
	{
	padding: 3px 0.5em;
	margin-left: 3px;
	border-top: 1px solid #667;
	border-right: 1px solid #667;
	border-left: 1px solid #667;
	background: #CCFFCC;
	text-decoration: none;
	font: bold 7pt Arial;
	}
	#navlist_import li a
	{
	padding: 3px 0.5em;
	margin-left: 3px;
	border-top: 1px solid #667;
	border-right: 1px solid #667;
	border-left: 1px solid #667;
	background: #FFBBBB;
	text-decoration: none;
	font: bold 7pt Arial;
	}	

	#navlist li a:link { color: #448; }
	#navlist li a:visited { color: #667; }
		
	#navlist_sub li a:link { color: #448; }
	#navlist_sub li a:visited { color: #667; }
	
	#navlist_import li a:link { color: #448; }
	#navlist_import li a:visited { color: #667; }
	
	#navlist li a:hover
	{
	color: #000;
	background: #AAE;
	border-color: #227;
	}
	
	#navlist_sub li a:hover
	{
	color: #000;
	background: #AFA;
	border-color: #227;
	}
	
	#navlist_import li a:hover
	{
	color: #000;
	background: #EEC;
	border-color: #227;
	}
	
	#navlist li a#current
	{
	background: yellow;
	font-weight: bold;
	color: black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	}
	#navlist_sub li a#current
	{
	background: yellow;
	font-weight: bold;
	color: black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	}
	#navlist_import li a#current
	{
	background: yellow;
	font-weight: bold;
	color: black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	}
	
	div.InterHeader {
		width:100%;
		height:18px;
		background-color:#778;
		color:white;
		margin-top:8px;
		margin-bottom:8px;
		font-size:8pt;
		font-family: Arial;
		font-weight: bold;
	}
  .RedBold8 {
    font-family: Arial, Helvetica, Verdana;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    color: #990000;}
  .RedItalic9 {
    font-family: Arial, Helvetica, Verdana;
    font-size: 9pt;
    font-style: italic;
    font-weight: normal;
    color: #990000;}
  .RedBold9 {font-family: Arial, Helvetica, Verdana;
    font-size: 9pt; font-weight: bold; color: #990000}
  .Red9 {font-family: Arial, Helvetica, Verdana; font-size: 9pt;
    font-weight: normal; color: #990000}
  .RedBold12 {font-family: Arial, Helvetica, Verdana;
    font-size: 12pt; font-weight: bold; color: #990000; text-decoration: none;}
  .BlackBold9 { font-family: Arial, Helvetica, Verdana; font-size: 9pt;
    font-weight: bold; font-color: black}
  .BoldBlack7 {
    font-family: Arial, Helvetica, Verdana;
    font-size: 7pt;
    font-weight: bold;
    font-color: black;
    text-decoration: none;}
  .BlackBold8 {
    font-family: Arial, Helvetica, Verdana;
    font-size: 8pt;
    font-weight: bold;
    font-color: black;
    text-decoration: none;}
  .Black9 { font-family: Arial, Helvetica, Verdana; font-size: 9pt;
    font-weight: normal; font-color: black}
  .BlackWhite9 { font-family: Arial, Helvetica, Verdana; font-size: 9pt;
    font-weight: normal; font-color: black; background-color: white;}
  .BlackBoldWhite9 { font-family: Arial, Helvetica, Verdana; font-size: 9pt;
    font-weight: bold; font-color: black; background-color: white;}
  .BlackUnder9 {
    font-family: Arial, Helvetica, Verdana;
    font-size: 9pt;
    font-weight: normal;
    font-color: black;
    text-decoration: underline;}
  .Black8 {font-family: Arial, Helvetica, Verdana; font-size: 8pt;
    font-weight: normal; font-color: black; }
  .BlackBold8 {font-family: Arial, Helvetica, Verdana; font-size: 8pt;
    font-weight: bold; font-color: black; }
  .BlackItalicUnderBold9 {font-family: Arial, Helvetica, Verdana; font-size: 9pt;
    font-weight: bold; font-color: black; font-style: italic; text-decoration: underline;}
  .Underline{text-decoration: underline}
  .BodyStyle{
    font-family: Arial, Helvetica, Verdana;
font-size: 9pt;
background-color: #f0fff0;}
  .SmallCopyright{
    font-family: Arial, Helvetica, Verdana;
font-size: 8pt;
font-weight: bold;
color: navy;}
  .WhiteBold9 {color: #ffffff;
    font-family: Arial, Helvetica, Verdana; font-size: 9pt;
    font-weight: bold; font-style: normal;}
  .WhiteItalic8 {color: #ffffff;
    font-family: Arial, Helvetica, Verdana; font-size: 8pt;
    font-weight: normal; font-style: italic;}
  .WhiteBold14 {color: #ffffff;
    font-family: Arial, Helvetica, Verdana; font-size: 14pt;
    font-weight: bold; font-style: normal;}
  .GoldBold9 {
    font-family: Arial, Helvetica, Verdana;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    color: gold;}
  .GreenBold9 {color: green;
    font-family: Arial, Helvetica, Verdana; font-size: 9pt;
    font-weight: bold; font-style: normal;}
  .NavyItalic8 {
    font-family: Arial, Helvetica, Verdana;
    font-size: 8pt;
    font-weight: normal;
    font-style: italic;
    color: navy;}
  .Navy8 {color: navy;
    font-family: Arial, Helvetica, Verdana; font-size: 8pt;
    font-weight: normal; font-style: normal;}
  .Navy9 {color: navy;
    font-family: Arial, Helvetica, Verdana; font-size: 9pt;
    font-weight: normal; font-style: normal;}
  .NavyBold8 {color: navy;
    font-family: Arial, Helvetica, Verdana; font-size: 8pt;
    font-weight: bold; font-style: normal;}
  .NavyBold9 {color: navy;
    font-family: Arial, Helvetica, Verdana; font-size: 9pt;
    font-weight: bold; font-style: normal;}
  .NavyBold12 {color: navy;
    font-family: Arial, Helvetica, Verdana; font-size: 12pt;
    font-weight: bold; font-style: normal;}
   