/* Common */
BODY, TD, DIV {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

#parent {
	position:relative; 
	width:1000px; 
	height:200; 
	z-index: 1; 
	left:0; top:20px; 
	margin: 0px auto;
	text-align: left; 

}

#yla {
     height: 84px;
     background: url(images/yla_liuku.jpg);
     color: #FFFFFF;
     font-family: Trebushed MS, Arial, Helvetica, sans-serif;
     padding-left: 2em;
}

#jami {
      position: absolute;
       z-index:2;
       left: 800px; 
       top: 20px;
}

#banneri {
         border-top: 3px solid #00006F;
         border-bottom: 3px solid #639235;
}
#content {
	color : Black;
	background: White url(images/content_ala.jpg) no-repeat bottom;
	font-size : 10pt;
	padding: 2em;
}



/* Menu */
#menu {
	background: url(images/menu_tausta.gif);
	padding-left: 20px;
}

DIV.MenuInc {
	margin-left: 0;
	border-bottom: 1px dashed #808080;
	background: url(images/hiutale.gif) no-repeat left;
}

DIV.MenuInc a {
	display: block;
	height: 22px;
	text-decoration: none;
	color: #808080;
	font-size : 12pt;
	padding-top: 4px;
	padding-left: 1.5em;
}

DIV.MenuInc a:hover {
            color: #C0C0C0;
}

DIV.MenuSel {
	margin-left: 0;
	border-bottom: 1px dashed #808080;
	background: url(images/hiutale2.gif) no-repeat left;
}

DIV.MenuSel a {
	display: block;
	height: 22px;
	text-decoration: none;
	color: #808080;
	font-size : 12pt;
	padding-top: 4px;
	padding-left: 1.5em;
}

DIV.MenuSel a:hover {
            color: #C0C0C0;
}

/* Feedback */
.FeedbackBase {

}

.FeedbackHeader {

	font-weight: Bold;
}

/* News */
.NewsArticleBase {
	border-width: 0;
	background: White;
} 

.NewsListBase {
	border-width: 0;
	background: White;
} 

.NewsBase {
	border-width: 0;
	background: #6E94B7;
}

.NewsHeader {
	background: #AFC6DB;
	font-weight: Bold;
}

TD.NewsContHeader {
	background: White;
	font-weight: Bold;
}

TD.NewsContent {
	background: White;
}


