@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #layout selector */
	color: #000000;
	background-color: #FFFFFF;
}
a:link {
	color: #920b36;
}
a:visited {
	color: #920b36;
}
a:hover {
	color: #B35969;
}
a:active {
	color: #1976BC;
}
#layoutBox  {
	width: 898px;
	margin: 0 auto;
	border: 1px solid #2B3F8C;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	padding-bottom: 15px;
}

/**** left navigational bar styling ****/
#navbar  {
	float: left;
	width: 160px;
	margin-top: 31px;
	padding: 0 0 0 20px;
}
#formNavBar {
	margin-bottom: 6px;
}
#navbar #podcastLinks {
	margin-top: 18px;
}
#podcastLinks .podcastHead {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #920b36;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 13px;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}

/**** start concentric ****/
#formNavBar ul, #formNavBar ul li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#formNavBar ul li a{
  width: 160px;
  display: block;
  text-decoration: none;
  font-size: 8px;
}

#formNavBar ul li a:hover{
  background-position: bottom !important;
}

#journalNavBar ul, #journalNavBar ul li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#journalNavBar ul li{
  padding: 4px 0 4px 0;
  border-bottom: 1px solid black;
}

#journalNavBar ul li a{
  width: 160px;
  display: block;
  text-decoration: none;
  font-size: 8px;
}

#journalNavBar ul li a:hover{
  background-position: bottom !important;
}

/**** end concentric ****/

/**** main column styling ****/
#mainCol  {
	margin: 31px 200px 0 205px;
	padding: 0;
} 
#mainCol h1 {
	margin: 0 0 18px 0;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #0A276B;
	font-weight: bold;
}
#mainCol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin-top: 24px;
	margin-bottom: 12px;
	color: #920B36;
}
#mainCol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	
}

/**** right side bar styling ****/
#rightSidebar  {
	float: right;
	width: 160px;
	margin-top: 0px;
	padding-right: 20px;
}
#rightSidebar #homeBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	font-weight: bold;
	width: 160px;
	margin: 0 0 0 auto;
	padding: 6px 0 12px 0;
}
#rightSidebar #adNotice  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin-bottom: 6px;
}

/**** footer styling  ****/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	clear: both;
	text-align: center;
	width: 898px;
	margin: 15px auto 15px auto;
}
#footer p {
	margin-top: 0px;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #990033;
	text-decoration: underline;
}
#footer a:active {
	color: #B35969;
	text-decoration: underline;
}

/**** misc classes ****/
.suppAdBox  {
	margin-top: 18px;
}
.bold {
	font-weight: bold;
}
.ital {
	font-style: italic;
}
.red {
	color: #920b36;
}
.clearFloat {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}