tr,td,p,body {
	font-family: Arial, Helvetica, sans-serif;
	color:#784a6a;
	font-size: 11px;
	font-weight:normal;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#e81c3c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h3, h4 { /* Lydia added h4 11/27/07 */
	color:#5d88a1;
	font-size: 12px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0px;
	margin:20px 0 0; /* Lydia modified 11/27/07 */
}
h3+p { margin-top: 0; } /* Lydia added 11/27/07 */
h4 { /* Lydia added 11/27/07 */
	text-transform:none;
	margin:5px 0;
}
.inactive  {color:999999}

/* id styles */

#centererplate{
	width:100%;
	height:100%;
}

#contentplate{
	border-left:40px solid #5E88A1;
	border-right:40px solid #5E88A1;
	border-top:30px solid #5E88A1;
	border-bottom:30px solid #5E88A1;
	background-color:#FFFFFF;
	text-align:left;
}

#content{
	margin:0px;
	width: 720px;
}

#navigationplate{
	height:31px;
	padding-bottom:15px;
}

#headerplate{
	height:109px;
}

#leftblock{
	width:168px;
}

#leftblockhome{
	width:178px;
}
#rightblockhome{
	padding-left:15px;
	width:508px;
	padding-right:10px;
}
#rightblockhome h2 { /* Lydia added 12/7/07 */
	font-size: 14px; 
	padding-right:50px;
	line-height: 2em;
}

#rightblock{
	padding-left:15px;
	width:508px;
	padding-right:28px;
	line-height:18px;
}

#rightblockheader{
	padding-bottom:18px;
}

.smallleftblock{ /* Lydia restyled 12/7/07 */
	width:45%;
	padding-right:5%;
	vertical-align:top;
}

.smallrightblock{ /* Lydia restyled 12/7/07 */
	width:45%;
	vertical-align:top;
}

.smallboxheader{
	width:99%;
	background-color:#D8DEE5;
	color:#5d88a1;
	font-size: 12px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:left;
	padding:4px 6px 4px 6px;
}
/* .smallboxbody{
	width:194px;
	padding:3px 6px 3px 6px;
	text-align:left;
}*/

.borderboxelement{
	width:143px;
	border-color:#91A5A4;
	border-style:solid;
	border-top-width:3px;
	border-left-width:3px;
	border-right-width:3px;
	border-bottom-width:0px;
	text-align:left;
	padding: 8px 8px 18px 8px;
}

.borderboxelementlast{
	width:143px;
	border-color:#91A5A4;
	border-style:solid;
	border-top-width:3px;
	border-left-width:3px;
	border-right-width:3px;
	border-bottom-width:3px;
	text-align:left;
	padding: 8px 8px 18px 8px;
}

#subnavigation{
	text-align:left;
	padding-left:20px;
	padding-bottom:30px;
}
.subnavigationelement {
	padding-bottom:10px;
}

.subnavigationelement A {
	color:#5d88a1;
	font-size: 12px;
}

#footer{
	width:527;
	font-size:9px;
	background-color:#D8DEE5;
	color:#5d88a1;
	padding:2px 0px 2px 15px;
	margin-top:25px;
	text-align:left;
}

#footer a{
	width:527;
	font-size:9px;
	background-color:#D8DEE5;
	color:#e81c3c;
	padding:2px 0px 2px 15px;
	margin-top:25px;
	text-align:left;
}
#footer a.hover{
	text-decoration:underline;
}

/* RSS feed lists containing speaker (audio) or podcast icons */
#content div.resources {
    padding: 10px 0 5px;
    }
#content ul.resources, #sidebar ul.resources {
    margin: 0;
    padding: 0;
    list-style: none;
    }
#content ul.resources li, #sidebar ul.resources li {
    margin: 0;
    padding: 0;
    }
#content ul.resources li dt, #sidebar ul.resources li dt {
    line-height: 1.1em;
    margin: 0 0 5px;
    padding: 0;
    }
#content ul.resources li dd, #sidebar ul.resources li dd {
    margin: 0 0 15px 34px;
    padding: 0;
    }
#content ul.resources img, #sidebar ul.resources img {
    float: left;
    margin: 0 8px 0 0;
    padding: 0;
    border: none;
    }
#content ul.resources img.res-icon, #sidebar ul.resources img.res-icon {
    width: 16px;
    height: 20px;
    }

