/* CSS Document */

/* scrollbar style */
body 
{scrollbar-face-color: #DEAE47; scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #DEAE47; scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #DEAE47; scrollbar-track-color: #BB8D2B;
scrollbar-arrow-color: #000000;}
/* End scrollbar style */

/* Standard anchor tag formatting */ 
A:link { 
  color: #6E4200;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline; }
A:visited { 
  color: #6E4200;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline; }
A:hover {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;}
A:active {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;}
/* End standard anchor tag formatting */

/* iframe anchor tag formatting */ 
A.iframe:link { 
  color: #6E4200;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline; }
A.iframe:visited { 
  color: #6E4200;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline; }
A.iframe:hover {
  color: #FFC773;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;}
A.iframe:active {
  color: #FFC773;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;}
/* End iframe anchor tag formatting */

/* Formatting for dark items */
A.dark:link { 
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline; }
A.dark:visited { 
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline; }
A.dark:hover {
  color: #505050;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline;}
A.dark:active {
  color: #505050;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline;}
/* End formatting for dark items */

/* Formatting for black items */
A.black:link { 
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline; }
A.black:visited { 
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline; }
A.black:hover {
  color: #505050;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;}
A.black:active {
  color: #505050;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;}
/* End formatting for black items */

/* Body formatting */
TD {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-indent: 0px;
  color: #000000;
  margin-left: 10px;
  margin-right: 10px; }
  
p.article {
  font-size: 12px; }
p.article:first-letter {
  font: 3em Arial, Helvetica, sans-serif; 
  color: #6E4200; 
  font-weight: bold; 
  float: left; 
  margin-right: 5px; 
  line-height: 1em;}
/* End body formatting */

/* List formatting */
ul li {list-style-image: url(images/button_bullets_1.gif);
       font-family: Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 12px;
	   margin-left: 10px;
	   vertical-align: text-bottom;
	   line-height: 16px;}
ol li {font-family: Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 12px;
	   margin-left: 12px;
	   vertical-align: text-bottom;}
/* end formatting */

/* Text formatting for content */
.text1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  text-indent: 0px;
  color: #000000; }

.text2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-indent: 0px;
  color: #000000; }

.text3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-indent: 0px;
  color: #000000;
  border: 1px solid black;
  background: #FFFFFF;
  padding: 0.1em; }

.text4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-indent: 0px;
  color: #000000;
  border: 1px solid black;
  background: #DEAE47;
  padding: 1px; }
  
/* End formatting for content */

/* Header formatting */
H1, H2, H4, H5 {color: #FFFFFF;
		    font-family: Arial, Helvetica, sans-serif;
			margin-top: 0px;
			margin-bottom: 0px;
			}
H3 {color: #9E7213;
		    font-family: Arial, Helvetica, sans-serif;
			margin-top: 0px;
			margin-bottom: 0px;
			}
H1.splash {color: #FFFFFF;
		    font-family: Arial, Helvetica, sans-serif;
			margin-top: 1%;}
/* End Header formatting */

/* Class Selectors */
.bold {font-weight: bold;}
.margin {margin-left: 10px;
		margin-right: 10px;
		margin-top: 20px;
		margin-bottom:20px;}
.firstletter {font: 18px Arial, Helvetica, sans-serif; 
  color: #6E4200; 
  font-weight: bold;}
.outline {border: 1px solid black;}
.warning {color: #FFFF00;
	 font-weight: bold;}
.border {border: 1px #000000;}
.box {border: 1px #000000;
      background: #FFFFFF;
	  margin-left: 20px;
	  margin-right: 20px;
	  padding: 0.1em;
	  font-family: Arial, Helvetica, sans-serif;
      font-weight: Bold;
      font-size: 13px;
      text-indent: 0px;
      color: #000000;}
.underline {text-decoration: underline;}
.allcaps {text-transform: uppercase;}
.tableborder {border:1px #000000;}
.white 	{ color: #FFFFFF; font-size: 12px;}
.small 	{ font-size: 0.8em; }
.lgtbrown {
	color: #F5E6C6;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.3em;
	font-weight: normal;}
/* End class selectors */

INPUT,password {
	BORDER-TOP:    #000000 1px outset; 
	BORDER-LEFT:   #000000 1px outset; 
	BORDER-BOTTOM: #000000 1px inset; 
	BORDER-RIGHT:  #000000 1px inset; 
	FONT-SIZE: 12px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; BACKGROUND-COLOR: #FFFFFF;
}

INPUT.form{ border: 1 solid #000000;
            FONT-SIZE: 12px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
            BACKGROUND-COLOR: #FFFFFF;}

.textbox {
	BORDER-TOP:    #000000 1px outset; 
	BORDER-LEFT:   #000000 1px outset; 
	BORDER-BOTTOM: #000000 1px inset; 
	BORDER-RIGHT:  #000000 1px inset;
	FONT-SIZE: 12px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #FFFFFF;}

IFRAME.iframe {
	BORDER-TOP:    #000000 1px outset; 
	BORDER-LEFT:   #000000 1px outset; 
	BORDER-BOTTOM: #000000 1px inset; 
	BORDER-RIGHT:  #000000 1px inset;
	shadow-color: #FFFFFF; 
    highlight-color: #FFFFFF; 
    3dlight-color: #FFFFFF; 
    darkshadow-color: #FFFFFF;
	FONT-SIZE: 12px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #FFFFFF;}

TEXTAREA.textarea {
	BORDER-TOP:    #000000 1px outset; 
	BORDER-LEFT:   #000000 1px outset; 
	BORDER-BOTTOM: #000000 1px inset; 
	BORDER-RIGHT:  #000000 1px inset;
	FONT-SIZE: 12px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #FFFFFF;}

SELECT.select {
	BORDER-TOP:    #000000 1px outset; 
	BORDER-LEFT:   #000000 1px outset; 
	BORDER-BOTTOM: #000000 1px inset; 
	BORDER-RIGHT:  #000000 1px inset;
	FONT-SIZE: 12px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #FFFFFF;}
