html 
{
	margin: 0; padding: 0;
	font-family: arial, verdana, sans-serif;
}

body 
{
	margin: 0; padding: 0;
	font-size: 12px;
	background-color: #FDBF57;
	color: #564b47;  
	text-align: center;
}

#site
{
	width:776px;
	margin: 0px auto;
	padding:0px;
	background: #FDBF57;
	text-align:left;
}

#header {
	width: 776px;
	height: 131px;
	background: url(/res/header.jpg) top left no-repeat #FDBF57;
}

#innerheader {
	width: 776px;
	height: 131px;
	background: url(/res/inner_header.jpg) top left no-repeat #FDBF57;
}

#contentarea
{
	width: 398px;
	margin: 0; padding: 0;
	background: url(/res/contentbg.gif) top left repeat-y #fff;
	float:left;
}

#content
{
	margin: 0 20px;
}

#innercontentarea
{
	width: 585px;
	margin: 0 0 0 0; padding: 0;
	float:left;
	overflow: hidden;
	background: url(/res/inner_contentbg.gif) top left repeat-y #fff;
}
#contentarea div.sisennys {
	padding: 10px;
}
#innercontentarea div.sisennys {
	padding: 20px;
	background: url('/res/vesileima.gif') no-repeat;
}

#innercontent
{
	margin: 0 20px;
}

#leftcolumn 
{
	width: 191px;
	padding: 0px;
	float: left;
	background: transparent url(/res/menuheaderbg.gif) top left no-repeat;
}
#leftcolumninner
{
	width: 191px;
	padding: 0px;
	float: left;
	background: transparent url(/res/menuheaderbginner.gif) top left no-repeat;
}

#menu
{
	font-family: verdana;
	margin: 10px 0 0 0; padding: 8px 0;
	width: 191px;
	background: url(/res/menubg.gif) top left repeat-y;
}

#menu ul
{
	width: 171px;
	list-style: none;
	margin: 10px 0 0 10px; padding: 0;
	border: none;
}

#menu li
{
	border-bottom: 6px solid #fff;
	margin: 0;
}

#menu li a, #menu li span
{
	display: block;
	padding: 8px 8px 8px 8px;
	border-left: 8px solid #fff;
	border-right: 10px solid #000;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#menu li.level3 a, #menu li.level3 span {
	display: block;
	padding: 8px 8px 8px 8px;
	border-left: 8px solid #fff;
	border-right: 10px solid #444;
	background-color: #444;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#menu li.level3-here span {
	display: block;
	padding: 8px 8px 8px 8px;
	border-left: 8px solid #fff;
	border-right: 10px solid #666;
	background-color: #666;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

html>body #menu li a { width: auto; }

#menu li a:hover, #menu li span
{
	border-left: 8px solid #fff;
	border-right: 10px solid #FDBF57;
	background-color: #FDBF57;
	color: #fff;
}
#menu li a:hover
{
	text-decoration: underline;
}


#menu li li
{
border-top: 1px solid #90bade;
border-bottom: 0;
margin: 0;
}

#menu li li a
{
display: block;
padding: 5px 5px 5px 20px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #5ba3e0;
color: #fff;
text-decoration: none;
width: 100%;
}
#menu a img {
	border: none;
}

#menufooter
{
	width: 189px;
	height: 190px;
	background: url(/res/menufooterbg.gif) top left no-repeat;
}

#rightcolumn
{
	margin: 0; padding: 0;
	width: 187px;
	float: left;
	background: transparent url(/res/rightheaderbg.gif) top left no-repeat;
}

#aanitalli
{
	width: 187px;
	margin: 0; padding: 0;
	background: url(/res/rightbg.gif) top left repeat-y;

}

div.pageTitle {
	margin: auto;
	width: 95%;
	text-align: center;
	border-bottom: 1px solid #FEDFAB;
	margin-bottom: 18px;
	padding-bottom: 15px;
	padding-top: 25px;
}

#aanitalli h1
{
	margin: 11px 0; padding: 0;
	padding-left: 13px;
	font-size: 17pt;
	font-weight: bold;
}

#rightcolumnfooter
{
	width: 187px;
	height: 8px;
	background: url(/res/rightfooterbg.gif) top left no-repeat;
}

#footer
{
	margin: 0 auto 0 auto; padding: 0;
	width: 398px;
	height: 18px;
	background: url(/res/contentfooter.gif) top left no-repeat;
}

#innerfooter
{
	margin: 0 auto 0 auto; padding: 0;
	width: 585px;
	height: 24px;
	background: url(/res/inner_contentfooter.gif) top left no-repeat;
}

#copy
{
	width: 398px;
	margin: 0 auto 0 auto; padding: 0;
	text-align: center;
	padding-bottom: 10px;
}

#copy p, #innercopy p
{
	font-size: 11px;
}

#copy a,
#innercopy a{
	text-decoration: none;
	color: #564B47;
}

#innercopy
{
	width: 498px;
	margin: 0 auto 0 auto; padding: 0 0 0 146px;
	padding-bottom: 10px;
	text-align: center;
}

table.HighlightSummary { width: 100%; }
table.HighlightSummary td { border: none !important; }
table.HighlightSummary td.c1,
table.HighlightSummary td.c3 {
	display: none;
}
table.HighlightSummary div.highlightRow {
	background-color: #FFF6E9;
	border: 1px solid #FEDFAB;
	padding: 8px;
	margin-bottom: 10px;
}
table.HighlightSummary a {
	display: block;
	color: #000;
	background: url('/res/sample.gif') no-repeat;
	padding-left: 35px;
	padding-top: 2px;
	height: 25px;
}

table.cols {
	width: 100%;
	height: 350px;
}
table.cols td.lcol,
table.cols td.rcol {
	width: 50%;
	vertical-align: top;
}
table.cols td.rcol {
	padding-left: 5px;
}



