body {
	margin: auto;
	color: #000;
	width: 721px;
	background-color: #003366;
	font: 76% Helvetica, Geneva, sans-serif;
	font-family: Helvetica, Geneva, sans-serif;
}
#bannerheader {
	width: 100%;
	text-align: right;
	font-size: x-small;
	color: white;
	font: 76% Helvetica, Geneva, sans-serif;
	font-family: Helvetica, Geneva, sans-serif;
	background-color: #003366;
}
#navbar {
	float: left;
	width: 100%;
	color: #000;
	margin-top: 0;
	background-color: #003366;
	border-top: 1px solid rgb(255,255,255);
}
#sidebar {
	float: left;
	width: 145px;
	color: #003366;
	margin-top: 0;
	background-color: #ffffff;
	border: 2px solid #003366;
	margin-right: 5px;
}

hr {
	color: #003366;
	background-color: #003366;
	width: 100%;
	height: 3px;
}

/* Line marking for resume */
.resumeeven {
	background: #cccccc;
}
.resumeodd {
	background: #ffffff;
}

/*

Here's a demo stylesheet used to format a menu and its content.
Feel free to alter the menu layout however you want. All you have to do is ensure the script
has the correct CSS property name (like 'visibility' or 'display') that you want it to change.

One good resource for UL/LI formatting: http://www.alistapart.com/articles/taminglists/
Consult your favourite CSS reference for editing fonts/borders/etc.

Otherwise, even if you're not very experienced at CSS, you can just go through and change
the #RGB border/background colours where suitable to customise for your site!

*/



/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 z-index: 3;
 background-color: #ffffff;
/* padding-bottom: 30px;*/
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 152px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 text-align: center;
 background-color: #003366;
 border-left: 1px solid #dee;
 border-right: 1px solid #dee;
 padding: 2px 10px 0px 10px;
}
.menulist_selected li {
 float: left;
 position: relative;
 color: #003366;
 text-align: center;
 background-color: #ffffff;
 border-left: 1px solid #dee;
 border-right: 1px solid #dee;
 padding: 2px 10px 0px 10px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 border: 1px solid #dee;
 margin-bottom: -1px;
}
.menulist_selected ul li {
 float: none;
 margin-right: 0;
 border: 1px solid #dee;
 margin-bottom: -1px;
}


/* Links inside the menu */
.menulist a {
 display: block;
 padding-right: 5px;
 padding-left: 5px;
 padding-bottom: 3px;
 padding-top: 3px;
 color: #FFF;
 text-decoration:  none;
}
.menulist_selected a {
 display: block;
 padding-right: 5px;
 padding-left: 5px;
 padding-bottom: 3px;
 padding-top: 3px;
 color: #003366;
 background-color: #ffffff;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FA5;
 background-color: #003366;
}
.menulist  a.highlighted {
 color: #FB9;
 background-color: #003366;
}
.menulist_selected a:hover, .menulist_selected a.highlighted:hover, .menulist_selected a:focus {
 color: #FA5;
 background-color: #ffffff;
}
.menulist_selected  a.highlighted {
 color: #FB9;
 background-color: #ffffff;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" /href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
 color: #ffffff;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

/*.menulist li:hover>ul {
 visibility: visible;
}*/

#headingtitle {
	text-align: left;
	margin-left: 10px;
	font-family: Helvetica, Geneva, sans-serif;
	font-style: normal;
	float: left;
	width: 90%;
}
#headingtitle h2 {
	float: left;
}

#messagebox {
text-align:left;
}
#messagebox div {
top: 0px;
width: 400px;
position: relative;
left: 180px;
border: 1px dotted #383;
padding: 5px;
text-align: center;
}

#messagebox h4 {

font-size: 1.2em;
font-weight: bold;
color: #743;

}

#messagebox p.left {

	text-align: justify;
}

#messagebox p{
font-size: 1em;
color: #343;
text-indent: 5px;
}

