
h1 { text-align: center }

dd { margin-bottom: 1em }

p.header  { text-align: center }

.bluebg   { background-color: #0033FF }
.bronzebg { background-color: #cc6600 }
.redbg	  { background-color: #ff0000 }

.white    { color: white }

body.split { margin-left: 2% ;
	     margin-right: 2% }

body  { margin-left: 5% ; margin-right: 5% ;
	font-family: Arial, sans-serif ;
/* 	background-color: #e0ffff ; /* light baby blue*/
/* 	background-color: #b6a099 ; /* */
/*	background-color: #8b7d7d ; /* gray */
/*	background-color: #8b4513 ; /* saddle brown */
/* 	background-color: #A0522d ; /* sienna */
/* 	background-color: #ff8247 ; /* sienna1 */
/* 	background-color: #ee7942 ; /* sienna2 */
/* 	background-color: #cd6839 ; /* sienna3 */
/* 	background-color: #8b4726 ; /* sienna4 */
 	background-color: white   ; /* */
/*	margin-left: 70px ; margin-right: 10% ; */
	background-image: url("") ; /* */
	background-repeat: repeat-y ;
}

/* <body link=#CC0000 vlink=#660000 alink=#777777>	*/

/* "novel style" paragraphs */
/* p { text-indent: 2em; margin-top: 0; margin-bottom: 0 } */

A:link { color: #CC0000 }
A:visited { color: #660000 }
A:active { color: #777777 }


.leftie { float: left }

.rightie {float: right }

div.content {
	border-left: solid; border-width: 20px ;
	border-color: #8b4513 ;
	}

ul.slim  { margin-left: 10px ;
           padding-left: 10px }

ul.short { list-style-type: none }

ul.shortslim { list-style-type: none ; 
	       margin-left: 10px ;
    	       padding-left: 10px }
li {	       padding-top: 0.5em }

/* body { height: 8.5in } */

#navbar {
  font-size: smaller ;
}

#header {
  position: fixed;
  width: 100%;
  height: 15%;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
#sidebar {
  position: fixed;
  width: 10em;
  height: auto;
  top: 15%;
  right: auto;
  bottom: 100px;
  left: 0;
}
#main {
  position: fixed;
  width: auto;
  height: auto;
  top: 15%;
  right: 0;
  bottom: 100px;
  left: 10em;
}
#footer {
  position: fixed;
  width: 100%;
  height: 100px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}