html,body{margin:0;padding:0}

body{
font: 11px arial,sans-serif;
text-align:center;
}


a, a:visited{
display:block;
color: #05552E;
text-decoration:none;
}

a:hover{
color: #571d0f;
text-decoration:underline;
}


div#headerBlank
{
	background-image: url(images/headerblank.gif);
	background-repeat:repeat-y;
	width: 770px;
	height: 20px;
}
  
div#header {
	background:#DDD;
	background-image: url(images/burt_top.jpg);
	width: 770px;
	height: 97px;

}  
  
div#header h1 a{
text-indent:-9999px;
display:block;
font-size:8px;
}
  
div#container{
text-align:left;
background-image: url(images/back-main.gif);
margin: 15px 0 0 0;
}

div#content p{line-height:1.4}

div#extra{
background:#FFF; 
background-image: url(images/back-main.gif);
}

div#footer{background: #05552E;color: #FFF; text-align:center;}

div#footer p{margin:0;padding:5px 10px}

div#container{width:770px;margin:0 auto}

div#content{float:right;width:580px}

div#tags {width:770px;margin:0 auto;text-align:left; color:#DDD;
	background-image: url(images/headerblank.gif);
	background-repeat:repeat-y;
}
div#tags  h3 {color:#DDD; font-size:10px;display:block; margin:0 5px 0 0;padding:0;float:left;}

div#navigation{
background-image: url(images/back_nav.gif);
float:left;
width:190px;
background-color: #ffffe5;
padding:0px;
margin:0px;
}

div#extra{clear:both;width:100%}

.clsHeading
{
font-size:14px;
font-weight:bold;
}

.imgBorder
{
}

div#subContentLeft
{
width:260px; 
float:left;
margin: 10px 10px 10px 10px;
}
div#subContentRight
{
margin: 10px 10px 10px 10px;

}


div#subContentLeftEqual
{
width:280px; 
float:left;
margin: 10px 10px 10px 10px;
}
div#subContentRightEqual
{
margin: 10px 10px 10px 10px;
}

div#subContent
{
width:560px;
margin: 10px 10px 10px 10px;
float:left;
}

#nav
{
	list-style:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	/*_ margin: 0px 0px -20px 0px; /* fixes ie problem with massive space at the bottom of this div */
}
#nav li 
{
	margin: 0px 0px 4px 0px;
	/*_ margin: 0px 0px -10px 0px; /* fixes ie problem with massive space at the bottom of this div */
	font-weight:bold;
}
#navbot /* tags a li item to the bottom to add the dropshadow graphic and make it align */
{
	background-image: url(images/back_nav_b.gif);
	background-repeat:repeat-y;
	font-size: 2px;
}
#nav li a 
{
	color:#777;
	display:block;
	/*height:20px;  makes the height of background graphick correct, 30px + 11px (see below) = 41 (height of button graphic) */
	padding: 6px 0px 0px 5px; /* move the text for buttons not the background images */
	background-image: url(images/back_nav_b.gif);
	background-repeat: no-repeat;
}
#nav li a:link, #nav li a:active, #nav li a:visited
{ 
	text-decoration: none;
	color : #571d0f;
}
#nav li a:hover
{
	text-decoration: none;
	color : red;
}


h6{
margin:5px 0;
padding:0;
font-size:11px;
color:#000;
font-weight:normal;
}

h5{
margin:0;
padding:0;
font-size:11px;
color:#000;
font-weight:normal;
display:inline;
}
