body{
	margin:0px;
	background:url('../img/bg_tr.jpg') top right no-repeat;
	font-family:Verdana;
	font-size:11px;
	line-height:1.6em;
}

div.extra{
	position:absolute;
	height:189px;
	width:100%;
	left:-415px;
	background:#f8b600;
	z-index:10;
}

/*div.extra2{
	position:absolute;
	top:200px;
	height:38px;
	width:27px;
	z-index:30;
	background:white url('../img/menu_mask.gif') top left no-repeat;
}*/

div#body{
	position:absolute;
	width:100%;
	background:url('../img/bg.jpg') top left no-repeat;
	top:0px;
	z-index:20;
}

div#content{
	margin:259px 50px 0px 239px;
	min-height:252px;
}



/*** menu ***/

ul#menu{
	position:absolute;
	left:230px;
	top:139px;
	margin:0px;	padding:0px;
	font-size:13px;
	letter-spacing:0.5px;
	font-family:"Trebuchet MS" "Trebuchet";
}

ul#menu li{
	float:left;
	list-style:none;
	padding-right:18px;
	margin:0px 0px 0px -12px;
}

ul#menu li.selected{
	background:url('../img/selected_right.gif') top right no-repeat;
}

ul#menu li.before{
	border-bottom:6px solid #003363;
	height:61px;
}


ul#menu li a{
	display:block;
	padding:15px 0px 12px 27px;
	height:40px;
	text-decoration:none;
	font-weight:bold;
	color:#003363;
}

ul#menu li a:hover{
	color:white;
}


ul#menu li.selected a{
	color:white;
	background:url('../img/selected_left.gif') top left no-repeat;
}



/*** submenu ***/

div#submenu{
	position:absolute;
	top:259px;
	background:url('../img/menu_top.gif') 10px 0px no-repeat;
	padding:22px 0px 0px 0px;
}

div#submenu ul{
	list-style:none;
	background:url('../img/menu_bg.gif') bottom left no-repeat;
	width:192px;
	padding:0px 10px 67px 10px;
}

div#submenu ul li{
	background:#7B91BD;
}

div#submenu ul li a{
	line-height:1.9em;
	padding:0px 10px 0px 31px;
	background:url('../img/disc.gif') 17px 4px no-repeat;
	color:#BDC8DE;
	font-weight:bold;
	text-decoration:none;
}

div#submenu ul li.selected a{
	background-image:url('../img/bullet.gif');
	color:white;
}

div#submenu ul li a:hover, ul#submenu li.selected a:hover{
	text-decoration:underline;
	
}



ul#path{
	position:absolute;
	top:218px;
	left:197px;
}

ul#path li{
	float:left;
	list-style:none;
	font-size:9px;
}

ul#path li a{
	color:#7B91BD;
	text-decoration:none;
	padding:0px 8px 0px 3px;
	font-weight:bold;
	background:url('../img/slash.gif') right 2px no-repeat;
}

ul#path li a:hover{
	text-decoration:underline;
}

ul#path li.selected a{
	background:none;
}


a.top{
	display:block;
	float:right;
	width:24px;
	height:22px;
	background:url('../nav/top.gif') bottom left no-repeat;
	margin-right:-20px;
	margin-bottom:60px;
}

a.top span{display:none;}


/*** Generals ***/

h1{
	color:#003363;
	font-size:19px;
	font-family:"Trebuchet MS" "Trebuchet";
}

h2, h3, h4, h5, h6{
	color:#7B91BD;
	font-size:13px;
	margin-bottom:-17px;
}

p{
	margin:18px 0px 18px 0px;
}

h3{
	font-size:12px;
	margin-bottom:-17px;
}

h4{
	font-size:11px;
	margin-bottom:-17px;
}

h5{
	font-size:11px;
	margin-bottom:-17px;
}

h6{
	font-size:11px;
	margin-bottom:-17px;
}

/** tables **/
table{
	border-collapse:collapse;
	text-align:center;
}

td, th{
	padding:5px 10px 3px 10px;
}

th{
	border-top:none;
	color:#7B91BD
}


a{
	color:#003363;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}


div#content ul, div#content ol{
	margin:0px; padding:0px;
	padding-left:20px;
}
