body {
	background-color:		black;
	color:				white;
	font-family :			arial, sans-serif;
	font-family : 			"Comic Sans MS", fantasy;
	margin-left:			0;
	margin-top:			0;
	width:				100%;
	}
A:link {
	text-decoration: none; color: #01C6FF;
	}
A:visited {
	text-decoration: none; color: red;
	}
A:hover {
	text-decoration: underline; color: #00D000;
	}
A:active {
 	text-decoration: none; color: white;
	}
A.menu:link {
	text-decoration: none; color: #ffd700;
	}
A.menu:visited {
	text-decoration: none; color: red;
	}
A.menu:hover {
	text-decoration: underline; color: white;
	}
A.menu:active {
 	text-decoration: none; color: green;
	}
A.EAS:link {
	text-decoration: none; color: red;
	font-size:				9pt;
	}
A.EAS:hover {
	text-decoration: underline; color: white;
	}
A.small-black:link {
	text-decoration: none; color: blue;
	}
A.weather:link {
	text-decoration: none; color: blue;
	}
h1 {
	color: 					#01C6FF; 
	Font-Size: 				24pt;
	}
h1.center {
	Color: 					#01C6FF;
	Font-Size:				24pt;
	Text-Align:				center;
	}
h2 {
	Color: 					#01C6FF;
	Font-Size:				18pt;
	}
h2.center {
	Color: 					#01C6FF;
	Font-Size:				18pt;
	Text-Align:				center;
	}
h3 {
	Color: 					#01C6FF;
	Font-Size:				12pt;
	}
h3.center {
	Color: 					#01C6FF;
	Font-Size:				12pt;
	Text-Align:				center;
	}
h4 {
	Color: 					#01C6FF;
	Font-Size:				10pt;
	}
h4.center {
	Color: 					#01C6FF;
	Font-Size:				10pt;
	Text-Align:				center;
	}
h5 {
	Color: 					#01C6FF;
	Font-Size:				8pt;
	}
h5.center {
	Color: 					#01C6FF;
	Font-Size:				8pt;
	Text-Align:				center;
	}
p {
	Font-Size:				10pt;
	Text-Align:				justify;
	}
p.center {
	Font-Size:				10pt;
	Text-Align:				center;
	}
p.center-small {
	Font-Size:				8pt;
	Text-Align:				center;
	}
p.center-large {
	Font-Size:				14pt;
	Text-Align:				center;
	}
p.center-large-01C6FF {
	color:					#01C6FF;
	Font-Size:				14pt;
	Text-Align:				center;
	}
p.small {
	Font-Size:				8pt;
	Text-Align:				justify;
	}
p.small-black {
	Font-Size:				8pt;
	Text-Align:				left;
	 color:					Black;
	}
p.left {
	Font-Size:				10pt;
	Text-Align:				left;
	}
p.list {
	Font-Size:				10pt;
	Text-Align:				justify;
	margin-left:				10px;
	}
p.credits {
	Font-Size:				8pt;
	Text-Align:				right;
	}
p.indent {
	Font-Size:				10pt;
	Text-Align:				left;
	text-indent: 			10px;
	margin-top:				0px;
	margin-bottom:			0px;
	}
td {
	color:					white;
	Font-Size:				10pt;
	vertical-align:			top;
    }
td.center {
	color:					white;
	Font-Size:				10pt;
	Text-Align:				center;
    }
td.credit {
	color:					#01C6FF;
	Font-Size:				8pt;
	Text-Align:				center;
    }
td.small-left {
	color:					white;
	Font-Size:				8pt;
	Text-Align:				left;
    }
td.small {
	color:					white;
	Font-Size:				8pt;
	Text-Align:				justify;
    }
td.small9 {
	color:					white;
	Font-Size:				8pt;
	Text-Align:				left;
    }
td.small-center {
	color:					white;
	Font-Size:				8pt;
	Text-Align:				center;
    }
td.small-right {
	color:					white;
	Font-Size:				8pt;
	Text-Align:				right;
    }
td.smaller-left {
	color:					white;
	Font-Size:				7pt;
	Text-Align:				left;
    }
td.large {
	color:					white;
	background:			#01C6FF;
	Font-Size:				18pt;
	Text-Align:				center;
    }
td.medium {
	color:					white;
	background:			#01C6FF;
	Font-Size:				14pt;
	Text-Align:				center;
    }
th {
	color:					white;
	Font-Size:				10pt;
    }
th.center {
	color:					white;
	Font-Size:				10pt;
	text-align:				center;
    }
blockquote {
	Font-Size:				10pt;
	}
sup {
	font-family : arial, sans-serif;
	font-family : "Comic Sans MS", fantasy;
	Font-Size:			8pt;
    }
dd.menu {
	margin-left: 			10px;
    }
dl.indent {
	margin-left:				5px;
	}
ul {
	color:					white;
	Font-Size:				10pt;
    }
ol {
	color:					white;
	Font-Size:				10pt;
    }
dt {
	color:					white;
	Font-Size:				10pt;
    }
dd {
	color:					white;
	Font-Size:				10pt;
    }
dl {
	color:					white;
	Font-Size:				10pt;
    }
ul.arrow {
	list-style-image: url(Images/PopOut.gif);
}
ul.mylist {
	list-style-type: 			none;
	padding: 				0;
	margin: 				0;
	}
li.mylist {
	background-image:		url(Images/starry.gif);
	background-repeat: 	no-repeat;
	background-position: 	0 0;
	padding-left: 			40px;

    }

#topmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none;
   }	
#topmenu a
{
     /* define the clickable area for each menu item */
      padding:2px 20px 1px 20px; 

     /* and now give the element height */
      line-height: 20px;

      background: blue;
      border: 1px solid #DEDEDC;
      border-top:none;
      border-bottom:none;
	font-weight: bold;
	text-decoration: none; color: #ffd700;
}
#topmenu a:visited {
	text-decoration: none; color: #ffd700;
	}
#topmenu a:hover {
	text-decoration: none; color: blue; background-color: #ffd700;
	}
div {
	Font-Size:				10pt;
     }
div.small-center {
	Font-Size:				8pt;
	text-align:				center;
	 margin-bottom: 		5px;
     }
.border-rounded10 {
	border: 				thin solid white; 
	-moz-border-radius: 	10px; 
	}
.border-rounded40 {
	border: 				2px solid gray;
	border-style:			grooved; 
	-moz-border-radius: 	15px; 
	}
.border-top-rounded40 {
	border-width:					2px; 
	-moz-border-radius-topleft: 	15px; 
	-moz-border-radius-topright: 	15px; 
	}
.border-top40 {
	border-top:				2px solid gray; 
	}
.top-menu {
	border-width:					2px; 
	-moz-border-radius-topleft: 	10px; 
	-moz-border-radius-topright: 	10px; 
	}
.Contents:before {
  background:  url("filler2.jpg") no-repeat top right;
  display: block;
  border: none;
  margin: 0 0 0 0;
  content: url("filler.jpg");
}
iframe {
	margin:			0;
	padding:		0;
	height:			100%;
   	display:			block;
	width:			100%; 
	border:			none;
	}

#twitter_update_list span a {
display: inline-block;
width: 16px;
text-indent: -1999px;
overflow: hidden;
background-position: center;
background-image: url(Images/arrow.png);
background-repeat: no-repeat;
vertical-align: top;
}
#twitter_update_list span a:hover {
text-decoration: none;
}

#twitterWrapper ul {
	list-style-type: 			circle;
}
