html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
	margin:0;
	padding: 0;
	border: 0;
	}


body {
	background-color: #f5f5ff;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bolder;
	color: #000099;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #000066;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000066;
}

.bolder {
	font-weight: bolder;
	letter-spacing: .5em;
}


#all {
	width: 770px;
	margin: 10px auto;
/*	text-align: center;  */
}

#header
{
width:736px;
text-align:center;
margin:auto;
}

#sidebar {
width:182px;
margin-left:13px;
padding-right:5px;
float:left;
text-align:center;
border-right:groove thick #000066;
}

#sidebar img, #contact img {
margin-bottom:10px;
}


.sidebarlogo {
margin:0px;
}


#main
{
margin-left:210px;
width:540px;
text-align:left;

}

#footer{
width:736px;
	text-align:center;
	border: groove #000055 3px;
}

#footer.h1 {
color:#555555;
}

hr {
color: #c0c0c9;
background-color: #c0c0c9;
height:5px;
width: 90%;
margin-top:17px;
margin-bottom:17px;
}

#credits {
	margin-top:10px; 
	margin-bottom:10px; 
	padding-bottom:0; 
	text-align:center; 

}

#podcast.a {
	text-decoration: none;
	}

a {
color: #000066;
}

a.hover {
	color: #666666;
	font-variant: small-caps;
}

.highlight {
font-style:italic;
font-weight: bold;
}