/* CSS Document */

body {
	/* to get ie5/win to align the layout in the center */
	text-align: center;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.spacer
{
	clear: both;
}

div#container
{
	/* for center alignment */
	margin: 0 auto;
	text-align: left;
	
	width: 750px;
	padding: 0;
}

/* skip links - accesibility */
/*************************************************************************************/

div#skiplinks
{
	height: 25px;
	float: left;
}
 
div#skiplinks h1, div#skiplinks h2
{
	display: none;
	visibility: hidden;
}
 
div#skiplinks p
{
	color: #CCCCCC;
	font-size: x-small;
	
	padding-left: 0;
	padding-top: 5px;
}
 
/* lvha */
div#skiplinks a,
div#skiplinks a:link, div#skiplinks a:visited, 
div#skiplinks a:hover, div#skiplinks a:active
{
	color: #CCCCCC;
	font-size: x-small;
}

/* footer */
/*******************************************************************************/
div#footer_container
{
	margin-top: 75px;
}

div#footer_copyright
{
	font-size: small;
}

div#footer_dbs a 
{
	color: #CCCCCC;
}


div#footer_compliancy
{
	text-align: right;
}