html {
	height: 100%; /* fix height to 100% for IE */
}

body {
	height: 100%;
	text-align: center; /*centering fix for IE*/
	background-image: url(images/bkgrnd.gif);
	background-repeat: repeat;
	background-position: top left;
	margin:0px 0px 0px 0px;
}

#content {
	background: rgb(189,202,210);
	margin: 0px auto; /* centering for non-IE browsers*/
	width: 600px;
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height to 100% for other browsers */
}

#displayfp	{
	height: 296px;
	padding: 88px 0px 4px 0px;
}

#display	{
	height: 296px;
	padding: 88px 0px 0px 0px;
}

#extra	{
	font: normal 10px Verdana, sans-serif;
	color: rgb(80,80,80);
	margin: 60px 0px 0px 0px;
}

#extra a:hover {
	color: rgb(0,0,0);
	border-bottom: 1px dotted rgb(112,112,112);
	text-decoration: none;
}

p.disclaimer {
	padding: 50px 0px 0px 0px;
	font: normal 9px Verdana, sans-serif;
	color: rgb(255,255,255);
}


#extra	{
	font: normal 10px Verdana, sans-serif;
	color: rgb(80,80,80);
	padding: 50px 0px 0px 0px;
	margin: 0px;
}

/*Navigation*/

#secondnav ul {
	padding: 6px 0px 13px 0px;
	margin: 0;
}

#secondnav li {
	margin: 0; 
	padding: 0px 2px 0px 2px;
	display: inline;
    list-style: none;
	}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav li {
	margin: 0; 
	padding: 0 2px 0 2px;
    list-style: none;
	display: inline;
	}

#nav a {
	border: 0;
	padding:  0;
	overflow: hidden;
	height: 0px; 
	}
	
#nav a:hover {
	background-position: 13px;
	}

#nav a:active, #nav a.selected {
	background-position: 13px;
	}

/*
Nav-Specific Rollovers still working on these 

#print  {
	width: 65px;
	background: url(images/print2.gif) no-repeat;
	}

#web  {
	width: 54px;
	background: url(images/web2.gif) no-repeat;
	}

#identity  {
	width: 142px;
	background: url(images/identity2.gif) no-repeat;
	}
*/

/* Elements */

A 	{
	text-decoration: none;
}

A:link	{
	text-decoration: none;
	color: rgb(80,80,80);
}

A:visited
	{
	text-decoration: none;
	color: rgb(80,80,80);

}

A:active	{
	outline: none;
	color: rgb(112,112,112);
}

A:hover	{
}

A img {	border: none;}