/* Body - inheritable by all other styles */

body                  { color: #00030; font-size: 0.8em; font-family: Verdana, Tahoma, Trebuchet, Geneva, "Century Gothic", Frutiger_sans, sans-serif, Arial, Helvetica; font-weight: normal; background-color: #ff9; text-transform: none; margin: 0 }

p        { color: #393100; font-size: 100%; line-height: 150%; text-transform: none }

p.white        { color: #ffffff; font-size: 100%; font-weight:bold; line-height: 150%; text-transform: none }

.flr {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.fll {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

span.highlight 
    {
	font-size:  100%;
	font-weight: bold }


/* Anchor Settings - Settings for Red Backgrounds */
a     {
	color:          #1f1b01;
	font-size:       100%;
	font-weight:bold;
	text-decoration:  none }


a:Hover
    {
	color: #1f1b01;
	text-decoration: underline }




/* Page Elements */

table
     {
	font-size:       100%;
	background-color: #fff }





ol, ul
    {
	font-size:  100%;
	line-height: 200% }

img  {
	border: 0 }

	

/* Form Elements */
input, textarea
  {
	border: solid 1px }

input.flat
  {
	border: solid 1px }

select
  {
	border: solid 1px }


/* The Headings*/
h1
          { color: #393100; font-size: 175%; font-family: Verdana, Tahoma, Trebuchet, Geneva, "Century Gothic", Frutiger_sans, sans-serif, Arial, Helvetica; font-weight: normal; line-height: 150%; margin: 0 }


h2
           { color: #393100; font-size: 125%; font-family: Verdana, Tahoma, Trebuchet, Geneva, "Century Gothic", Frutiger_sans, sans-serif, Arial, Helvetica; font-weight: normal; line-height: 150%; margin: 0 }


h3
         {
	color:      #393100;
	font-size:   125%;
	font-family:      Verdana, Tahoma, Trebuchet, Geneva,  "Century Gothic", Frutiger_sans, sans-serif, Arial, Helvetica,  ;
	font-weight: normal;
	line-height: 150%;
	margin:      0 }



h4
         {
	color:      #61708f;
	font-size:   115%;
	font-family:      Verdana, Tahoma, Trebuchet, Geneva,  "Century Gothic", Frutiger_sans, sans-serif, Arial, Helvetica,  ;
	font-weight: normal;
	line-height: 150%;
	margin:      0 }


h5
             {
	color:       #61708f;
	font-size:    110%;
	font-family:      Verdana, Tahoma, Trebuchet, Geneva,  "Century Gothic", Frutiger_sans, sans-serif, Arial, Helvetica,  ;
	font-variant: small-caps;
	font-weight:  normal;
	line-height:  150%;
	text-indent:  -2%;
	margin-right: 10%;
	margin-left:  7% }






h6
	    {
	color:      #61708f;
	font-size:   100%;
	font-family:      Verdana, Tahoma, Trebuchet, Geneva,  "Century Gothic", Frutiger_sans, sans-serif, Arial, Helvetica,  ;
	font-style:  italic;
	font-weight: normal;
	line-height: 150%;
	margin:      0 0 0 7% }



/* The Sidebar Navigation */

#sidebar {
	font-family:      Verdana, Tahoma, Trebuchet, Geneva,  "Century Gothic", Frutiger_sans, sans-serif, Arial, Helvetica,  ;
    font-size: 80%;
	padding-left:-10px;
	float: left;
	width: 5px;
	}

#sidebar ul {
  margin-left: 0;
  padding-left: 0;
  background-repeat: no-repeat;		
  }
  
  
#sidebar ul li {
  margin: 2px 0 2px 0; 
  padding: 0;
  font-weight: normal;
  line-height: 18px; /* height of icon */
  background-repeat: no-repeat;
  background-position: 2px;
  }
  
#sidebar ul li a {
  text-decoration: none;
  padding-left: 12px; /* width of icon + whitespace */
  text-align: left;	
  width: 5px;
  }
  
#sidebar a:link, #sidebar a:visited  {
	color:     #66c;
	margin-top: 0 }


#sidebar a:hover  {
	color: #aeaefe }
	


/* Footer Text */	
p.FooterAddress { color: #660; font-size: 75%; text-decoration: none }
