html, body
{
	text-align: left;
	color: #000;
	font-size: 10pt;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #333;
	background-color: #ffd;
}

a, a:link {
	text-decoration: none;
	font-weight: bold;
	color:  #666; 
	font-size: 9pt;
	}

a:visited {
	color:  #666;
	}
a:active {
	color:  #666;
	}
a:hover {
	color: #3399FF;
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
	font-size: 24pt;
	font-weight: bold;
	text-indent: 0px;
	letter-spacing: 0px;	
}

h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3, dl dt {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 1px;
	color: black;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
	
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

img {
	border: 0;
}
	
textarea, input, select, file {
	padding: 2px;
	background-color: #ddd;
	color: #333;
	border: 1px solid #333;
}

#top-sitenav {
	position: relative;
	margin: 20px 40px 20px 210px;
	padding: 0px;
/*	border: 1px solid #666;
	background: #fff;
*/
	min-height: 10px; /* ie5win fudge begins */
	height: -21px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body #top-sitenav {
	min-height: 10px; /* ie5win fudge ends */
}

#top {
	position: relative;
	text-align: center;
	margin: 20px 40px 20px 210px;
	padding: 10px;
	border: 1px solid #666;
	background: #fff;
	min-height: 20px; /* ie5win fudge begins */
	height: -21px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
html>body #top {
	min-height: 20px; /* ie5win fudge ends */
}
	
#left {
	position: absolute;
	top: 133px;
	left: 0px;
	margin: 52px 40px 20px 40px;
	padding: 10px;
	border: 1px solid #666;
	background: #666;
	background-color:#FFFFFF;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #left {
	width: 120px; /* ie5win fudge ends */
	}
	
#middle {
	margin: 20px 40px 20px 210px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	border: 1px solid #666;
	}
	
#right {
	position: absolute;
	top: 115px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #666;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #right {
	width: 120px; /* ie5win fudge ends */
	}

pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}

.invader-image {
	position: relative;
	background-image: url("../i/little_green_man.gif");
	background-repeat: no-repeat;
	height: 158px;
	width: 100px;
	font-size: 0px;
	margin: 10px 10px 10px 10px;
}

.invader-slogan {
	text-align: center;
	font-weight: bold;
}

a.front-page-link, a.front-page-link:visited {
	color: #0066FF
}
a.front-page-link:hover
{
    color: #3399FF;
    text-decoration: underline;
}

.LandingPageRegComponentRequiredField
{
	font-weight: bold;
	font-size: 8pt;
	color: #CC0000;
}
.LandingPageRegComponentOptionalField
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
}

.authorRegControl
{
	width: 180px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.signinControl
{
	width: 100px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
