/* CSS Document */
/**************
By Jana Curll of curlldesign.com
for Nadine Pedersen of Black Swan Services
****************/
html 
{ 
	
	font-size: 12px;
 	color:#000000;	
	background-color:#967D4B;
	font-family:Verdana, Helvetica, sans-serif; line-height: 150%;
<span style="word-spacing: 32"> </span>

}


img { border:none; }



p{
	text-indent: none;
}
h1
{
font-weight:bold;
	font-size:20px;
}

h2
{
	font-size:15px;line-height: 200%;
}

h3
{
	font-size:13px;
}


hr
{
border: thin solid #FFFFFF;
}

/*black links that turn red as seen on the bottom navigation*/
a { border:none;  color:#FF0000;}

a:link {
  color: #0000FF; 
  text-decoration: none; 
 }
 
a:visited {
  color: #000000; 
  text-decoration: none; 
 }
  
a:hover { /*this effect is not shown in NN4.xx*/
  color: #7C1400; 
  text-decoration: none; 
 }
 /*general links*/
 a.int { border:none;  color:#7C1400;}

 a.int:link {
  color: #0000FF; 
  text-decoration: none; 
 }
 
 a.int:visited {
  color:#7C1400; 
  text-decoration: none; 
 }
  
 a.int:hover { /*this effect is not shown in NN4.xx*/
  color: #FF0000; 
  text-decoration: none; 
 }
 
  
/*************
BROWSER HACKS
**************/
.clearfix:after
{
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}
.clearfix{display:inline-block; font-size:1px;}

/*Hides from IE-mac\*/
*html .clearfix {height:1%;}
.clearfix{display: block;}
/*End hide from IE-mac */

/*********************
CONTAINERS & STYLES
*********************/
 
#container
{ 	
	position:relative;
	width:780px;	
	background-color:#B79C5F;
	/*min-height:500px;*/
	text-align:left;
	padding: 0 0 5px 0;
	overflow:auto;
	
 }
 
 #toppanel
 {
	/*position:absolute;*/
 	left:0px;
 	top:15px; 
	width:780px;
	height:75px;
	
 }
 
 #leftpanel
 {
	 /*position:absolute;*/
	 left:3px;
	 top:20px;
	 width:140px;
	 height:310px;
	 text-align:right;
	 float:left;
	 background-color:#B79C5F;
	 margin: 10px 0 0 0;
	
 }
 
 #homepanel
 {
 	/*position:absolute;*/
	top:0px;
	
	text-align:right;
	width:780px;
	height:22px;
	
 }
 #rightpanel
 {
 	/*position:absolute;*/
	top:0px;
	left:0px;
	width:600px;
	float:right;
	/*height:324px;
	background-image:url(images/border.gif);*/
	/*background-repeat: no-repeat;*/
	margin: 10px 10px 0 10px;
	
	background-color:#FFFFFF;
	color:#000000;
	border: 1px solid #6B0101;
	
 }
 #contentpanel
 {
 	text-align:left;
	margin: 5px 5px 5px 15px;
	
 }
 #bottompanel
 {
 	/*position:relative;*/
	top: 10px;
	left:180px;
	width:600px;
	height:42px;
	font-size:9px;
	color:#FFFFFF;
	text-align:left;
	float: right;
	background-color:#B79C5F;
	margin: 0 10px 0 0;
 }