a, a img {
	border-width: 0;
}
a {
	text-decoration: none;
	line-height: 1em;
}
h1, h2, h3, h4, h5 {
	width: 100%;
	font: normal 1em Helvetica, Geneva, sans-serif;
}
h5 strong {
	color: red;
	background: transparent;
}
h5 {
	font: 1.2em/1em Helvetica, Geneva, sans-serif;
}

.sidehead {
	color: white;
	background-color: #003366;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}
.sideitemhead {
	color: #003366;
	background: #6699ff;
	padding-top: 2px;
	font-weight: bold;
}
.sideitem {
	color: #003366;
	background: #99ccff;
}
.sidelabel {
	color: #003366;
	position: relative;
	font-weight: bold;
	top: 1px;
	left: 1px;
	width: 78px;
	text-align: right;
}
.sidedata {
	color: #003366;
	position: relative;
	top: -11px;
	left: 84px;
	width: 75px;
	text-align: left;
}

.column {
	position: relative;
	color: #000;
	font-style: normal;
	padding: 1px;
	font-size: 1em;
	width: 145px;
	background: #dee;
}
p {
	line-height: 1em;
}
#page {
	font-family: Helvetica, Geneva, sans-serif;
	position: relative;
	width: 575px;
	top: 5px;
	left: 5px;
	color: #000;
	background: #dee;
}
#head {
	text-align: center;
}
h5 span.small {
	color: red;
	background: transparent;
}
h5 a {
	color: blue;
	text-decoration: none;
}
#current {
	position: relative;
	top: 1px;
	width: 700px;
	padding: 5px;
}
#curcol1 {
	position: relative;
	top: 1px;
	left: 1px;
	width: 180px;
	text-align: right;
	white-space: nowrap;
	font-size: 1em;
}
#curcol2 {
	position: absolute;
	top: 6px;
	left: 190px;
	width: 130px;
	text-align: left;
	font-style: normal;
	white-space: nowrap;
	font-size: 1em;
}
#curcol3 {
	position: absolute;
	top: 6px;
	left: 320px;
	text-align: right;
	white-space: nowrap;
	font-size: 1em;
}
#curcol4 {
	position: absolute;
	top: 6px;
	left: 430px;
	width: 130px;
	text-align: left;
	font-style: normal;
	white-space: nowrap;
	font-size: 1em;
}
#indexpage {
	position: relative;
	font-family: Helvetica, Geneva, sans-serif;
	width: 721px;
	top: 5px;
	left: 0;
	line-height: 1em;
	color: #000;
	background-color: white;
}
.headingindex a {
	text-align: center;
	text-decoration: none;
	color: #000;
	background: transparent;
}

#imagesmain {
	position: relative;
	top: 10px;
	left: 3px;
	width: 721px;
	text-align: center;
}
.mainpage {
	padding: 30px 5px 10px 5px;
	text-align: left;
}
#dials {
	position: relative;
	text-align: center;
	width: 100%;
	top: 0;
	
}

#satheaddiv {
	color: #003366;
	font: 120% Helvetica, Geneva, sans-serif;
	position: relative;
	width: 750px;
	top: 20px;
	text-align: left;
}
.sathead {
	color: #003366;
	font: 120% Helvetica, Geneva, sans-serif;
	padding-top: 1px;
	position: relative;
/*	font-size: 14px;*/
	font-weight: normal;
}

#satheadleft{
position: relative;
text-align: center;
left: 70px;
}

#satheadcenter{
position: relative;
text-align: center;
left: 140px;
}

#satheadright{
position: relative;
text-align: center;
left: 230px;
}

#satellite {
	position: relative;
	top: 20px;
	left: 0px;
}


#webcam {
	text-align: center;
	padding: 0;
}
#humpcam {
	margin: 0;
	text-align: left;
	padding: 0 0 0 170px;
}



