body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: silver;
	font-size: 10pt;
	background-color: #1E1729;
}
#pdticker {
	color: #FFFFFF;
}
a:link {
	color: silver;
}
a:visited {
	color: silver;
}
a:hover {
	color: silver;
}
a:active {
	color: silver;
}

H1 {
	font-size: 14pt;
	font-weight: bold;
}
H2 {
	font-size: 12pt;
	font-weight: bold;
}

.article {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}
.breadcrumbs {
	font-size: 9pt;
}
A.breadcrumbs {font-weight:bold;}
.intro_header {
	margin-top: 2px; 
	margin-bottom:5px; 
	font-weight:bold;
}
.intro_paragraph {
	margin-top: 2px; 
	margin-bottom:5px; 
	font-size: 9pt;
}
.post_title, .news_title {
	font-size: 12pt; 
	font-weight: bold;
}
.post_author {
	font-size: 10px;
	font-style:italic; 
	font-weight: bold;
}

.post_by {
	font-size: 10px; 
	font-weight: bold;
}
.post_content, .news_content {
	padding: 3px;
	/*border: 1px solid silver;*/
	font-size: 10px; 
	font-weight: normal;
} 

.sectionTable {
background-color: #FFFFFF;
border: 2px solid #600080;
margin-top: 5px;
padding: 0px;
table-layout: auto;
}
.sectionTableHeader {
padding: 0px;
background-image:url(/images/framework/section_filler.gif);
FILTER: DropShadow(Color=#0066cc, OffX=5, OffY=-3, Positive=1);width:300px;
}
.sectionTableHeaderNoPic {
color: #FFFFFF; font-weight: bold;
padding: 5px;
FILTER: DropShadow(Color=#0066cc, OffX=5, OffY=-3, Positive=1);width:300px;
}

.mainTable {
   background-color: #600080;
}

.rightMenu {
 width: 180px;
}
.newsletter_header {
font-size: 14pt;
}
.mainContent {
	background-color: #FFFFFF;
}

/* Home page - Left navigation*/
#pdhp_leftmenu {
	width: 200px;
	padding: 2px;
	border: 1px solid #99CCCC;
	background-color: #1E1729;
}

#pdhp_leftmenu * ul {
	margin-top: 2px;
}

#pdhp_leftmenu * ul li ul {
	font-size: 10pt;
	padding: 2px;
	font-weight: normal;
	margin-left: 10px;
}

/* Home page - Right navigation*/
#pdhp_rightmenu {
	width: 200px;
	border: 1px solid #99CCCC;
	background-color: #1E1729;
}

#pdhp_loginbox {
	width: 200px;
	border: 1px solid #99CCCC;
	background-color: #1E1729;
	padding: 2px;
	margin: 2px;
}
#pdhp_login_click {
	font-size: 9pt;
}
INPUT.login_field {
background-color: #1E1729;
color: silver;
}
.back_to_top {
	font-size: 8pt;
	text-align: right;
}