@media screen
{
	img, div, a, input { behavior: url(iepngfix.htc) }
	body, html 
	{
		margin:0px;
		padding:0px;
		font-family: verdana, tahoma;
		font-size: 12px;
		line-height: 1.5em;
		color:#000000;
		background:url('images/bodybg.gif') repeat-x #FFF;
		text-align: center;
		behavior: url(csshover.htc);
		width:100%;
		height:100%;
	}
	a
	{
		text-decoration:none;
		font-weight:bold;
		color:#0251B8;
	}
	a:hover
	{
	   text-decoration:underline;
	}
	/* CONTAINERS */
	#topcontainer
	{
		margin: 0 auto;
		width:1010px;
		text-align:left;
	}
	#menucontainer
	{
		width:100%;
		text-align:center;
		/*background-color:#6fa8de;*/
		background-image:url('images/menubalkbg.png');
		background-repeat: repeat-x;
		height:40px;
		margin-top:0px;
		margin-top:215px;
		padding-top:6px;
		text-align:center;
	}
	#submenu
	{
		width:1010px;
		margin: 0 auto;
	}
	#menucontainer a, #menucontainer a:hover
	{
		color:White;
		font-weight:bold;
	}

	/* topmenu */
	#topul 
	{
		width:auto;
		text-align:center;
		display:inline;
	}
	#topul, #topul ul { /* all lists */
	    text-align:center;
		padding: 0;
		margin: 0 auto;
		list-style: none;
		line-height: 1;
	}

	#topul a {
		display: block;
		white-space: nowrap;
	}

	#topul li { /* all list items */
		/*float: left;*/
		display:table-cell ;
		_width: 10px; /* width needed or else Opera goes nuts */
		min-width: 10px;
		padding-left:5px;
		padding-right:5px;
		border-left:1px solid #FFF;
		font-size:12px;
	}
	#topul li:first-child 
	{
		border-left:0px solid #FFF;
	}

	#topul li ul { /* second-level lists */
		position: absolute;
		background: #6fa8de;
		min-width:10px;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		padding:10px;
	}
	#topul li ul li { /* second-level listsitems */
	                  display:block ;
		padding:5px;
		border-right:0px;
		float:none;	
		text-align:left;
		font-size:11px;
	}
	#topul li ul li:first-child
	{
	    border-left:1px solid #FFF;
	}
	
	#topul li ul li a 
	{
		font-weight:normal;
		text-decoration:none;
	}
    #topul li ul li a:hover 
	{
		font-weight:normal;
		text-decoration:underline;
	}
	#topul li:hover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#container
	{
		margin: 0 auto;
		width:1010px;
		text-align:left;
	}
	#leftcontent
	{
		float:left ;
		width:215px;
		margin-top:20px;
		padding-right:20px;
	}
	#centercontent
	{
		margin-top:20px;
		float:left ;
		width:450px;
		padding-left:40px;
		padding-right:40px;
		border-left:2px solid #a8a8a8;
		border-right:2px solid #a8a8a8;
	}
	#rightcontent
	{
		float:left ;
		width:215px;
		margin-top:20px;
		padding-left:20px;
		line-height: 1.3em;
		overflow:visible;
	}
	#rightcontent h2 
	{
		 color:#333366;
		 font-size:16px;
		 margin-bottom:-8px;
	}
	#footerfiller
	{
		clear:both;
		width:100%;
		height:20px;
	}
	#footercontainer
	{
		clear:both;
		width:100%;
		background-color:#ebf2f8;
		margin-top:20px;	
	}
	#footer
	{
		width:720px;
		height:40px;
		margin: 0 auto;
		background-image:url('images/poweredby.png');
		background-position:right 20px;
		background-repeat:no-repeat;
	}
	/* #shadowbox
	{
		width:778px;
		background-color:#e2e2e2;
	}
	*/
	.leftlogo1
	{
		width:310px;
		height:218px;
		float:left ;
		border:0px solid black;
		background-image:url('images/logoleft1.png');
		background-position: 0px 160px;
		background-repeat:no-repeat;
	}
