﻿body{
margin:0px;
padding:0px;
font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-size: 100%;
text-align: center;
color:#000;
background-color:#fff;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
height: 100%;
}

.menu
{
color:#fff;
text-align: left;
width:230px;
font-size: 0.8em;
vertical-align:top;
background-image:url(../images/bg_menu.jpg);
background-repeat:repeat-x;
background-color:#ff801b;
padding: 10px;
}

.menu a
{
color: #fff;
}

.krom
{
text-align: left;
font-size: 0.7em;
color:#000;
padding: 20px;
padding-left: 30px;
width:230px;
background-image: url(../images/menu_under.jpg);
background-repeat:no-repeat;
}

.krom a
{
text-decoration:underline;
}

.krom a:hover
{
text-decoration:none
}


.header{
font-size: 0.8em;
margin:0;
padding:0;
color:#003f4f;
width: 290px;
}

.rightBorder
{
margin:0;
width:3px;
background-image: url(../images/rightBorder.jpg);
}


.leftBorder
{
margin:0;
width:3px;
background-image: url(../images/leftBorder.jpg);
background-repeat:repeat-y;
}


.shadowFooter
{
vertical-align:top;
margin:0;
width:780px;
height: 20px;
}

.nav
{
padding-left: 5px;
text-align:left;
background-color: #e00025;
width:180px;
padding-bottom:15px;
}

.content
{
text-align: justify;
vertical-align: top;
padding: 10px 10px 10px 10px;
text-align:left;
background-color : #fff;
/*background-image: url(../images/bg_content.jpg);*/
background-repeat:repeat-x;
font-size: 0.8em;

}

.footer 
{
color: #000;
width: 100%;
height: 25px;
font-size: 0.7em;
text-align:center;
}

.bottom

{
background-color:#a1d4e4;
background-image:url(../images/bg_bottom.jpg);
background-repeat:repeat-x;
height: 130px;     
    }

.Sitemap
{
	font-size: 0.8em;
	font-weight: bold;
	
	}

.content a
{
text-decoration: underline;
}

.content a:hover
{
text-decoration: none;
}

a
{
color: #e37600;
font-size:1em;
text-decoration: underline;
}



