body {
	font-family: sans-serif;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}

#logospace {
	background-color: #cc0000;
/*	border: 1px solid black;*/
	text-align: right;
	background-image: url(/media/topgradient.jpg);
	background-repeat: repeat-y;
	min-height: 124px;
	/*line-height: 124px;*/
	margin-bottom: 15px;

	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
}

#logotext {
	font-family: Verdana, sans-serif;
	font-size: 4em;
	font-weight: bold;
	color: white;
	margin-right: 5px;
	margin-bottom: 0;

}

#logotextlink {
	color: white;
	text-decoration: none;
}

#navbarholder {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
/*
	float: right;
	margin-right: 5px;
	border: 1px solid black;
	background-image: url(/media/scopejunk.jpg);
	background-position: center left;
*/
}

ul.navbar {
	list-style: none;
	padding-left: 50px;
	padding-right: 50px;

	margin-top: 0px;
	float: right;
	margin-right: 5px;
/*
	border: 1px solid black;
	background-color: #333366;
	background-image: url(/media/scopejunk.jpg);
	background-position: center left;
*/

	border: 3px solid white;
	background-color: #000066;

	line-height: 3em;
}

ul.navbar li {
	display: inline;
/*	border: 1px solid black; */
	padding: 6px 6px 6px 6px;
	margin-left: 3px;
	margin-right: 3px;
/*	background-color: white; */
	white-space: nowrap;

	/* opacity */
/*
	filter: alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
*/
}

ul.navbar li a {
	color: #ffffff;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold; 
}

ul.navbar li a:visited {
	color: #ffffff;
}

ul.navbar li a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0;
}

.newsupdate {
	border: 1px solid black;
	background-color: #ffff99;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.sectionheader {
	color: #cc0000;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
}

.full {
	text-align: justify;
}

.copyrightnotice {
	text-align: center;
	font-size: 0.7em;
	color: #666666;
}

hr {
	height: 2px;
	color: red;
	background-color: blue;
	border: none;
	clear: both;
}

.question {
	font-weight: bold;
}

table.valigntop td {
	vertical-align: top;
}

.quotealign {
	text-align: right; 
	margin-right: 50px;
}

.highlightbox {
	clear: both;
	background-color: #ffff99;
	border: 1px solid black;
	margin-left: 80px;
	margin-right: 80px;
	padding: 8px 8px 8px 8px;
}

.flash {
	position: relative;
	z-index: 0;
}