.leftlogo2
	{
		width:310px;
		height:218px;
		float:left ;
		border:0px solid black;
		background-image:url('images/logoleft2.png');
		background-position: 0px 160px;
		background-repeat:no-repeat;
	}
.leftlogo3
	{
		width:310px;
		height:218px;
		float:left ;
		border:0px solid black;
		background-image:url('images/logoleft3.png');
		background-position: 0px 160px;
		background-repeat:no-repeat;
	}
	#centerimage
	{
		width:375px;
		height:218px;
		float:left ;
		border:0px solid black;
		padding:0;
		margin:0;
	}
	#rightlogo
	{
		width:310px;
		height:218px;
		float:left ;
		border:0px solid black;
		background-image:url('images/logoright.png');
		background-position: 70px 160px;
		background-repeat:no-repeat;
	}
	
	#shadowbox
	{
		margin-top:250px;
		width:778px;
		height:100%;
		background-image:url('images/shadowbg.png');
		background-repeat: repeat-y;
		background-color:Transparent;
		behavior: url(iepngfix.htc);
	}
	#quickmenu
	{
		text-align:right;
		background-color:transparent;
		margin-right:15px;
		padding-top:0px;
		padding-bottom:3px;
		color:#FFF;
	}
	#contentcontainer
	{
		margin-left:9px;
		width:760px;
		background-color:#FFF;
	/*	background-image:url('images/fauxcolumns.jpg');
		background-repeat:repeat-y;
	*/
	}
	#header
	{
		width:100%;
		background-color:#FFF;
		margin:0;
		padding:0;
		height:147px;
		overflow:hidden;
		white-space:nowrap ;
	}

	#topmenu
	{
		background-color:#CC3333;
		color:#FFFFFF;
		padding-left:205px;
		padding-top:3px;
		padding-bottom:5px;
		height:20px;
	}
	#splangselect
	{
		/*float:right;*/
		margin-top:0px;
		margin-right:10px;
		/* dirty IE hack - nothing to see... move along */
		_margin-top:0px;
		_margin-right:5px;
		width:200px;
	}
	#leftmenu
	{
		float:left;
		width:200px;
		/*border-top:1px solid #FFF;*/
		background:url('images/menubg.gif') repeat-x #FFF;
		padding-top:10px;
		min-height:343px;
		/* dirty IE hack - nothing to see... move along */	
		_height:343px;	
	}
	#content
	{
		float:right;
		width:525px;
		/* dirty IE hack - nothing to see... move along */
		_width:555px;
		margin-top:8px;
		padding-right:25px;
		padding-left:5px;
	}
	#footer
	{
		clear:both;
		padding-left:210px;
		text-align:center;
		color:#A8ACAF;
		font-size:0.8em;
		padding-top:25px;
		padding-bottom:30px;
	}
	
	.pagetitle
{
	font-size:20px;
	font-family: verdana, arial, tahoma;
	color:#0669c6; 
	font-weight: normal;
	line-height: 1.1em;
}
	
}


/* styling */
#quickmenu a
{
	text-decoration:none;
	font-weight:bold;
	/*color:#0251b8;*/
	color:#FFF;
}
#quickmenu a:hover
{
	text-decoration:underline;
}
#header img 
{
	margin:0;
	padding:0;
}
#topmenu a
{
	text-decoration :none;
	background:none;
	color:#FFF;
	padding-top:5px;
	font-weight:bold;
	font-size:0.9em;
}
#topmenu a:hover
{
	text-decoration:underline;
}
#leftmenu ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	background-color: transparent;
}
#leftmenu ul li 
{ 
	margin:0px;
	padding:0px;
	background-color:transparent;	

/*	margin-top:2px;
	margin-bottom:2px;
	padding:0px;
	background-color:#6699cc;	
	position:relative;
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	color:#FFF;	
	font-weight:bold;
	font-size:12px; */
}

