/* Rick Fillman - External Style Sheet */
/*    globally control aspects of UI   */

img { border: 0; }

body  {
	fXont-family: Arial, Sans-Serif;
	fXont-family: Bookman;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;

      }


#rightnav {
	float: right;
	xpadding: 1em;
}

ul.navlist li a
{
	width: 7.5em;
        margin: .1em 0 0 0;
text-align: right;
	color: #fff;
	bXackground: url('http://www.sio2corp.com/images/charlesButtonBack.jpg');
	background-color: #5308C5; //2720E2;
}

#leftnav {
	margin: 0 0 0 1.2em;
}

ul.navlist li a.selected
{
	background-color: #AF6AB4;
}

ul.navlist li a:hover
{
	background-color: #290F4C
;
}

#content {
	margin: 0 0 0 3em;
	width: 60%;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}


p.buttonBar { color: midnightblue; }

.title .nav {
	font-size: smaller; 
	font-weight: normal;
	}

a.nav   {
          font-family: Arial, Helvetica; 
          font-weight: 700;
          color: purple;
          text-decoration: underline; 
          }        

             
.proseBox {
  /*this is a box */
  margin: 1px 25px;
  fXont-size: smaller;
  color: midnightblue;             
  background-color: none;
  
  bXorder-color: lightblue;
  bXorder-style: groove;
  bXorder-width: 2px; 
  }

.proseBox li {
	font-size: 11pt;
	font-weight: bold;
}

/* ----- Home page ----*/
ul#homePageList
{
padding: 1em 2em;
mXargin: 1em 2em;
list-style-type: none;
text-align: right;
background-color: lavender;
}
