body {
	width: 100%;
	height: 100%;
	overflow: scroll;
	background-color:#CCCCCC;
	scrollbar-3dlight-color: #00008B;
	scrollbar-base-color: White;
	scrollbar-darkshadow-color: #191970;
	scrollbar-highlight-color: #CCCCCC;
}

.itemBorder{
border: 1px solid black;
}
.itemText{
text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica;
}

.crazyBorder{
border: 2px outset #663399;
}
.crazyText{
text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica
}

.DataHeading{
font-family:Georgia;
font-size:20px;
color:Black;
}
.DataData{
font-family:Georgia;
font-size:16px;
color:Black;
}

#main{
position:relative;
width:905px;
height:565px; /*615*/
border-right:1px solid #000000;
border-top:1px solid #000000;
border-left:1px solid #000000;
background-color:#F5F5DC;
}
#FireImage{
position:absolute;
top:5px;
left:5px;
width:240px;
height:200px; /*250*/
background-image:url(ForestFire.jpg);
}

#leftNav{
position:absolute;
left:5px;
width:240px;
top:215px; /*265*/
bottom:80px;
height:300px;
background-color:003366;
border:solid 1px silver;
Padding:5px;
}
#bulletinBoard{
position:absolute;
top:10px;
left:250px;
width:655px;
height:515px; /*555*/
}
#bulletinHeader{
height:24;
width:605px;
background-color:003366;
font-style:normal;
color:FFFFFF;
font-size:18px;
font:Arial, Helvetica, sans-serif;
vertical-align:middle;
padding:4px;
}
#bulletinData{
height:390px;
width:605px;
background-color:FFFFFF;
border-left:1px solid #191970;
border-bottom:1px solid #191970;
padding:4px;
}
#footer{
position:absolute;
bottom:0px;
width:904px;
height:35px;
background-color:#333366;
}
#footerContent{
position:absolute;
bottom:5px;
top:5px;
width:904px;
height:25px;
background-color:F5F5DC;
text-align:center;
border-right:1px solid #000000;
}