body {
	font-family: "Comic Sans MS", verdana, tahoma, helvetica, arial, sans-serif;	
	color: #ffffff;
	margin: 0;
	font-size: 1em;
	background-color: #acc8ff;
}

#header {
	height: 90px;
	text-align: center;
	font-size: 2em;
	border: 3px solid #0080ff;
	background-color: #0080ff;
}

.title {
	color: #ffffff;
	font-weight: 900;
	font-size: xx-large;
}

#menu {
	margin-top: 20px;
	border-top: 3px solid #0080ff;
	border-bottom: 3px solid #0080ff;
	border-left: 3px solid #0080ff;
	border-right: 3px solid #0080ff;
	padding-right: 0px;
	float: left;
	clear: left;
}

.groupheader {
	font-size: 125%;
	padding-left: 2px; 
	border-bottom: #76a4ff 1px solid; 
	color: #ffffff;
	background-color: #76a4ff
}
.buttons {
	display: block;
	width: 185px; 
	color: #ffffff;
	padding-left: 4px; 
}
.buttons a{
	display: block;
	width: 185px; 
	color: #ffffff;
	padding-left: 4px; 
}
.buttons a:hover {
	display: block;
	width: 185px; 
	color: #ffffff;
	padding-left: 4px; 
	background-color: #0080ff;
}
.buttons a:active {
	display: block;
	width: 185px; 
	padding-left: 4px; 
	color: #990000; 
}
.buttons a:visited {
}

#content {
	/* margin: top, right, bottom, left */
	margin: 20px 20px 0 210px;
	padding-left: 8px;
}

.box {
	border: 1px solid #000000;
	margin-bottom: 15px;
}

.boxtop {
	color: #ffffff;
	background-color: #0080ff;
	padding-left: 5px;
	border-bottom: 1px solid #000000;
}

.boxcontent {
	padding: 5px 20px 5px 20px;
	background-color : #acc8ff;
}

.radarboxcontent {
	background-color : #000000;
}


#footer {
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 3px solid #0080ff;
	background-color: #acc8ff;
	text-align: center;
	font-size: 90%;
}

h1,h2,h3,h4,h5,h6 {
	color: #ffffff;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	COLOR: #00ff00; 
}

p {
	font-size: 85%;
}

li {
	font-size: 85%;
}
#wxTable {
	margin: 1px auto;
	padding: 1px;
}
#wxTable td {
	padding:8px;
	line-height:2.0em;
}
.dark {
	background-color: #76A4FF;
}
.tophalf {
	padding:0px;
}
.bottomhalf {
	padding:4px;
	line-height:.8em;
	font-size: xx-small;
}

