﻿@media screen {

	html 
	{
		width:100%;
		height:100%;
		padding:0px;
		margin:0px;
		position:relative;
	}


	body 
	{
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		padding:0px;
		margin:0px;
		position:absolute;
		background-image:url(../Images/background.png);
		background-repeat:repeat-x;
		background-position:center top;
		background-color:#7F7F7F;
		text-align:center;
		font:normal 12px Arial;
	}

}



div
{
	position:relative;
}

A 
{
	color:#AA0044;
	text-decoration:none;
}

A:hover 
{
	color:#DD2244;
	text-decoration:underline;
}

A:visited 
{
	color:#AA0088;
}

A:visited:hover 
{
	color:#DD2244;
	text-decoration:underline;
}


TD {
	vertical-align:top;
}

HR 
{
	border:none;
	border-top:solid 1px gray;
	height:1px;
	margin-top:8px;
	margin-bottom:8px;
}




.tblmain, .divmain 
{
	width:712px;
	position:relative;
}

.header 
{
	width:712px;
	height:86px; 
	padding:0px;
	margin:0px;
	position:relative; 
	background-image:url(../Images/header.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:left;
}



.header .links 
{
	position:absolute;
	top:72px;
	right:16px;
	font:normal 10px Arial;
}

.header .linklogo 
{
	width:70px;
	height:70px;
	position:absolute;
	top:16px;
	left:4px;
}

.header .links A 
{
	color:Black;
}

.footer 
{
	width:712px;
	height:75px;
	padding-top:16px;
	margin:0px;
	position:relative;
	background-image:url(../Images/footer.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	font:normal 11px Arial;
}

.footer a:visited 
{
	color:Black;
}

.footer a:link 
{
	color:Black;
}

.footer a:active
{
	color:Black;
}

.footer a:hover
{
	color:#404040!important;
	text-decoration:none;
}

.footer .logoprintable 
{
	display:none;
}

.footer .urlprintable 
{
	display:none;
}




.menu 
{
	position:absolute;
	top:90px;
	left:50px;
	background-color:White;
	height:20px;
	width:646px;
	text-align:left;
	margin-bottom:8px;
	
}

.menubar 
{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../Images/Menu_Center.png);
	background-repeat:repeat-x;
	width:646px;
	height:100%;
}

.menuleft 
{
	background-image:url(../Images/Menu_Left.png);
	background-repeat:no-repeat;
	width:646px;
	
	height:100%;
}

.menucontent 
{
	padding-left:78px;
}

.menuright 
{
	background-image:url(../Images/Menu_Right.png);
	background-repeat:no-repeat;
	background-position:right top;
	width:100%;
	height:100%;
}

.menu .menubar .menuitem 
{
	position:relative;
	display:block;
	float:left;
	width:116px;
	
	height:18px;
	background-image:none;
	background-repeat:no-repeat;
	color:White;
	padding-top:2px;
	font:bold 13px Arial;
	cursor:default;
	text-align:center;
}

.menu .menubar .menuitem A 
{
	color:White;
	text-decoration:none;
}



.menu .menubar .menuitemhover 
{
	background-image:url(../Images/Menu_Highlight.png);	
	color:Black;
}

.menu .menubar .menuitemhover A
{
	color:Black;
}


.menu .menubar .menusep 
{
	float:left;
	width:2px;
	height:18px;
	background-image:url(../Images/Menu_Sep.png);
	margin-left:2px;
	margin-right:2px;	

}

.menu .menubar .menuitem .menupopup 
{
	position:absolute;  
	top:0px;
	left:0px; 
	margin-top:20px;
	margin-left:1px;
	min-width:150px; 
	background-color:#555555;
	display:none;
	text-align:left;
	padding-top:2px;
}

.menu .menubar .menuitem .menupopup .menusubitem
{
	display:block; 
	height:17px;
	margin:1px;
	color:#DDDDDD;
	text-decoration:none;
	padding-top:3px;
	padding-left:16px;
	padding-right:4px;
	font:normal 12px Arial;
	width:150px;
}

.menu .menubar .menuitem .menupopup .menusubitemtitle
{
	display:block; 
	height:17px;
	margin:1px;
	margin-left:8px;
	color:white;
	text-decoration:none;
	padding-top:3px;
	letter-spacing:1px;
	padding-right:4px;
	font:bold 12px Arial;
	border-bottom:solid 1px gray;
	display:block;
	width:130px;
}

.menu .menubar .menuitem .menupopup .menusubitemchilds 
{
	padding-bottom:8px;
}

.menu .menubar .menuitem .menupopup .menusubitem:hover 
{
	background-image:url(../Images/MenuItem_Highlight.png);
}






.pub1 
{
	position:relative;
	background-image:url(../Images/pub7.png);
	width:646px;
	height:180px;
	background-color:WhiteSmoke;
	margin-bottom:12px;
	
}


.pub1 .description 
{
	position:absolute;
	font:normal 14px Arial;
	color:Black;
	right:8px;
	width:270px;
	top:68px;
	line-height:20px;
} 

.pub1 li 
{
	list-style:none;
	padding-left:0px;
	text-align:right;
	display:block;
}

.pub1 .linkmore 
{
	display:block;
	position:absolute;
	font:bold 14px Arial;
	right:8px;
	width:250px;
	top:156px;
	text-align:right;
	color:Black;
} 


.contentleft 
{
	
	width:170px;
	
	margin-top:4px;
	margin-bottom:32px;
    overflow:hidden;
    background-image:url(../Images/LeftBackground.png);
}

.tblcontents 
{
	width:640px;
	table-layout:fixed;
}

.contents 
{
	width:640px;
	padding-left:50px;
	padding-top:38px;
	
	
	margin:0px;
	background-color:White;
	
	text-align:left; 
}


.content 
{   
	
    bottom:0px;
	padding-bottom:16px;
		
}

.contentwithleft 
{  
	width:476px;
}


.sitemap_root 
{
	float:left;
	width:23%;
	margin-right:1%;
}

.sitemap_node 
{
	margin-left:8px;
	font-size:13px;
}

.sitemap_node .sitemap_node
{
	font-size:12px;
	margin-left:20px;
	
}

.sitemap_node .sitemap_node .sitemap_node_title
{
	font-size:11px;
	color:Gray;
}

.sitemap_node_title,.sitemap_node_title:visited 
{
	margin-bottom:16px;
	color:Black;
	display:block;
}


.imagetitle 
{
	width:476px;
	height:100px;
	display:block;
}

.formular 
{
	font:normal 1em Arial;
	width:476px;
}

.formular .line 
{
	margin-bottom:4px;
	width:476px;
		
	text-align:right;
}

.formular .linebutton 
{
	margin-bottom:4px;
	width:474px;
	margin-left:2px;	
	text-align:left;
}

.formular .label 
{
	width:120px;
	float:left;
	padding-top:3px;
	color:Black;
	text-align:left;

}

.formular .requiered 
{
	float:right;
	color:Red;	
} 

.formular .control 
{
	width:347px; 
}

.formular .drop 
{
	width:353px;
} 

.formular .memo 
{
	width:347px;
	height:130px;
}

.formular .button 
{
	padding-left:8px;
	padding-right:8px;
	margin-bottom:16px;
}


.news
{
	color:Black;
	display:block;
	font:normal 11px Arial;
	margin-bottom:16px;
}

.news .news_linkmore 
{
	padding-left:4px;
	font-weight:bold;
	color:#AA0044;
}



.news .news_title,.news .news_title:visited,.news .news_title:hover 
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:4px;
	color:Black;
	display:block;
	
}

