/* CSS Document */

@media print{
.no-print {display:none;}
}

/* Standard anchor tag formatting */ 
A:link { 
  color: #E47C30;
  text-decoration: underline; }
A:visited { 
  color: #E47C30;
  text-decoration: underline; }
A:hover {
  color: #570000;
  text-decoration: none;}
A:active {
  color: #570000;
  text-decoration: none;}
  
A.home:link { 
  color: #E47C30;
  font-weight: bold;
  text-decoration: none; }
A.home:visited { 
  color: #E47C30;
  font-weight: bold;
  text-decoration: none; }
A.home:hover {
  color: #570000;
  font-weight: bold;
  text-decoration: none;}
A.home:active {
  color: #570000;
  font-weight: bold;
  text-decoration: none;}
  
 A.footer_nav:link { 
  color: #E47C30;
  font-size: 10px;
	text-transform: uppercase;
  text-decoration: none; }
A.footer_nav:visited { 
  color: #E47C30;
  font-size: 10px;
	text-transform: uppercase;
  text-decoration: none; }
A.footer_nav:hover {
  color: #570000;
  font-size: 10px;
	text-transform: uppercase;
  text-decoration: none;}
A.footer_nav:active {
  color: #570000;
  font-size: 10px;
	text-transform: uppercase;
  text-decoration: none;}
  
/* end table color formatting */

/* navigation link formatting */
A.nav:link {
	color: #570000;
    font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;	
	display: block;	
	background-color: #E47C30;
	text-decoration: none;}
A.nav:visited { 
	color: #570000;
    font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;	
	display: block;
	background-color: #E47C30;
	text-decoration: none;}
A.nav:hover {
	color: #FFFFFF;
    font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;	
	display: block;
	background-color: #570000;
	text-decoration: none;}
A.nav:active {
	color: #FFFFFF;
    font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;	
	display: block;
	background-color: #570000;
	text-decoration: none;}	

/* End navigation link formatting */

/* table color formatting */
table {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-indent: 0px;
  color: #000000; }
td {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-indent: 0px;
  color: #000000; }
table.orange {BACKGROUND-COLOR: #E47C30; 
               font-weight: bold;
               color: #570000; }
td.orange {BACKGROUND-COLOR: #E47C30;  
               font-weight: bold;
               color: #570000; }
table.maroon {BACKGROUND-COLOR: #570000;  
               font-weight: bold;
               color: #FFFFFF; }
td.maroon {BACKGROUND-COLOR: #570000;   
               font-weight: bold;
               color: #FFFFFF; }
table.green {BACKGROUND-COLOR: #B0B263;}
td.green {BACKGROUND-COLOR: #B0B263;}
table.brown {BACKGROUND-COLOR: #B0954E;}
td.brown {BACKGROUND-COLOR: #B0954E;}
table.green_dotted_border {border: 1px dotted #CCCD99;}
td.green_dotted_border {border: 1px dotted #CCCD99;}
table.orange_dotted_border {border: 1px dotted #E2CEAE;}
td.orange_dotted_border {border: 1px dotted #E2CEAE;}
/* end table color formatting */

/* Text formatting for content */

.text_small {
  font-size: 10px;}
  
.text_maroon {
  color: #570000; }
  
.text_orange {
  color: #E47C30; }
  
.text_green {
  color: #7B7D33; }

.text_bold_maroon {
  font-weight: bold;
  color: #570000;}
  
.text_bold_orange {
  font-weight: bold;
  color: #E47C30;}
  
.text_bold_black {
  font-weight: bold;}
  
.text_copyright {
  font-size: 10px;
  color: #E47C30;}
  
.title {
  font-weight: bold;
  font-size: 20px;
  color: #B0B263;}
/* End formatting for content */

/* List formatting */
ul {list-style-image: url(../images/small_arrows.gif);
font-family: verdana, Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 11px;
	   padding: 0;
	   margin-left: 10px;}

li {list-style-image: url(../images/small_arrows.gif);
font-family: verdana, Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 11px;
	   padding: 0;
	   margin-left: 10px;}
/* end formatting */

/* Header formatting */
H1, H2, H3, H4, H5, H6 {color: #570000;
		    font-family: verdana, Arial, Helvetica, sans-serif;
			margin-top: 1px;
		    margin-bottom:1px;}
/* End Header formatting */

/* Class Selectors */
.underline {text-decoration: underline;}
.allcaps {text-transform: uppercase;}
.margin {margin: 10px;}
.content_margin {margin-left: 10px;
	   margin-right: 10px;}
/* End class selectors */

/* form elements formatting */
INPUT,password {
	BORDER: #570000 1px solid;
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; BACKGROUND-COLOR: #FFFFFF;
	vertical-align: middle;
}

INPUT{ BORDER: #570000 1px solid;
            FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
            BACKGROUND-COLOR: #FFFFFF;
	vertical-align: middle;}

TEXTAREA{
	BORDER: #570000 1px solid;
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #FFFFFF;}

SELECT{
	BORDER: #570000 1px solid;
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
    BACKGROUND-COLOR: #FFFFFF;
	vertical-align: middle;}
/* end form elements formatting */
