
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	padding: 0;
	margin: 0;
	text-align: center;
	
	background-color:#5A88A4;
	
}

table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

h1{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #fff;
	font-size:1.1em;
	background-color:transparent;
	background-image:url(images/arrow_white_right.gif);
	background-repeat:no-repeat;
	margin-top: 0.25em;
	margin-right: 0.25em;
	margin-bottom: 0.5em;
	padding-left:12px;
	background-position:0 3;
	padding-bottom:0.25em;
	
}

h2{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #fff;
	font-weight:bold;
	font-size:1.0em;
	background-color:transparent;
	margin-top: 0.25em;
	margin-right: 0.25em;
	margin-bottom: 0.5em;
	padding-bottom:0.25em;
	
}


h3,h4,h5,h6{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #fff;
	font-weight:normal;
	font-size:1.0em;
	background-color:transparent;
	margin-top: 0.25em;
	margin-right: 0.25em;
	margin-bottom: 0.5em;
	padding-bottom:0.25em;
	
}

img{
	border-width:0px;
}


/* ********************************************************************* 
 * GENERAL LAYOUT 
 * *********************************************************************/


#frame{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	padding-top:3%;
	width:780px;
	min-height:300px;
	height:300px;
	font-size:1.0em;
}

#maincontainer{
	width:780px;
	
	font-size:1.0em;
}

#style_selector{
	color:#8CC93B;
	font-size:0.8em;
	margin-bottom:5px;
}

#style_selector a:link{
	color:#8CC93B;
	text-decoration:none;
}

#style_selector a:visited{
	color:#8CC93B;
	text-decoration:none;
}

#style_selector a:hover{
	color:#314A10;
}

#style_selector a:active{
	color:#314A10;
}

#top{
	height:208px;
	width:780px;
	/*background-image:url(images/top_bg.jpg);*/
	background-repeat:no-repeat;
}

#breadcrumb{
	position:relative;
	top:20px;
	font-size:8pt;
	left:10px;
	color:#4D4B4B;
}

#history_path{
	font-size:1.0em;
	margin-bottom:10px;
}

#history_path a:link, #history_path a:visited, #history_path a:hover, #history_path a:active{
	color:#4D4B4B;
	text-decoration:underline;
}

#project_selector{
  position:relative;
	
	left:640px;
	top:40px;
	
	font-size: 8pt;
	line-height: 15pt;
	margin-top:10px;
	margin-left:5px;
	color:#333;
	
}

#project_selector a{
	width:100%;
	padding:3px;
	text-transform:lowercase;
}

#project_selector a:link{
	color:#333;
	text-decoration:none;
}

#project_selector a:visited{
	color:#333;
	text-decoration:none;
}

#project_selector a:hover{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#project_selector a:active{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#siteinfo{
	text-align:right;
	margin-top:20px;
	padding-right:5px;
	color:#ADB8C1;
	font-size:0.7em;
}

#menu{
	position:relative;
	top:82px;
	padding-left:3px;
	text-align:left;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding-left:8px;
}

* html body #menu{
   top:65px;
}

#menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#menu ul li{
	display:inline;
	margin-right:0px;
	
}

#menu ul li a:link{
	text-decoration:none;
	color:#fff;	/*62707C*/
}

#menu ul li a:visited{
	text-decoration:none;
	color:#fff;
	
}

#menu ul li a:hover{
	text-decoration:none;
	color:#ff9933;
	
}

.selected_menu_entry{
	color:#fff;
	font-weight:bold;
}

#menu ul li a:link.selected_menu_entry{
	color:#ff9933;
	font-weight:bold;
}

#menu ul li a:visited.selected_menu_entry{
	color:#ff9933;
	font-weight:bold;
}

#menu ul li a:hover.selected_menu_entry{
	color:#ff9933;
	text-decoration:none;
	font-weight:bold;
}

#menu ul li a:active.selected_menu_entry{
	color:#ff9933;
}

#project_content_area{
	margin-top:20px;
	background-color:#365262;
	background-image:url(images/menu_bg.jpg);
	background-position:-1 0;
	background-repeat:repeat-y;
}

#context{
	/*position:relative;*/
	margin-top:15px;
	color:#000;
	font-size:0.7em;
	font-weight:normal;
	/*width:195px;*/
}

#node_display{
	background-image:url(images/node_title_bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	font-size:11pt;
	font-weight:bold;
	padding-left:0.5em; padding-right:0.5em;
	height:94px;
	vertical-align:middle;
}

#node_display table{
	font-size:1.0em;
	font-weight:bold;
	color:#fff;
	height:100%;

}

#node_display table tr td{
	font-weight:bold;
	color:#fff;
}

#submenu{
	color:#fff;
	width:172px;
	height:100%;
	padding-right:0.5em;
	margin-top:1.0em;
}

#submenu ul{
	margin:0px;
	color:#000;
	
	list-style-position:outside;
	padding-left:0px;
	list-style-type:none;
	line-height:1.5em;
}

#submenu ul li{
	color:#fff;
	background-image:url(images/bullet_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding:0px;
	margin:0px;
	margin-bottom: 5px;
	padding-left: 22px;
}

#submenu ul li a{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

#submenu ul li a:link{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

#submenu ul li a:visited{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

#submenu ul li a:hover{
	color:#ff9933;
	text-decoration:none;
	font-weight:normal;
}



#submenu span.selected_menu_entry{
	color:#ff9933; /*#9E96AC*/
	font-weight:normal;
}

#content{
	
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size:0.7em;
	
	line-height:1.5em;
	
	color:#fff;
	background-color:#365262;
	width:570px;
	padding:5px;
	padding-right:10px;
	float:right;
}

#content a:link{
	color:#ff9933;
	text-decoration:none;
}

#content a:visited{
	color:#ff9933;
	text-decoration:none;
}

#content a:hover{
	color:#5A88A4;
	text-decoration:none;
}

#content a:active{
	color:#5A88A4;
}

#content p{
	line-height:1.5em;
}

#content ul{
	list-style-image:url(images/bullet_arrow.gif);
}

#content div{
	line-height:1.5em;
}

#content table tr td{
	line-height:1.5em;
	color:#fff;
}

#content .content_object{
	width:100%;
	
	padding:3px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #5A88A4;
}

#footer{
	
	height:50px;
	
	/*
	background-image:url(images/bg_white_shadow_bottom.jpg);
	background-repeat:no-repeat;
	*/
	
	color:#fff;
	font-size:0.7em;
	padding-left:10px; padding-right:10px;
	text-align:center;
}

#footer a:link{
	color:#1D2C09;
	text-decoration:underline;
}

#footer a:visited{
	color:#1D2C09;
	text-decoration:underline;
}

#footer a:hover{
	color:#000;
	text-decoration:underline;
}

.content_image{
	margin:5px;
}

/*************************** SITESECTIONS ********************************/

/* sitemap */
ul.sitemap{
	list-style-image:url(images/bullet_arrow.gif);
}

ul.sitemap li{
	
}

.invisible{
	display:none;
}

/**************************** SERACHRESULT ********************************/
.search_result_meta_data{
	color:#FFC107;
}

.search_result_path{
	color:#5A88A4;
}

.search_result_detail_info{
	margin-top:0px; 
	border-bottom:1px dotted #fff; 
	padding-bottom:5px;
}

/**************************** NEWSTICKER ********************************/
#news_ticker_container{
	color:#fff;
	font-size:0.7em;
}

#mtxt a, #mtxt a:link, #mtxt a:visited{
	color:#20313b;
	text-decoration:none;
}

#mtxt a:hover{
	color:#20313b;
	text-decoration:underline;
}
