div.mainbody {
    color: #000000;
    background-color: #ffffff;
    font-family: verdana, sans-serif;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 2%
    margin-bottom: 2%;
    position: absolute;
    width: 90%;
}

body {
    background-color: #e0e2e8;
}


div.upbar { 
    border-style: solid;
    border-color: #000000;
    border-width: 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    color: #000000;
    background-color: transparent;
}

div.logo {
    border-style: solid;
    border-width: 1px;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 15px;
    border-color:  #3b448d;
    height: 56px;
    background-image: url(site_images/upbar.png);
}

img.logo {
    border-style: none;
    border-width: 0px;
    margin: 10px;
}

img.kiltlogo {
    border-style: none;
    border-width: 0px;
    margin: 0px;
    height: 56px;
}

div.menubar {

    border-style: none;
    border-color: #000000;
    border-width: 0px;
    margin-bottom: 2px;
    color: #000000;
    background-color: transparent;
    z-index: +1;
}

div.submenubar {

}


div.menuitem {
    border-color: #000000;
    border-width: 0px;
    border-top-width: 0px;
    margin-left: 8px;
    margin-right: 8px;
    color: #000000;
    background-color: transparent;
    position: relative;
    float: left;
    top: -8px;
}

div.submenuitem {
    border-color: #000000;
    border-width: 0px;
    border-top-width: 0px;
    margin-left: 0px;
    margin-right: 2px;
    color: #000000;
    background-color: transparent;

    position: relative;
    float: left;
}

div.submenuitem_active {
    border-color: #000000;
    border-width: 0px;
    border-top-width: 0px;
    margin-left: 0px;
    margin-right: 2px;
    color: #ffffff;
    background-color: transparent;

    position: relative;
    float: left;
}


div.submenu {
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 20px; 
    margin-bottom: 30px;
    z-index: +1;
	position: absolute;
	left: 0px;
}


div.menuitem_active {
    border-style: solid;
    border-color: #000000;
    border-width: 0px;
    border-top-width: 0px;
    margin-left: 8px;
    margin-right: 8px;
    color: #ffffff;
    background-color: transparent;
    position: relative;
    float: left;
    top: -8px;
}



div.menuitem a {
    border-style: solid;
    border-width: 1px;
    border-top-width: 1px;
    border-color: #000000;
    color: #000000;
    background-color: #fcf6ff;
    text-decoration: none; 
}

div.submenuitem a {
    border-style: solid;
    border-width: 1px;
    border-top-width: 1px;
    border-color:  #d0d2d8;
    color: #000000;
    background-color: #fceaff;
    text-decoration: none; 
}



div.menuitem_active a {
    border-style: solid;
    border-width: 1px;
    border-top-width: 1px;
    border-color: #000000;
    color: #ffffff;
    background-color: #cc0000;
    text-decoration: none; 
}


div.submenuitem_active a {
    border-style: solid;
    border-width: 1px;
    border-top-width: 1px;
    border-color: #000000;
    color: #ffffff;
    background-color: #000000;
    text-decoration: none; 
}

div.menuitem a:hover {
    border-style: solid;
    color: #ffffff;
    background-color: #cc0000;
    text-decoration: none; 
}

div.submenuitem a:hover {
    border-style: solid;
    color: #ffffff;
    background-color: #000000;
    text-decoration: none; 
}

span.menutext {
    font-size: 8pt;
    margin-left: 5px;
    margin-right: 5px;
}

div.submenuitem span.menutext {
    font-size: 8pt;
    margin-left: 3px;
    margin-right: 3px;
}

div.submenuitem_active span.menutext {
    font-size: 8pt;
    margin-left: 3px;
    margin-right: 3px;
}

a.flag {
    position: relative;
    float: right;
    margin-right: 9px;
    top: -9px;
}

img.flag {
    border-width: 0px;
}

div.main {
    background-color: #ffffff;
    
}

div.maintext {
    margin-left: 10px;
    margin-top: 20px;
    background-color: #ffffff;
    position: relative;
    float: left;
    width: 70%;
}

p.main {
    font-size: 10pt;
    background-color: #ffffff;
    margin-top: 1em;
    margin-left: 2em;
    margin-right: 3em;
    margin-bottom: 3em;
}

div.footer {
    display: none;
    background-color: #ffffff;
    height: 20px;
    width:100%;
}

div.news {
    width: 25%;
    font-size: 8pt;
    margin-right: 1em;
    margin-top: 6em;
    margin-bottom: 1em;
    border-style: solid;
    border-width: 1px;
    border-color: #a0a0a0;
    background-color: #eaeaf0;
    background-color: #f0f2f8;
    position: relative;
    float: left;
}

li {
    font-size: 10pt;
}

ul.news {
    margin-right: 1em;
}

h1 {
    font-size: 18pt;
    margin-top: 10px;
    margin-left: 10px;
}

h2 {
    font-size: 16pt;
    margin-top: 1em;
    margin-left: 15px;
}

h3 {
    font-size: 12pt;
    margin-top: 1em;
    margin-left: 20px;
}




.paraimgl {
    margin: 10px;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    background-color: #f0f2f8;
    border-color: #a0a0a0;    
    position: relative;
    float: left;
}

.paraimgr {
    margin: 20px;
    margin-top: 10px;
    margin-right: 30px;
    border-style: solid;
    border-width: 1px;
    background-color: #f0f2f8;
    border-color: #a0a0a0;    
    position: relative;
    float: right;
}



.paraimgs {
    margin: 20px;
    margin-top: 10px;
    margin-left: 40px;
    border-style: solid;
    border-width: 1px;
    background-color: #f0f2f8;
    border-color: #a0a0a0;    
}

span.imgtext {
    margin-left: 1em;
    margin-right: 1em;
    font-size: 8pt;
    position: relative;
    float: left;
}


table.main {
        font-size: 8pt;
        margin: 1em;
        margin-left: 5em;
        width: 40%;
        position: relative;
        float: left;
}


a.subheader {
	color: #000000;
	text-decoration: none;
}

a.subheader:hover {
	color: #000000;
	text-decoration: underline;
}