﻿body 
{
    font-family:Tahoma;
    background-color:#F9DB6D;
    font-size:12.5px;
}

a, a:visited
{
    border: 0;
    color:#19098D;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

img 
{ 
    border: 0;
}

#wrap
{
    width:894px;
    margin: 0 auto;
    padding:0px;
    
}

#top-border
{
    width:894px;
    height:6px;
}

#bottom-border
{
    clear:both;
    width:894px;
    height:7px;
}

#main-body
{
    width:894px;
    background:url(images/middle-back.png) top left repeat-y;
}

#inside
{
    width:886px;
    margin:0 4px 0 4px;
    padding: 0;
    background-image:url(images/top-back-new.png);
    background-repeat: repeat-x;
    background-color:White;
}

#header
{
    padding:8px 0 8px 10px;
    height:162px;
    position:relative;
}

#body
{
    clear:both;
    width:809px;
    margin-left:38px;
}

#footer
{
    width:886px;
    height:20px;
    background:url(images/footer-back.png) top left repeat-x;
    padding-top:39px;
    color:#363636;
    font-size:11px;
}

#menu
{
    position:absolute;
    top: 120px;
    left: 112px;
    width:786px;
    height:36px;
    background:url(images/menu-back.png) top left repeat-x;
    border:solid 2px white;
}

#flag
{
    width:500px;
    float:left;
    text-align:right;
    padding-right:8px;
}

#toppicture
{
    width:809px;
    background: url(images/picture-back.png) top left no-repeat;
    height:218px;
    padding:9px;
}

p.nomargin
{
    margin:0;
    padding:0;
}
/*********Text Styles*************************************************/

h1
{
    font-size:22px;
    font-weight:normal;
    margin-top:0px;
}

h2
{
    font-size:18px;
    font-weight:normal;
    margin:0 0 5px 0;
    padding:0;
}

.SmallHeading
{
    font-weight:bold;
}

/*********Link Styles*************************************************/

a.MenuLink, a.MenuLink:visited, a.MenuLink:active
{
    color:White;
    font-size:16px;
    line-height: 34px;
    padding: 0 8px 0 8px;
}

a.MenuLink:hover
{
    color:Yellow;
    text-decoration:none;
}

/*********List Styles***********************************************/
ul.reasons
{
    list-style:none;
    padding-left:10px;
}

ul.reasons li
{
    padding-bottom:5px;
}

/************Others***********************************************/

.button
{
    text-decoration:none;
    border:0;
}

div.FormTitle
{
    float:left;
    text-align:right;
    padding-right:8px;
    width:150px;
}