/* test style sheet */

body {
            background-color: #fffddd;
            margin-left: 0px;
            margin-top: 0px;
            margin-bottom: 0px;
            margin-right: 0px;
            text-align: center;
 }


.wartime {

            background-color: #D9DCC2;
            border-top: solid thick #555500;
            border-bottom: solid thick #555500;
            padding-left: 1em;
            padding-right: 1em;
            color: #555500;
            font-family: verdana, arial, helvetica, helv, sans-serif;
 }


div#index {
            font-family: verdana, arial, helvetica, helv, sans-serif;
            color: #840000;
            font-size: 11pt;
            text-align: center;
 }


div#all {
            font-family: verdana, arial, helvetica, helv, sans-serif;
            color: #840000;
            font-size: 11pt;
            text-align: center;

 }


div#most {
            font-family: verdana, arial, helvetica, helv, sans-serif;
            color: #840000;
            margin-left: 11em;
            padding-top: 0.5em;
            padding-left: 1em;
            margin-right: 1em;
 }

div#main {
            font-family: verdana, arial, helvetica, helv, sans-serif;
            color: #840000;
            margin-left: 1em;
            margin-right: 1em;
 }

.footer     {font-family: verdana, arial, helvetica, helv, sans-serif;
            color: #840000;
            text-align:center;
            font-size: 70%;
            clear: both;
            padding-bottom: 1em;
 }

div#leftbit {
            float: left;
            background: #E0BD99;
            width: 12em;
            min-width: 180px;
            font-family: verdana, arial, helvetica, helv, sans-serif;
            color: #ccccff;
            text-align: left;
            font-size: 10pt;
            padding: 0;
            font-weight: bold;
            border-left: solid thin #000000;
            border-right: solid thick #A33F33;
            border-bottom: solid thick #A33F33;
            margin-right: 0.5em;
 }


h1 {
            font-size: 150%;
            font-weight: bold;
            text-align: left;
            text-decoration: underline;
 }


h2 {
            font-size: 110%;
            font-weight: bold;
            text-align: left;
            text-decoration: underline;
 }

.news   {
            width: 14em;
            float: right;
            background: #f4edec;
            text-align: left;
            font-family: courier new, courier, ms serif, monospace;
            font-size: 8pt;
            color: #2a1d1a;
            border: solid thin #848484;
            padding: 1em;
            margin-left: 1em;
            margin-right: 0em;
            margin-top: 1em;
 }


a {
            text-decoration: none;
 }            

a:link {
            font-weight: bold;
            text-decoration: none;
            color: #bb1111;
 }

a.menu {
            font-weight: bold;
            text-decoration: none;
            font-size: 110%;
            color: #ccccff;
 }

a:visited {
            color: #bb1111;
            font-weight: bold;
 }

a.menu:visited {
            font-weight: bold;
 }


a:link:hover {
            color: #4444bb;
            text-decoration: underline;
 }

a:visited:hover {
            color: #4444bb;
            text-decoration: underline;
 }

a.menu:hover {
            font-weight: bold;
            color: #ffffff;
 }

 #navlist
{
padding: 0px;
margin-left: 0;
font: bold 9pt Verdana, sans-serif;
background: gray;
width: 13em;
min-width: 180px;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid black;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 15px solid gray;
border-right: 2px solid gray;
background: #505050;
text-decoration: none;
}

#navlist li a:link { color: #ffee33; }
#navlist li a:visited { color: #ffee33; }

#navlist li a:hover
{
border-color: #ffee33;
color: #505050;
background: #c0c0c0;
}

acronym {
            border-bottom: 1px dotted #848484;
            cursor: help;
 }


div.cornerband {
		position:absolute;
		left:100%;
		top:0px;
		overflow:visible;
		height:163px;
		width:163px;
		background-image:url(images/cornerband-text.png);
		background-repeat:no-repeat;
		background-position:-60px -60px;
		background-color:transparent;
		margin:0 0 0 -163px;
		padding:0;
		color:#000;
		z-index:1000000000;
		border:none;
		float:none;
			}
div#members {
		background-image:url(images/sbc2.gif);
		background-repeat: repeat-y;
		background-color: #fffddd;
		font-family: verdana, arial, helvetica, helv, sans-serif;
		color: #840000;
		margin-left: 8em;
		padding-top: 0.5em;
		padding-left: 3em;
		padding-right: 2em;
 }