/* Main Styles */
body
{
	font-family: 'Lucida Grande', verdana, arial, sans-serif;
	font-size: 12px;
	background: #000000;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

/*p, td
{
	font-family: 'Lucida Grande', verdana, arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}*/
	a { color: #9F9; }
	a:hover { color: #0C3; }
	a:hover:visited {color: #0C3;}
	a:visited { color: #090; }

/* oh yes, nice boldy woldy class.  use this instead of the rather naughty <b> tag. */
.bold { font-weight: bold; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
ul { list-style-image: url('/images/pdc_bullet.gif'); }
li { margin-bottom: 4px; }
acronym { border-bottom: 1px dotted #ffffff; }
address {font-style:normal; margin-top:0.2em;}
.pdf
{
	border-bottom: 1px solid #333333;
	margin: 2px;
	padding: 4px;
	font-size: 10px;
}

.footer
{
	width: 630px;
	border: 1px solid #333333;
	padding: 0 0 0.2em 0;
	font-size: 11px;
	margin: 10px auto 10px auto;
	line-height: 1.5em;
}

.footer p {margin-bottom:0;}

.products
{	display:block;
	border-color: #093;
	border-width: 1px;
	border-style: solid;
	margin: 0 0.5em 1em 0;
	
}

.line { background: url(/images/line.gif); }

/* being for the benefit of Mr.Kite ( erm, I mean Netscape 4 ) */
.small
{
	font-family: 'Lucida Grande', verdana, arial, sans-serif;
	color: #ffffff;
	font-size: 11px;
}

/*.clear { clear: both; }*/
.clearright { clear: right; }
.clearleft {clear:left;}

.bordered
{
	border-color: #093;
	border-width: 2px;
	border-style: solid;
	margin: 0 0em 1em 0;
}

.trademark
{
	font-style: italic;
	color: #CF9;
}

#navcontainer
{
	margin: 0 0 1em 0;
	background-color: #093;
	padding: 0.25em 0 0em 0.25em;
	position: left top;
	background-image: url(/images/menu_bkg.gif);
	background-repeat: repeat-x;
	height: 25px;
}

#navcontainer ul
{
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li
{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

#navlist a
{
	color: #fff;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 10px;
	background-color: #093;
	border-color: #0C3 #030 #030 #0C3;
	border-width: 1px;
	border-style: solid;
	float:left;
}

#navlist a:hover, #navlist a:visited:hover, #navlist a:active
{
	font-weight: normal;
	border-color: #030 #0C3 #0C3 #030;
	border-width: 1px;
	border-style: solid;
	background-color: #3C6;
}

#current a
{
	background-color: #060;
	border-color: #000 #030 #030 #000;
	border-width: 1px;
	border-style: solid;
	color: #ccc;
}

/* Topic box definitions */
.topic { margin-bottom: 0.25em; }

.topic a
{
	width: 600px;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
}

.topic a:link, .topic a:visited
{
	color: #fff;
	text-decoration: none;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
}

.topic a:hover
{
	color: #fff;
	border-color: #093;
	border-width: 1px;
	border-style: solid;
	background-color: #030;
}

.tph
{
	font-size: 14px;
	color: #0C3;
	font-weight: bold;
	text-decoration: underline;
}