body {
    min-width: 768px;
    font-family: 'Lucida Sans','Geneva','Verdana',sans-serif;
    font-size: 14px;
}

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

.header ul {
	background-color: #1166ad;
	padding:10px 0px 10px 0px;
}
/*Some list don't need bullets or numbers*/
.header li a{
	background-color:#EBEBEB;
	color:black;
	text-decoration:none;
	font-size: 1.2em;
	padding:0 10px 0 10px;
}
.header li a:hover{
	background-color:#ccea94;
}
.header li{
	display:inline;
	list-style-type:none;
}

.banner {
	background-color:white;
	width: 100%;
	margin-bottom:-10px;
}

.banner a{
	color:white;
}

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

h2 {
	font-size:1.5em;	
}

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

/*Specific to Contents/Package page*/
.package li {
	list-style-type:none;
}
.package p{
	padding-left:40px;
}

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

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



/*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;
}

#main img {
	float:right;
	padding-bottom:10px;
}

#download li{
	list-style-type:none;
	padding-bottom: 20px;
	display: block;
}

#download img{
	padding: 0 6px 10px 0;
	vertical-align: middle;
	float: left;
}

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

.command {
	background-color:#C8C8C8;
        font-family: "Courier New", monospace;
	font-weight:bold;
	font-size: 12px;
/*
	padding:4px 0 4px 10px;
	margin-left:20px;
*/
}

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

.copyright {
	background:#000000;
	color:#ccea94;
	text-align:right;
	font-size:10pt;
	padding:6px 10px 10px 0px;
	clear:both;
}
