h1, h2, h3, h4, h5 { 
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}

#everything {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 750px;
	border: 1px solid #797979;
	text-align: left;
	color: #3a3a3a;
	background-color: #dddddd;
}

#masthead {
	padding: 10px;
	height: 75px;
	background-color: #6699CC;
	border-bottom: 1px solid #797979;
	background-image:url('Images/panorama_small.jpg')
}

#menu {
	border-bottom: 1px dotted #797979;
	/*background: #bdf17b;*/
	background-image: url('images/tb3.gif');
}

#menu ul {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#menu li {
	display: inline;
	margin: 0px;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
}

#menu li a {
	margin: 0px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

#menu li a:hover {
	background: #ffffff;
}

#masthead h1, #masthead h2 {
	color: black;
}

#masthead h1 a, #masthead h2 { 
  color: black;
  text-decoration: none;
}

#masthead h1 a:hover { 
  color: white;
  text-decoration: none;
}

#masthead h1 {
	margin: 0;
}

#masthead h2 {
	margin: 5px 0 0;
	font-size: 14px;
}

body {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	background-color: white;
	padding: 0px;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
        /* Stupid IE.  I hate you IE */
      margin-left: 0px;
      margin-right: 0px;}

#leftbox {
	float: left;
	width: 150px;
	background-color: #dddddd;
	padding-top: 15px;
	font-size: 11px;
	padding-left: 7px;
	padding-right: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
        /* Stupid IE.  I hate you IE */
      margin-left: 0px;
      margin-right: 0px;
}

#leftbox ul {
	margin-top: 0px;
	margin-bottom: 0px;
        /* Stupid IE.  I hate you IE */
        margin-left: 0px;
	padding-left: 20px;
}

#leftbox li {
	margin-top: 0px;
	margin-bottom: 0px;
        /* Stupid IE.  I hate you IE */
        margin-left: 0px;
	padding-left: 0px;
	list-style-type: none
}

#leftbox li a {
	margin: 0px;
	color : blue;
	text-decoration: none;
}

#leftbox li a:hover {
	color : black;
}

#content {
	padding: 10px;
	padding-left: 10px;
	padding-right: 9px;
	background: #ffffff;
	width: 569px;
	float: right;
	border-left: 1px solid #797979;
	margin-top: 0px;
	margin-bottom: 0px;
        /* Stupid IE.  I hate you IE */
      margin-left: 0px;
      margin-right: 0px;
}

#footer {
	clear: both;
	background-color: #6699CC;
	border-top: 1px solid #797979;
	font-size: 10px;
	padding: 5px;
	text-align: right;
}

h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}

a {
	color : blue;
	text-decoration : underline;
}

a:hover {
	color : black;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
        /* Stupid IE.  I hate you IE */
        margin-left: 10px;
	padding-left: 20px;
}

li {
		margin-bottom: 10px;
}

div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

div.feedburnerFeedBlock ul li span.headline {
font-weight:bold;
display:block;
margin:12px 0 0 0;
}

div.feedburnerFeedBlock ul li span.headline a {
text-decoration:none;
color:black;
}

div.feedburnerFeedBlock ul li p {
color:blue;
margin:0 0 0 0;
}


