body{
margin:0;
padding:0;
line-height: 1.5em;
background-color:#330033;
color:#33CCFF;
font-family:Arial, Helvetica, sans-serif;
}

b{font-size: 110%;}
em{color: red;}

hr {
	border-top: 1px #6666FF;
	width: 99%;
	height: 1px;

}
a, a visted {
color:#33CCFF;
}
#topsection{
height: 90px; /*Height of top section*/
float:right;
}

h1 {
font-size: 2.5em;
}
#topsection h1{
font-weight:bolder;
margin: 0;
padding-top: 15px;
text-align:right;
}
h2 {
font-size: 2.1em;
}
h3 { text-align:left;

}

#contentwrapper{
float: left;
width: 100%;
}

#nav ul
{
float:right;
	list-style: none;
	padding: 0;
	font-size: small;
	margin-top: 5px;
}

#nav li
{
	float: left;
	margin: 0 0.15em;
	padding: 0;
	text-align: center;
	border-bottom-color: #004995;
	border-bottom-width: thin;
	color: #3399CC;
} 


#nav li #first {
	border-left-width: 1em;
}

#nav li #last {
	border-right-width: 1em;
}
#contentcolumn{
margin-left: 300px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 300px; /*Width of left column*/
margin-left: -100%;
}

#footer {
	clear: both;
	padding: 10px;
	}
	#email {
	font-size: small;
    float: right;
	margin-right: 10px;
	margin-top: -35px;
	}
#splash {
text-align:center;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
table   { border-collapse: collapse }
th { font-size: 1em;
border:none;
}
td { font-size:small;
border: solid #999999 1px;
padding-left: 4px;
}