
body {
	/*background-color: #8B4513;*/
	background-color: #666666;
	font-size: 62.5%;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: left;
}


h1 {
	font-weight: normal;
}

h2 {
	font-weight: normal;
}

#topbar {
	text-align: right;
	margin-left: 20px;
	margin-right: 20px;
	border: 3px solid black;
	background-image: url(/gfx/smallstripes.gif);
	background-repeat: repeat;
	padding: 8px;
	/*	height: 130px;
	background-image: url(/gfx/starfield-bg.jpg);
	background-position: top left;
	color: #FF8C00;
	font-weight: bold;
	background-repeat: no-repeat;
	background-color: black;
	*/
}

#topbar #midground {
	background-color: #333333;
}

#topbar #leftborder {

}

#topbar #rightborder {
	border: 3px solid black;
	color: #DDDDDD;
	height: 125px;
	text-align: right;
	background-image: url(/gfx/wasplogobg.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#topbar p {
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#topbar .logotext {
	background-image: url(/gfx/sun-earther-text-wasp.gif);
	background-repeat: no-repeat;
	width: 400px;
	margin-right: 0px;
	margin-left: auto;
}

#topbar div a {
	text-decoration: none;
}

#topbar div a:hover {
	text-decoration: none;
	background-color: transparent;
}

#topbar div img {
	border: none;
	margin-right: 10px;
}

#topbar div h1 {
	margin-top: 5px;
}

#mainbit {
	margin-top: 8px;
	margin-left: 225px;
	margin-right: 20px;
	/*background-color: #FAFAD2; lightgoldenrodyellow;*/
	font-size: 1.1em;
	border: 3px solid black;
	background-image: url(/gfx/smallstripes.gif);
	background-repeat: repeat;
	padding: 8px;
	/*float: right;*/
}

body > #mainbit {
	margin-top: 10px;
	margin-left: 221px;
}

#mainbit h1, .popupdiv h1 {
	margin-top: 0px;
	padding-left: 10px;
	border-top: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
	font-size: 1.6em;
	/*background-color: #DAA520; goldenrod;*/
}

#mainbit h2, .popupdiv h2 {
	margin-top: 10px;
	padding-left: 10px;
	padding-top:3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #AAAAAA;
	font-size: 1.4em;
	/*background-color: #CD853F; peru;*/
}

#mainbit h3, .popupdiv h3 {
	margin-top: 7px;
	padding-left: 10px;
	font-weight: normal;
	border-bottom: 1px dashed #AAAAAA;
}

#mainbit p, .popupdiv p {
	line-height: 1.4em;
	margin: 5px;
	text-align: justify;
	margin-right: 20px;
	margin-bottom: 1.4em;
}

#mainbit li {
	margin-bottom: 8px;
}

.posted {
	border-top: 1px dashed black;
}

#mainbit a, #sidebar a {
	text-decoration: none;
	color: #FFFF66;
	/*color: olive;*/
}

#mainbit a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#mainbit a:visited, #sidebar a:visited {
	color: #FFFF99;
	/*color: #6B8E23; olivedrab;*/
}

td li, li li, li p, blockquote p, p select, p input, td p, td input {
	font-size: 1em;
}


div.tl {
	/*background-image: url(/gfx/maintopleft.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
}

div.tr {
	/*background-image: url(/gfx/maintopright.gif);
	background-position: top right;
	background-repeat: no-repeat;*/
}

div.bl {
	/*background-image: url(/gfx/mainbotleft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;*/
}

div.br {
	/*background-image: url(/gfx/mainbotright.gif);
	background-position: bottom right;
	background-repeat: no-repeat;*/
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right:3px;
	padding-left: 3px;
	border: 3px solid black;
	background-color: #333333;
	color: #DDDDDD;
}


#sidebar {
	position: absolute;
	top: 170px;
	left: 30px;
	width: 170px;
	float: left;
	font-size: 1.1em;
	border: 3px solid black;
	background-image: url(/gfx/smallstripes.gif);
	background-repeat: repeat;
	padding: 8px;
}

/* following declaration for non IE browsers which do margins correctly */
body > #sidebar {
	top: 170px;
	left: 28px;
/*	margin-left: 20px;*/
}

#sidebar h1 {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 5px;
	font-size: 1.6em;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	/*background-color: #DAA520; goldenrod;*/
}

#sidebar h2 {
	margin-top: 10px;
	padding-left: 5px;
	padding-top:3px;
	padding-bottom: 3px;
	font-size: 1.4em;
	/*background-color: #CD853F; peru;*/
}

#sidebar h3 {
	margin-top: 7px;
	padding-left: 10px;
	font-weight: normal;
	border-bottom: 1px dashed #AAAAAA;
}

#sidebar ul {
	list-style: none;
	margin-left: 5px;
	padding-left: 0px;
}

#sidebar ul li {
	list-style: none;
	margin-bottom: 0.6em;
}

.popupdiv {
	/*background-color: #FAFAD2; lightgoldenrodyellow;*/
	font-size: 1.1em;
}

#footer {
	clear: both;
	text-align: center;
}

blockquote {
	border-left: 1px dotted #FFFF66;
	border-right: 1px dotted #FFFF66;
	padding-left: 10px;
	padding-right: 10px;
}