.header {
	height:101px;
	width:100%;
	text-align: center;
	margin: auto;
	padding-bottom: 10px;
	background-color: gray;
}

.banner {
	background-color:black;
	width: 100%;
}

.banner a{
	color:black;
}

h1 {
	padding-top:20px;
	font-size:2em;
	text-align: left;
}

h2 {
	font-size:1.5em;	
}

.contents {
	font-size:0.9em;
	line-height:1.4em;
}

/*Package Names*/

li {
/*This needs a better tag to hang on so it doesn't clobber everyone*/
	list-style-type:none;
}

li a{
	background-color:#EBEBEB;
	color:black;
	text-decoration:none;
	font-size: 1.2em;
	padding: 0px 20px 0px 20px;
}
li a:hover{
	background-color:#666666;
}

p a{
	color:blue;
	background-color:white;
	padding: 0 0 0 0;
	font-size: 1em;
}

p a:hover{
	background-color:white;
}

.header li{
	display:inline;
	list-style-type:none;
}

.header a{
	padding:0 10px 0 10px;
}

/*Specific to sponsors page*/
.sponsortitle ul li{
	display:inline;
}

.sponsortitle a{
	background-color:white;
	color:white;
	padding: 0 10px 0 0;
}
.sponsortitle a:hover{
	background-color:white;
}

#live img{
	height:64px;
}

.instruct li{
	list-style-type:decimal;
}

.command {
	margin-left:20px;
	background-color:#ccea94;/*color from osgeo optional colors*/
	padding:4px 0 4px 10px;
}


/* Old CSS TODO: is any of this still used?*/
.contentDivCenter {
	position:absolute;
	float:left;
	top:121px;
	left:64px;
	width:666px;
}

.headDiv {
	position:absolute;
	width:666px;
	height:101px;
	left:64px;
	top:0px;
}

.normalHead {
	font-weight:bold;
	font:24px Verdana;
}

.normalSubhead {
	margin:0px 10px 25px 10px;
	font-weight:bold;
	font:18px Verdana;
}

.normalMinorhead {
	font-weight:normal;
	font:16px Verdana;
}

.normalContent {
	margin:0px 0px 20px 0px;
	font-weight:normal;
	font:14px Verdana;
}

.mainContent {
	margin:0px 0px 0px 0px;
	border:1px solid #FCA602;
	background:#ffffbe;
	width:666px;
}

.head, .headSelected {
	padding:6px 0px 0px 0px;
	margin:0px 5px 0px 0px;

}

.head {
	background:#000000;
	color:#FCA602;
	border:1px solid #000000;
}

.headSelected {
	background:#FCA602;
	color:#000000;
	border:1px solid #FCA602;
}

.footerDiv {
	position:relative;
	top:7px;
	border:3px solid #000000;
	width:666px;
}

.copyright {
	background:#000000;
	color:#835701;
	text-align:right;
	font-size:10pt;
}
