/* some basic stuff */
body {
	background-color: #B48A3A;
	background-image: url("img/cfbg.jpg"); 
    background-position: top left; 
	margin: 0px;
	padding: 0px;
	}
p {
	margin-top: 0px;
	}
pre {
	margin: 0px;
	}
a:link { 
	text-decoration: none;
	color: #6A6A69;
	} 
a:visited { 
	text-decoration: none;  
	color: #6A6A69;
	} 
a:active { 
	color: #000000; 
	border: 0px; 
	}    
a:hover { 
	color: #000000; 
	border: 0px; 
	}
	
h1, h2, h3 {
font-family: lucida grande, georgia, arial, sans-serif;
   }	
td {
   font-family: lucida grande, georgia, arial, sans-serif;
   font-size: 11pt;
   line-height: 17px;
   letter-spacing: 1px;
   padding: 3px;
   padding-left: 5px;
   text-align: left;
   border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   }
  .tdimg {
   font-family: lucida grande, georgia, arial, sans-serif;
   font-size: 11pt;
   line-height: 17px;
   letter-spacing: 1px;
   width: 100px;
   padding: 3px;
   padding-left: 5px;
   text-align: left;
   border-left: 1px solid #ccc;
   border-bottom: solid 0px #fff;
   }	
.top {
   font-family: lucida grande, georgia, arial, sans-serif;
   font-size: 11pt;
   font-weight: bold;
   line-height: 17px;
   letter-spacing: 1px;
   padding-left: 10px;
   padding-bottom: 10px;
   width: 120px;
   border: 0px;
   }	
table {
   margin-left: 10px;
   }
	
/* just to have things centered */
#middle        
	{
	color: white;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#center
{
   width: 800px; 
   position: relative;
   padding: 0px;
   margin: 0px;
   visibility: visible;
   left: 50%;
   margin-left: -400px;
}

#overbox
{
   background-color: #ffffff;
   border-left: 5px solid #000000;
   border-right: 5px solid #000000;
   border-bottom: 25px solid #000000;
}

#endf
{
   position: absolute;
   top: 252px;
   left: 429px;
}


#menu
{
   position: absolute;
   top: 227px;
   left: 35px;
   font-family: lucida grande, Georgia, arial, verdana, tahoma, sans-serif;
   font-size: 12pt;
}

#menu2
{
   position: absolute;
   top: 227px;
   left: 500px;
   font-family: lucida grande, Georgia, arial, verdana, tahoma, sans-serif;
   font-size: 12pt;
}

#menu a:link { 
	text-decoration: none;
	color: #fff;
	} 
#menu a:visited { 
	text-decoration: none;  
	color: #fff;
	} 
#menu a:active { 
	color: #6A6A69; 
	border: 0px; 
	}    
#menu a:hover { 
	color: #6A6A69; 
	border: 0px; 
	}
	
#menu2 a:link { 
	text-decoration: none;
	color: #fff;
	} 
#menu2 a:visited { 
	text-decoration: none;  
	color: #fff;
	} 
#menu2 a:active { 
	color: #6A6A69; 
	border: 0px; 
	}    
#menu2 a:hover { 
	color: #6A6A69; 
	border: 0px; 
	}

#text
{
   width: 393px;
   margin-left: 18px;
   display: block;
   color: #000000;
   padding: 6px;
   font-family: lucida grande, Georgia, arial, verdana, tahoma, sans-serif;
   font-size: 11pt;
   line-height: 17px;
   letter-spacing: 1px;
}

#sidetext
{
   float: right;
   width: 226px;
   margin-right: 5px;
   top: 266px;
   color: #000000;
   font-family: lucida grande, Georgia, arial, verdana, tahoma, sans-serif;
   font-size: 11pt;
   line-height: 17px;
   letter-spacing: 1px;
   display: block;
}
#footer        
	{
	clear: both;
	margin: 0;
	padding: 0;
	}

#content
{
   left: 34px; 
   margin-left: 34px; 
   width: 465px; 
   background-color: #c7b0c0;
}

.outline 
{
 border: 1px solid #000000;
}
#small {
font-size: 8pt;
}
/*
################################################
 lists
################################################
*/
ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image: url(img/bt.gif);
background-repeat: no-repeat;
background-position: 1.5em .18em;
padding-left: 2.5em;
}
li.blank
{
background: none;
font-weight: bold;
padding-top: .5em;
padding-left: 2.5em;
}

/*
################################################
 textareas
################################################
*/
input, textarea {
	border: 1px solid #000000;
	background: transparent;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-variant: normal;
	line-height: 14px;
	letter-spacing: 1px;
}
