DIR, MENU, DIV, DD, ADDRESS, FORM, DL, VAR, TT, CODE, KBD, SAMP, IMG, SPAN, TH, LEGEND {
	font-family: Helvetica, Arial, Geneva, san-serif;
}

BODY, P, UL, OL, BLOCKQUOTE, BR, B, STRONG, I, EM, CITE, TD {
	font-size: 1em;
	font-family: Helvetica, Arial, Geneva, san-serif;
}

H1 {
	font-family: Helvetica, Arial, Geneva, san-serif;
	font-weight: bold;
	text-align: center;
}

H2, H3, H4, H5, H6 {
	font-family: Helvetica, Arial, Geneva, san-serif;
	font-weight: bold;
}

DT {
	font-family: Helvetica, Arial, Geneva, san-serif;
	font-weight: bold;
}

P.indent10pt {
	text-indent:20px;
}

P.indent20pt {
	text-indent:40px;
}

P.indent1 {
	margin-top:0px;
	margin-left:3.0em;
	text-indent:-1.5em;
}

P.indent2 {
	margin-top:0px;
	margin-left:4.5em;
	text-indent:-1.5em;
}

P.indent3 {
	margin-top:0px;
	margin-left:6.0em;
	text-indent:-1.5em;
}

P.indent4 {
	margin-top:0px;
	margin-left:7.5em;
	text-indent:-1.5em;
}

P.medium {
	font-size: 0.7em;
}

P.small {
	font-size: 0.5em;
}

P.small-center {
	font-size: 0.5em;
	text-align:center;
}

P.center {
	text-align:center;
}

P.navbar {
	font-size: 0.5em;
	font-weight: bold;
}

P.event {
	text-indent:-7em;
}

div.event {
	margin-left:7em;
}

p.menu {
	font-weight: bold;
}

p.submenu {
	text-indent:1.0em; font-size: 0.7em;
}

p.note {
	font-size: 0.7em;
}

table.right {
	float: right;
}

div.header {
	width: 100%;
	height: auto;
	background: white;
	color: black;
	text-align: center;
}

div.main {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

div.navigation {
	width: 100%;
	height: auto;
	background: white;
	color: black;
	text-align: center;
}

div.footer {
/*	position: fixed; */
	width: 75%;
	margin: 0 auto;
	height: auto;
	top: auto;
	bottom: 0;
	text-align: center;
}

div.sidebar {
    width: 30%;
    min-height:300px;
    float: right;
	font-size: 0.7em;
	border-style: solid;
	border-width: thin;
}

.gray {
	background-color: gray;
}

div.hidden {
	position: absolute;
	left:0px;
	top:20px;
	width:100%;
	visibility: hidden;
}

.usage_header {
	text-align: center;
}

.popuplink {
	font-family: verdana, arial, helvetica, sans-serif;
	color:#6699cc;
}

.popup {
	position: absolute;
	visibility: hidden;
	background-color: white;
	width: 300px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	padding: 3px;
	z-index: 100;
}

.error {
	text-align: right;
	color:#ff0000;
}

.align-left {
    float:left;
    margin: 0 15px 15px 0;
}

.align-right {
    float:right;
    margin: 0 0 15px 15px;
}
