h1,h2,h3,h4,h5,h6 {
	font-family: arial; /*georgia;*/
}
h1 {
	font-size: 197%;
	margin:2px;
}
#page {
    width:940px;
	margin:25px;
	background-color:#d6c4ae; 
	border:2px solid #333; 
}
#banner {
    font : normal 125% "Trebuchet MS", tahoma, verdana, sans-serif;
    background-color:#72522c; 
	text-align:center; 
	color:white; 
	padding:5px 0px 5px 0px;
}
#navbar {
    background-color:#bfa280; 
}
 /* Menu Background */
#navlist {
    padding : 3px;
    margin : 0;
    text-align : left;
    font : bold 110% "Trebuchet MS", verdana, sans-serif;
    color : #000;
    background-color:#bfa280;
}
#navlist li {
    list-style : none;  /* No bullets */
    margin : 0;
    display : inline;
}

#navlist li a {
    padding : 3px 1.5em;
    margin : 0;
    color : #333;
    background :#72522c;
    text-decoration : none;
	cursor:pointer;
}
#navlist li a:link, #navlist li a:visited {
    color : #333;
    background :#bfa280;
}
/* Color of menu entry when hovering */
#navlist li a:hover {
    color : #fff;
    background :#72522c;
    transition: .3s background-color;
}
/* Color of currently selected menu item */
#navlist li a#current {
    color : #fff;
    background :#72522c
}

#forecast {
    width:530px;
    height:120px;
    overflow:auto;
	margin: 10px 0 10px 62px;
    padding:5px;
    font-size:13px;
    border: 1px solid black;
    background-color:#f8e6cf;  
	text-align:left;
}
img {
    border-style:none;
    }
img.wrap {
    float: left;
	margin-right:10px
}
p.p1 {
    width:200px;
} 
#wkday {
    color:#0000ff;
	font-weight:bold; 
}
a:link, a:visited {
    color: (internal value);
    text-decoration: underline;
    cursor: auto;
}
#leftcol {
	width:280px; 
	float:left; 
	background-color: #d6c4ae;
}
div.currentwrapper {
	width: 200px;
	height: 800px;
    margin: 5px 50px 0px 50px;
} 
div.currentwrapper200 {
	width: 200px;
	height: 300px;
    margin: 5px 50px 0px 50px;
} 
div.databox {
	width: 200px;
	height: 105px;
	margin-top:7px;
	padding-top:4px;
	float: left;
	color: #fff;
    background-color: rgb(34,73,241);
    border:thin solid black;
}
div.databox h1 {
    color:#fff;
	font-weight:bold;
	font-size: 180%;
}

div.databox h5 {
	padding-top: 2px;
}
div.databox-left {
	float: left;
	font-weight: bold;
	margin-left: 12px;
}
div.databox-right {
	width: 80px;
	float: right;
	font-weight: bold;
}
.subbox {
    height:35px;
    margin-top:10px;
    /*
    border-top:1px solid white;*/
}
.subbox2 {
    height:35px;
    margin-top:10px;
    border-top:1px solid white;
}

.sectionbar {
    width:200px;
	height:20px;
	background:#663300;
	color:#fff;
	font-size:13.3px;
	font-weight:500;
    margin: 10px 0 0 50px;
    padding-top:4px;
}
.currentdata { 
    line-height:25.00px;
	font-family:"Arial", sans-serif;
	font-style:normal;
    font-weight:normal;
	color:#000000;
	background-color:transparent;
	text-decoration:none;
    font-variant:normal;
	font-size:17px;
	vertical-align:0; 
	text-align:left;
	padding-left:20px
}
#rightcol {
    width:650px; 
	float:right; 
	background-color: #d6c4ae;
    margin-bottom: 5px;
}
#footer {
    clear : both;
    padding : 5px;
    /*margin : 10px 0 0 0;*/
    text-align : center;
    border-top : 4px solid #72522c;
    color : #333;
    background : #bfa280;
}
.lineitems { 
    line-height:21.00px;
	font-family:"Arial", sans-serif;
	color:#000000;
    font-size:17px; 
	text-align:left; 
	margin-left:50px;
}
.finger {
    cursor:pointer;
}