#textlinks {
	position: relative;
	top: 25px;
	left: 5px;
	width: 750px;
	font: 1em Helvetica, Geneva, sans-serif;
	padding-bottom: 25px;
}
#ads {
	top: 30px;
	margin: 0;
	padding: 0px;
	border: 0;
	width: 780px;
	position: relative;
/*	background-color: #ffffff; */
	padding-bottom: 280px;
}
#footerleft {
	position: relative;
	color: #ffffff;
	padding-top: 30px;
	float: left;
	font: 1em Helvetica, Geneva, sans-serif;
}
#footerright {
	position: relative;
	padding-top: 30px;
	float: right;
	top: 0;
	font: 1em Helvetica, Geneva, sans-serif;
}
#webring {
	text-align: left;
	left: 0;
	position: relative;
	width: 400px;
	padding: 0;
	margin: 0;
	z-index: 4;
}


.tabledata {
	position: relative;
	top: 1px;
	width: 755px;
	float: left;
	left: 17px;
	text-align: left;
	font: 1em/1.2em Helvetica, Geneva, sans-serif;
}
.datacol1 {
	position: relative;
	color: #000;
	font-style: normal;
	padding: 1px;
	font-size: 1em;
	width: 145px;
	background: #dee;
	text-align: center;
	position: relative;
	top: 1px;
	left: -15px;
	width: 300px;
}
.datacol2 {
	position: relative;
	color: #000;
	font-style: normal;
	padding: 1px;
	font-size: 1em;
	width: 145px;
	background: #dee;
	text-align: center;
	position: absolute;
	top: 1px;
	left: 290px;
	width: 163px;
}
.datacol3 {
	position: relative;
	color: #000;
	font-style: normal;
	padding: 1px;
	font-size: 1em;
	width: 145px;
	background: #dee;
	text-align: center;
	position: absolute;
	top: 1px;
	left: 458px;
	width: 300px;
}
#col1 {
	position: relative;
	top: 1px;
	left: 1px;
}
#col2 {
	position: absolute;
	top: 1px;
	left: 151px;
}
#col3 {
	position: absolute;
	top: 1px;
	left: 299px;
}
#col4 {
	position: absolute;
	top: 1px;
	right: 160px;
}
#col5 {
	position: absolute;
	top: 1px;
	right: 10px;
}
.odd {
	padding-top: 2px;
	color: #000000;
	background: #6699ff;
}
.even {
	padding-top: 2px;
	color: #000000;
	background: #99ccff;
}
.forecast {
	color: #000;
	padding-top: 5px;
	background: #dee;
	text-align: center;
	font-size: .75em;
}

#cloud {
background-repeat: repeat-y;
background-position: top right;
}

#sumpage {
	position: relative;
	font-family: Helvetica, Geneva, sans-serif;
	width: 780px;
	text-align: center;
	top: 5px;
	left: 0;
	color: #000;
	padding-bottom: 180px;
	background: #dee;
}

ul.contact {
list-style: none;
text-align: left;
}


