body {
background-color: white;
color: black;
text-align: center;
}

/* specify all for NN4 */
body, div, p, td, th, form, input, ul, ol, li, select, option, textarea, h2, h3 {
font-family: verdana, arial, sans-serif;
}

#toplinks, #homeblock, #home-dropdown, #dropdown-inner, #footer, #topbanner, #rightbar, #mainnavigation, #subnav 
{
font-size: 11px;
}

h1 {
font-family: "Trebuchet MS", arial, helvetica, sans-serif;
font-size: 18px;
color: #003366;
text-transform: uppercase;
font-weight: normal;
}

h1, h2, h3, h4, h5, h6 
{
margin: 0px;
}


table#outer
{
margin-right: auto;
margin-left: auto;
text-align: left;
width: 721px;
}

img 
{
margin: 0px;
padding: 0px;
border: 0px;
display: block;
}

td.nav ul 
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

td.nav ul li 
{
margin: 0px;
padding: 0px;
}

a
{
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

div#pagecontent a, div#pagecontent-wide a
{
color: #003399;
}

div#pagecontent a:visited, div#pagecontent-wide a:visited
{
color: #006666;
}

div#pagecontent a:hover, div#pagecontent-wide a:hover
{
color: #003399;
}

/* faqs tables */

div#pagecontent td.question, div#pagecontent td.answer, div#pagecontent-wide td.question, div#pagecontent-wide td.answer
{
font-weight: bold;
color: #333;
padding-right: 6px;
padding-bottom: 4px;
}

div#pagecontent td.question a, div#pagecontent-wide td.question a
{
font-weight: normal;
}

div#pagecontent td.questiontext, div#pagecontent-wide td.questiontext
{
font-weight: bold;
color: #333;
padding-right: 6px;
padding-bottom: 4px;
}

div#pagecontent td.answertext, div#pagecontent-wide td.answertext
{
color: #333;
padding-right: 6px;
padding-bottom: 20px;
}

/* sitemap table */

div#sitemap td.rightborder
{
border-right: 1px solid white;
}

div#sitemap td
{
padding: 0px 4px 8px 8px;
}

div#sitemap td.rightborder-nopad
{
padding: 0px 4px 8px 0px;
border-right: 1px solid white;
}

/* Temp homepage links */


.temp-article-links 
{
	position:absolute;
	left:15px;
	top:300px;
	width:400px;
	font-size:15px;
	color:black;
}

.temp-article-links a 
{
	color:black;
	font-weight:bold;
	/*text-transform:uppercase;*/
	
}

.temp-article-links ul 
{
	padding:0;
	margin:0;
	list-style-type:none;
}

.temp-article-links li
{
	margin:0;
	padding:5px 0;
	/*border-bottom:1px solid #fff;*/
	color:black;
	font-weight:bold;
	/*text-transform:uppercase;*/
}



