BODY {
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align:left;
	margin: 0px;
}
table.dkouterblock
{
	 table-layout:auto;
	 background-color: #005595;
	 height: 95%;
	 vertical-align:top;
	 width: 100%;
	text-align:left;
}
tr.dkouterblock
{
	vertical-align:top;
}
td.dkouterblock
{
	vertical-align:top;
}
table.dkcenterblock
{
	 table-layout:auto;
	 background-color:#FFFFFF;
	 vertical-align:top;
	 width: 100%;
	 height: 100%;
	 margin: 0px;
	 vertical-align:top;
}
td.dkcenterblock
{
	vertical-align:top;
}
table.dkleftblock
{
	 table-layout:fixed;
	 background-color:#ffffff;
	 width: 145px;
	 height: 100%;
	 margin: 0px;
	 vertical-align:top;
}
td.dkleftblock
{
	table-layout:auto;
	 background-color:#ffffff;
	vertical-align:top;
	width: 145px;
}
table.dkrightblock
{
	 table-layout:auto;
	 width: 0px;
	 height: 100%;
	 margin: 0px;
	 vertical-align:top;
}
td.dkrightblock
{
	table-layout:auto;
	width: 0px;
	vertical-align:top;
}
tr.dkheaderblock
{
	vertical-align:top;
background-color: #005595;
	margin: 0px;
	height: 100px;
}

td.dkheaderblock
{
	vertical-align:top;
	margin: 0px;
	height: 100px;
}
img {border: 0px}
div.dkdivouterblock {position:relative;float:left;width:960px;}
div.dkdivleftblock {position:relative;float:left; width:150px;}
div.dkdivcenterblock {position:relative;float:left;width:800px}

/* Slideshow */
#slides {
width:712px;
top:15px;
left:4px;
}
/*
Slides container
Important:
Set the width of your slides container
Set to display none, prevents content flash
*/
.slides_container {
width:712px;
overflow:hidden;
display:none;
}
/*
Each slide
Important:
Set the width of your slides
If height not specified height will be set by the slide content
Set to display block
*/
.slides_container a {
width:712px;
height:330px;
display:block;
}
.slides_container img{
Width: 712px;
Height:330px;
}
/*
Pagination
*/
.pagination {
width:712px;
float:right;
}
.pagination li {
margin:0 1px;
list-style:none;
}
.pagination li a {
display:block;
width:12px;
height:0;
padding-top:12px;
background-image:url(/globalItems/pagination.png);
float:right;
overflow:hidden;
}
.pagination li.current a {
background-position:0 -12px;
}














