A:link
{
    COLOR: #7733bb;
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: #FF0000;
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: #7733bb;
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: #FF0000;
    text-decoration: underline;
}

BODY
{ 
    background-color: #FFEEFF; 
    margin:0px; 
    padding:0px;
    font-size: 14px; 
	font-family:arial,palatino, georgia, verdana, arial, sans-serif;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	clear:both; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:150px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#header
{
    background-image: url('images/hbar.jpg');    
    background-repeat:repeat-x;
} 

#middle
{
    margin: 0px;
    padding:0px;
}

#nav
{
    float:left;
    width:170px;
    padding: 10px;
    font-size:18px;  
    border-style: solid; 
    border-width: 0px 3px 0px 0px; 
    border-color: #663377;
}
#nav A:visited    {    COLOR: #441155;TEXT-DECORATION: none}
#nav A:link       {    COLOR: #441155;TEXT-DECORATION: none}
#nav A:hover      { text-decoration: underline; }


#content
{ 
    padding: 0px 20px 10px 215px;

}


#staff { float:right; }
#staff div { clear:both; }
#staff img { margin-right:20px; margin-bottom:20px; border:1px solid black; display: block;
float:left;
  }



#footer
{
    background-color:#663377;
    clear:both; 
    text-align:center; 
    color:#ffffff; 
    padding: 5px;
    margin: 10px 0px 0px 0px;
    font-size:10px;
}

.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }

#nav ul, #nav ul ol {
	margin: 0;
	padding: 0;
	}

#nav ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#nav ul p, #nav ul select {
	margin: 3px 0 8px;
	}

#nav ul ul, #nav ul ol {
	margin: 5px 0 0 10px;
	}

#nav ul ul ul, #nav ul ol {
	margin: 0 0 0 10px;
	}

ol li, #nav ul ol li {
	list-style: none outside;
	}

#nav ul ul li, #nav ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

img.alignright { float:right;margin: 0 0 10px 10px; }
img.alignleft { float:left; margin: 0 10px 0 10px; }



