/*
	Light Blue:		#A5C2D4
	Black-ish:		#231F20
	Dark Brown:		#9F7930
	Light Brown:	#BBA45E
*/

body 
{ font-family: verdana; background-color: #231F20; font-size: 12pt;}

td
{ font-size: 10pt; }

li
{ margin-top: 2px; margin-bottom: 2px;}

.outer_table_class 
{ padding: 0; margin-top: 1em; width: 850px; background-color: white;}
.header_row_class	
{ border: 4px solid white; background-color: #A5C2D4; padding: 3px; }
.title_row_class	
{ background-color: #231F20; border-left: 4px solid white; border-top: 0px solid white; border-right: 4px solid white; border-bottom: 4px solid white; text-align: right; color: white; padding: 4px; font-weight: bold; }
.menu_class			
{ background-color: #FFF; border-left: 4px solid white; border-top: 0px solid white; border-right: 0px solid white; border-bottom: 4px solid white; padding: 0px;  }
.body_class			
{ background-color: white; border-left: 4px solid white; border-top: 0px solid white; border-right: 4px solid white; border-bottom: 4px solid white; padding: 0; text-align: left; }
.footer_row_class	
{ background-color: #A5C2D4; border-left: 4px solid white; border-top: 0px solid white; border-right: 4px solid white; border-bottom: 4px solid white; padding: 3px; text-align: center; font-size: 75%;}
.footer_row_class a
{ text-decoration: none; }
.footer_row_class a:hover
{ text-decoration: underline; }

#menu		   
{ margin: 0; padding: 0; background: #231F20; list-style-type: none; float: left; width: 180px;}
#menu li	   
{ margin: 0; padding: 0; float: left; width: 100%;}
#menu a
{ display: block; color: #A5C2D4; text-decoration: none; padding: 0 5px; line-height: 2.0; border-bottom: 1px solid #A5C2D4; }
#menu a:hover
{ background: #A5C2D4; color: #231F20; }
#menu #menu_last a
{ border: none; }

.faq_item			
{ font-weight: bold; padding-top: 4px; padding-bottom: 4px; cursor: pointer; color: #231F20;}
.faq_sub_item		
{ font-weight: 100; padding-top: 4px; padding-bottom: 4px; color: #231F20; }

.cc_table			
{ width: 600px;}
.cc_row				
{ background-color: white; padding: 2px; }
.cc_row a			
{ text-decoration: none; color: #231F20; }
.cc_row a:hover		
{ text-decoration: underline; }
.cc_row img			
{ border: 0; }

.cc_row_inner_header
{ text-align: center; background-color: #A5C2D4; color: #231F20; font-weight: bold; padding: 2px; font-size: 90%;}
.cc_row_inner		
{ background-color: white; padding: 2px; border: 1px solid #A5C2D4; text-align: left; margin: 0;}
.cc_row_inner a		
{ text-decoration: none; color: #231F20; }
.cc_row_inner a:hover
{ text-decoration: underline; }

.cu_table			
{ width: 600px; border: 1px solid #A5C2D4;}
.cu_header			
{ text-align: center; background-color: #A5C2D4; color: #231F20; font-weight: bold; padding: 2px; }
.cu_left			
{ text-align: right; color: #231F20; font-weight: bold; padding: 8px; vertical-align: top;}
.cu_right			
{ text-align: left; padding-left: 10px;}

#gavel
{float: right; border: 0px solid black; margin: 0 2px 0 2px; width: 200px; height: 150px;}
#gavel img
{border: 0; }

.inline_link
{color: blue; text-decoration: none; font-weight: bold; }

.inline_link_2
{color: #231F20; text-decoration: none; font-weight: bold; }

.inline_link:hover 
{text-decoration: underline; }