
article, section, aside, hgroup, nav, header, footer, figure, figcaption {
  display: block;
}
#theHead {
	text-align: left;
	padding-bottom: 1px;
}

#mainPart{
	overflow: auto;
	width: 100%
}


#theMain {
	float: left;
	width: 650px;
	text-align: left;
	padding-left: 10px;
	margin: 0 auto;
	font-family: Verdana;
	font-size: 12px;
	color: #232C51;
}

#theNav {
	/*float: right;
	width: 26.041666667%;*/
	padding-top: 2px;
	text-align: left;
	padding-bottom: 2px;
}


#theFoot {
	text-align: center;
	padding-bottom: 20px;
	font-family: Verdana;
	font-size: 10px;
}

#sidebar {
	text-align: left;
	padding-bottom: 20px;
}



h2.title {
	font-size: 48px;
	font-family: Verdana;
	color: #232C51;
}

h3.navHeader{
	color: #374065;
	text-align: left;
	font-size: 15px;
	font-family: Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

hr.separator {
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	background: #919ABF;
}

ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a{
	font-family: Verdana;
	font-size: 14px;
}

/* unvisited link */
a:link {
    color: #737CA1;
}

/* visited link */
a:visited {
    color: #A5AED3;
}

/* mouse over link */
a:hover {
    color: #C3CCF1;
}

/* selected link */
a:active {
    color: blue;
}

.borderImage{ 
   border:1px solid #021a40;
}

.podcastText{
	font-family: Verdana;
	font-size: 12px;
	color: #232C51;
	}
	
.podcastHeader{
	font-family: Verdana;
	font-size: 14px;
	color: #232C51;
	}
a.podcastLink{
	font-family: Verdana;
	font-size: 12px;
}
}