body
{ font-family: Arial, Helvetica, sans-serif
	font-size: 12px;
	padding: 0px;
	background-color: #ffffff;
	color: #6b5c4f;
	margin:0px auto;
}

 
A:link {
	COLOR: #fff; TEXT-DECORATION: none
}
A:active {
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}

  

hr{
	width:850px;  
	color:#60350a;
}

img {
	border: #6b5c4f solid 1px;
}


p
{
	text-align: left;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b5c4f;

}

ul
{
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
}

h3
{
	font-size: 20px;
	margin-bottom: 30px;
}

h4
{
	font-size: 13px;
	margin-bottom: 5px;
}

#header
{
	background-color: #ffffff;
	margin:0 auto;
}

#header img
{
	background-color: #ffffff;
	border:none;
}
#header h1
{
	font-size: 30px;
}

#header h2
{
	font-size: 14px;
}

ul.menu
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #6b5c4f;
 font: 11px Arial, sans-serif;
 background-color:#be0f34;
}

ul.menu li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.menu li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border-bottom: none;
 text-decoration: none;
 color:#FFF;
}

/*ul.menu li a:link { color: #000; }
ul.menu li a:visited { color: #000; }*/

ul.menu li a:hover
{
 /*color: #000;*/

 border-color: #ccc;
 text-decoration:underline;
}

ul.menu li.active a
{
 background-color: #fff;
 border-top: 1px solid #6b5c4f;
 border-right: 1px solid #6b5c4f;
  border-left: 1px solid #6b5c4f;
  border-bottom: 1px solid #fff;
}

ul.menu li.active a:hover
{
 color: #6b5c4f;
 background: white;
 border-bottom: 1px solid white;
}

ul.menu li.active a:link
{
 color: #6b5c4f;
 background: white;
 border-bottom: 1px solid white;
 text-decoration: none;
  font:bold 12px Verdana, sans-serif;
}
ul.menu li.active a:visited
{
 color: #6b5c4f;
 background: white;
 border-bottom: 1px solid white;
 text-decoration: none;
  font:bold 12px Arial, sans-serif;
}
#container
{
	margin: 15px 0px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	 
}

#primarycontainer
{
	float: left;
	margin-right: -200px;
	width: 100%;
}

#primarycontent
{
	 
}

#primarycontent p
{
	margin-bottom: 20px;
}

 

#footer
{
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	line-height:30px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:12px;
	clear: both;
	 
	background-color:#be0f34;
	 
	background-repeat: no-repeat;
	background-position:left;
	color:#FFF;

}
#footer a
{
	 
	color:#FFF;  

}
#footer a:hover
{
	 
	color:#FFF; text-decoration:underline

}

.clearit
{
	clear: both;
	height: 1px;
}




#content {
	width: 90%;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

#columnA {
	float: right;
	width: 70%;
	padding-left: 0px;
	border-left: 1px dashed #EEEEEE;
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 200px;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