.news .news_location 
{
	font:bold 11px Arial;
	float:left;
	color:OrangeRed;
	margin-right:4px;
	
}

.news .news_date 
{
	font:bold 11px Arial;
	float:left;
	color:OrangeRed;
	margin-right:4px;
	
}

.news .news_shorttext 
{
	display:inline;
	font:normal 11px Arial;
	margin-bottom:16px;
	
	
}

.news .news_text
{
	display:inline;
	margin-top:-3px;
	font:normal 12px Arial;
	line-height:1.5em;
	
}

.PageNews .news .news_date,.PageNews .news .news_location
{
	font:bold 12px Arial;
	margin-top:2px;
	
}

.PageNews .news .news_shorttext 
{
	margin-bottom:4px;
	font:normal 12px Arial;
	letter-spacing:0px;
	line-height:1.5em;
}

.PageNews .news .news_linkmore
{
	display:inline;
	padding-left:4px;
	font:bold 12px Arial;
	
	
}

.contentleftadd 
{
margin-top:16px;
width:147px;
text-align:left;
padding-left:4px;
padding-right:4px;
font-size:0.9em;
}

.contentleftadd P 
{
line-height:normal;	
}

.referenceshort 
{
	margin-bottom:16px;
	min-height:128px;
}

.referenceshort .image 
{
	float:left;
	border:solid 1px gainsboro;
	background-color:WhiteSmoke;
	cursor:pointer;
}

.referenceshort .right 
{
	margin-left:140px;
}

.referenceshort .right .title 
{
	margin-bottom:4px;
	margin-top:0px;
}

.referenceshort .right .intro 
{
	font:normal 12px Arial
}

.referenceshort .right .linkmore 
{
	font-weight:bold;
	font-size:12px
}


.pager 
{

}

.pager .label 
{
	font-weight:bold;
	color:#999999;
}

.pager .page 
{
	padding-left:4px;
	padding-right:4px;
}

.pager .pageselected 
{
	font-weight:bold;
}




@media print 
{

	
	body 
	{
		font:normal 12px Arial;
	}

	.menu 
	{
		display:none;
	}	
	
	.header 
	{
		background-image:none;	
		display:none;
	}
	
	.footer .logoprintable 
	{
		display:inline;
		width:40px;
		height:50px;
		float:left;
		margin-right:8px;
	}
	
	.footer .urlprintable 
	{
		display:block;
		margin-top:1px; 
	}

	
	.footer 
	{
		text-align:left;
		border-top:solid 1px black;
		background-image:none;
		
	}
	
	
	.header .links
	{
		display:none;
	}
	
	
	.contents 
	{
		
		padding-top:16px;
		padding-left:0px;
		padding-bottom:32px;
	}

	.contentleft {
		display:none;
	}

	.content {
		width:100%;
	}

	
	
}






