/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
	 font-family: verdana, helvetica, sans-serif;

}
#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
	
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
		
}
#leftColumn
{
	float: left;
	width: 260px;
	height:410px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 260px;
	height:auto;
}
#innerLeftColumn, #masthead
{
	padding: 10px;
	text-align:center;
	height:auto;
}

#innerContentColumn
{
	padding: 10px;
	height:auto;
}

#innerFooter
{
	padding: 10px;
}

#footer
{
	clear: left;

}
#innerFooter
{
	text-align:right;
	font-size:13px;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #44160F;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, .hnav
{
	border: solid 0px #000;
}
#footer
{
	border-top: 1px solid #FFB747;

}
#masthead, .hnav
{
	background-color: #FFB747;
}
#innerLeftColumn
{
background-color: #FFB747;	
}
#contentColumn
{
	
}

/*---- Visual Elements ----*/
body
{
	background-color: #ddd;
	color: #000;
	padding: 20px;
	margin: 0;
}

h1 {
 margin:20px 0px 0px 30px;  
 font-family: verdana, helvetica, sans-serif;
 font-size:18px;
 }

h2 {
 margin:10px 0px 0px 40px;  
 font-family: verdana, helvetica, sans-serif;
 font-size:15px;
 color:#44160F;
 }

h3 {
  margin:10px 0px 0px 50px;
  font-family: verdana, helvetica, sans-serif;â
  font-size:14px;
  font-weight:bold;
  color:#44160F;
 }

h4 {
 margin:10px 0px 0px 40px;  
 font-family: verdana, helvetica, sans-serif;
 font-size:11px;
 color:#44160F;
 }

h5 { 
  margin:10px 0px 0px 350px;
  font-family: Geneva;
  font-size:11px;
  color:#44160F;
  }

h6 { 
  margin:20px 0px 0px 50px;
  font-family: Geneva;
  font-size:11px;
  color:#44160F;
  text-align:center;
  text-decoration:none;

  }
  
  p { 
  margin:10px 0px 0px 50px;
  font-family: verdana, helvetica, sans-serif;
  font-size:14px;
  color:#44160F;
  }


a {
  font-family: verdana, helvetica, sans-serif;
  font-size:14px;
  color:#44160f;
  text-decoration:none;
  font-weight:bold;
 }

a:hover {
  font-family: verdana, helvetica, sans-serif;
  font-size:14px;
  color:#b81a34;
  
 }

a.footer {
  font-family: verdana, helvetica, sans-serif;
  font-size:12px;
  color:#44160f;
  text-decoration:none;
  font-weight:bold;
 }

a.footer:hover {
  font-family: verdana, helvetica, sans-serif;
  font-size:12px;
  color:#b81a34;
  text-decoration:none;
  
 }
 
#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 500px;
}
.hide
{
	display: none;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav
{
	white-space: nowrap;
	margin: 0;
	color: #000;
}
.hnav
{
	padding: 3px 0 4px 0;
}
.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}