div.textlinks p {
	font-style: normal;
	color: #000;
	font-size: 1em;
	text-decoration: none;
	background: transparent;
}
#hilotable {
	position: relative;
	top: 1px;
	width: 1px;
	left: 1px;
	text-align: left;
	font: 1em Helvetica, Geneva, sans-serif;
}
.hilocolumn {
	position: relative;
	color: #000;
	font-style: normal;
	padding: 1px;
	font-size: 1em;
	background: #dee;
}
.hilohead {
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	background: url(./titlebar/v2/titleBarBG.gif) repeat-x;
}
.hilocol1 {
	position: relative;
	width: 100px;
	top: 1px;
	left: 1px;
	text-align: right;
	font-size: 1em;
}
.hilocol2 {
	position: absolute;
	width: 165px;
	top: 2px;
	left: 105px;
	text-align: center;
	font-size: 1em;
	white-space: nowrap;
}
.hilocol3 {
	position: absolute;
	width: 100px;
	top: 2px;
	left: 220px;
	font-size: 1em;
	text-align: center;
}
#hiloblock1 {
	position: absolute;
	width: 320px;
	top: 280px;
	left: 10px;
	text-align: left;
}
#hiloblock2 {
	position: absolute;
	width: 320px;
	top: 280px;
	left: 420px;
	text-align: left;
}
#hiloblock1year {
	position: absolute;
	width: 255px;
	top: 270px;
	left: 50px;
	text-align: left;
	font-size: 1em;
}
#hiloblock2year {
	position: absolute;
	width: 270px;
	top: 270px;
	left: 410px;
	text-align: left;
	font-size: 1em;
}
#dailycharts {
	position: relative;
	top: 160px;
	width: 705px;
	left: 70px;
	text-align: left;
	font: 1em Helvetica, Geneva, sans-serif;
}
#chartscol1 {
	position: relative;
	width: 300px;
	top: 1px;
	left: 1px;
	text-align: right;
}
#chartscol2 {
	position: absolute;
	width: 300px;
	top: 1px;
	left: 320px;
	text-align: right;
}
.graph {
	width: 310px;
	padding-right: 10px;
	text-align: center;
}
.barchart {
	width: 150px;
	padding-right: 10px;
	text-align: center;
}
.dial {
	width: 190px;
	padding-right: 10px;
	text-align: center;
}
#almpage {
	position: relative;
	font-family: Helvetica, Geneva, sans-serif;
	font-style: normal;
	width: 780px;
	line-height: 1em;
	text-align: center;
	top: 5px;
	left: 0;
	color: #000;
	padding-bottom: 700px;
	background: #dee;
}
#almspacer {
	position: relative;
	width: 200px;
	font-size: 1em;
	top: 100px;
	left: 1px;
	text-align: left;
}

#almpage em {
line-height: 1em;
font-size: smaller;

}
.almanachead {
	width:  255px;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 1px;
	background-color: #003366;
	color: #ffffff;
}

.almanacheadwind {
	width:  330px;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 1px;
	background-color: #003366;
	color: #ffffff;
}

.almbox {

}

.almcol {
	position: relative;
	width:  252px;
	top: 1px;
	left: 1px;
	text-align: left;
}
.almcol1 {
	position: relative;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	text-align: right;
	white-space: nowrap;
}
.almcol2 {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	font-size: 1em;
}

.almwindcol1 {
	position: relative;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	width: 150px;
	text-align: right;
	white-space: nowrap;
}
.almwindcol2 {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	font-size: 1em;
}

#level1 {
position: relative;
padding-left: 5px;
float: right;

float: left;
}

#level2 {
position: relative;
padding-left: 5px;

float: left;

}

#level3 {
position: relative;
padding-left: 5px;

float: left;
}

#almtemp {
	position: relative;
	float: left;
	width:  255px;
	font-size: 1em;
	text-align: left;

}
#almdew {
	float: left;
	width:  255px;
	font-size: 1em;
	text-align: left;

}
#almhum {
	float: left;
	width:  255px;
	font-size: 1em;
	text-align: left;

}
#almwindchill {
	position: relative;
	float: left;
	width: 255px;
	font-size: 1em;
	text-align: left;
}
#almheat {
	float: left;
	width: 255px;
	font-size: 1em;
	text-align: left;
}
#almwindrun {
	float: left;
	width: 255px;
	font-size: 1em;
	text-align: left;
}
#almwind {
	position: relative;
	float: left;
	width: 330px;
	font-size: 1em;
	text-align: left;
}
#almbar {
	width: 330px;
	float: right;
	padding-right: 10px;
	font-size: 1em;
	text-align: left;
}
#almrain {
	float: right;
	padding-right: 10px;
	width: 330px;
	font-size: 1em;
	text-align: left;
}

ul.resumeblock {
	margin-top: 0px;
	vertical-align: top;
}