#leftmenu ul ul li 
{
	margin:0px;
	padding:0px;
	background-color:transparent;	
}
#leftmenu ul a 
{
  text-decoration :none;
  font-weight:bold;
  font-size:1.0em;
  display:block;
  width:auto;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  margin-top:3px;
}
#leftmenu ul ul a 
{
  font-size:0.9em;
  padding-left:20px;
  margin-top:2px;
}
#leftmenu ul a:hover, #leftmenu ul a.menuitemselected
{
	text-decoration:underline;
}

 
#footer hr
{
	width:95%;
	color: #A8ACAF;
	background-color: #A8ACAF;
	height: 1px;

}
select 
{
	width:150px;
	font-size:11px;
	background-color:#6fa8de;
	color:#FFF;
}

.subleftmenublock 
{
	margin-top:40px;
}
.subrightmenublock 
{
	margin-top:40px;
}
.subleftmenublock table
{
	color: #0251B8;
	font-size:0.9em;
}
.subleftmenublock a, subrightmenublock a
{
	text-decoration:none;
	font-weight:bold;
	color:#0251B8;
}
.subleftmenublock a:hover, subrightmenublock a:hover
{
   text-decoration:underline;
}
/* MAIN CONTENT AREA*/
#content .pagetitle
{
	font-size:1.6em;
	font-family: arial, verdana, tahoma;
	color:#0251B8; 
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.1em;
}
#content a
{
	text-decoration:none;
	font-weight:bold;
	color:#0251B8;
}
#content a:hover
{
   text-decoration:underline;
}
#content h1,#content h2,#content h3,#content h4,#content h5
{
	color:#0669c6;
}
#content h6
{
	background-image:url('images/link.gif');
	background-repeat:no-repeat;
	background-position: 1px 1px;
	padding-left:20px;
	margin-left:10px;
	font-size:100%;
}

/* INPUTSECTION */
input,textarea 
{
	width:300px;
	border: 1px solid #0251B8;
}
.radio,.radio input 
{
	width:auto;
	border:0;
}
.button 
{
	width:75px;
	border:1px solid #A8ACAF;
	float:right;
	margin-top:11px;
	margin-right:11px;
}

/* table */
table 
{
	font-size:1em;
}
th 
{
	color:#0251B8;
	text-align:left;
}
td
{
	vertical-align:top;
}
td.labelcol
{
	width:200px;
}
img {behavior: url(iepngfix.htc); } 



#sitemap {
	font-family: Arial,verdana, tahoma;
	font-size: 1em;
	color: #000000;
}

#sitemap li {
	list-style-type: none;
}

ul#sitemap > li {
	margin-bottom: 10px;
}

#sitemap ul li {
	list-style-image:   url("images/l2_normal.gif");
}

#sitemap ul ul li {
	list-style-image:   url("images/l3_normal.gif");
}

#sitemap ul li.firstfollow {
	list-style-image:   url("images/l2_first_follow.gif");
}

#sitemap ul li.last {
	list-style-image:   url("images/l2_last_item.gif");
}

#sitemap ul ul li.firstfollow {
	list-style-image:   url("images/l3_first_follow.gif");
}

#sitemap ul ul li.last {
	list-style-image:   url("images/l3_last_item.gif");
}

/* topmenu */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	white-space: nowrap;
	color:#6fa8de;
	font-weight:bold;
}

#nav li { /* all list items */
	float: left;
	_width: 10px; /* width needed or else Opera goes nuts */
	min-width: 10px;
	padding-left:5px;
	padding-right:5px;
	border-right:1px solid #FFF;
}

#nav li ul { /* second-level lists */
	position: absolute;
	min-width:10px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li { /* second-level listsitems */
	padding:5px;
	border-right:0px;	
}

#nav li:hover ul { /* lists nested under hovered list items */
	left: auto;
}