/* ---------- GENERAL ---------- */

html, body { height: 100%;
	margin: 0; padding: 0;
	} 

body {
	min-width: 800px;
	padding: 0;
	margin: 2em auto;
	color: #000;
	width: 800px;
	background-color: #fff;
}

#fullheightcontainer {
	position: relative; 
	width: 800px;
	/*display: table; /*** For non-IE browsers ***/
	height: 100%;
	background: #fff;
	margin-top: 0; margin-bottom: -24px;/*** NEGATIVE TOTAL Height of Footer Rows ***/ 
	}
	
/* ---------- TEXT ---------- */
	
li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold; color: #663366; }

h2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #663366; font-weight: bold; 
	text-decoration: none;}

h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333366;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

/* ---------- SECTIONS ---------- */

#banner{
	position: absolute; top: 0; left: 0;
	width: 800px; height: 130px;
	background: url(assets/DPSbanner01.jpg) no-repeat center;
	cursor:pointer;
	}
	
#footer{
	position:relative;
	top: 0px;
	left: 0;
	width: 740px;
	height: 24px;
	background: #879DAB;
	padding: 0px 30px 0px 30px;
	z-index: 1;
	}

#content, #contentfull { 
	margin: 0;height: 800px;
	position: absolute; top: 160px; float: left;
	padding: 30px 30px 30px 10px;
	z-index: 0;
	}
	
#content  {width: 520px; }
#contentfull {width: 760px; }

#contentiframe { 
	margin: 0;height: 800px;
	position: absolute; top: 160px; float: left;
	padding: 30px 20px 30px 10px;
	z-index: 0;
	width: 530px;
	}
	
#rightcolumn, #rightcolumnnobg {
	margin: 0 0 0 560px;
	width: 210px; height: 800px;
	position: absolute; top: 160px; float: right;
	background: #fff;
	padding: 30px 10px 20px 20px;
	border: 0;
	}  	
	
#rightcolumn {
	background: url(assets/bg_rightcolblu.jpg) no-repeat center;
	}  	
	
#contentframe	{
	margin: 0; 
	background: #fff;
	padding: 0;
	border: 0;	}		

/* ---------- RIGHT COL LINKS ---------- */

#rightcolumn ul {
	padding: 5px 0px 5px 0px;
	margin: 0;}
	
#rightcolumn ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	padding: 7px;
	}
	
#rightcolumn ul li a {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;}

#rightcolumn a:link, #rightcolumn a:visited {
	color: #336600;
	padding: 0; }
	
#rightcolumn a:active, #rightcolumn a:hover {
	color: #663366;
	padding: 0;
	text-decoration: underline;
}
										
	
/* ---------- LINKS ---------- */
	
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336600;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336600;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663366;
	text-decoration: underline;
}

/* ---------- NAVIGATION ---------- */

#navigation {
	position: absolute; top: 130px; width: 800px; height: 30px;
	background: url(assets/bg_nav.jpg) no-repeat center; 
}

#navigation ul {
	padding: 8px 15px 5px 15px;
	margin: 0;
}
#navigation ul li {
	display: inline;
	padding: 5px 8px 5px 8px;
	font-size: 10px;
}
#navigation ul li a {
	font-weight: normal;
	text-decoration: none;
}

#navigation a:link, #navigation a:visited {
	color: #fff;
	padding: 3px 5px 3px 5px;
}
#navigation a:active, #navigation a:hover {
	color: #FFF;
	padding: 3px 5px 3px 5px;
	background-color: #3664B9;
}

/* ---- Table columns ------- */
td.sitemap_link 
{
    width:150px;
}