/* Font sizes get progressively smaller so the higher the h number, the smaller the font
   except h5 and h6 where the difference is in alignment
*/

h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #003300;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #003300;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: auto;
	border: 0px;
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: 003399;
	margin-top:0px;
	margin-bottom:0px;
	}
	
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	}
	
p, ul {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	margin-bottom:0px;
	margin-top:0px;
	}
	
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/* allows for centering text */
#center_text {
	text-align: center;
	}

#left_text {
	text-align: left;
	}

td     {
    border-collapse: collapse;
    }

#text_pad
  	{
	background-color: #FFFFFF;
	padding-left: 10px;
	}

/* for the map/list of stations, the padding needs to be yellow
or it looks odd with the alternating white and yellow rows */

#text_pad_yellow
  	{
	background-color: #FFFFCC;
	padding-left: 10px;
	}
	 
/* border-collapse is to keep the tables from showing borders in Netscape and Mozilla */
table
	{
     border-collapse: collapse;
	 border:0px;
	}
#alert
    {
	color:#FF0000;
	}
#topnav
	{
     background: #FFFFCC;
     width: 45%;
     margin-bottom: 5px;
	 position: relative;
	 margin-left: 50%;
	}

#pgtitle
	{
     background: #FFFFCC;
     width: 100%;
	 margin-left: 0px;
	}

#titlepic
	{
     margin-top:25px;
     margin-left:50px;
	}
	
#leftnav
	{
     background: #FFFFCC;
     width: 16%;
	}

#main
	{
     background: #FFFFCC;
     width: 1024px;
	}

#maincontent
	{
     background: #FFFFFF;
	}

#leftmain
	{
    background: #FFFFFF;
    width: 35%;
	}

#rightmain
	{
    background: #999966;
    width: 65%;
	}


	
#indent
	{
	margin-left: 20px;
	}
/* the following were all added so that the pages would print without the left navigation and other items */

#noprint
	{
	font-family: Arial, Helvetica, sans-serif;
	}
#pad789
	{
	width: 789px;
	background-color: #FFFFFF;
	padding-left: 10px;
	}
	
#end_div
	{
    font-family: Arial, Helvetica, sans-serif;
	}
#w200
	{
	width: 200px;
	}
#w200_center
	{
	width: 200px;
	text-align: center;
	}
#w100pct
	{
	width: 100%;
	}
@media print {
  #noprint {display:none;}
  #pad789 {	width: 600px; 	background-color: #FFFFFF; 	padding-left: 0px; }
  #end_div {display:none;}
  #w200 {width:0px;}
  #w200_center {width: 0px; text-align: center; }
  #w100pct {width:75%;}
  }