﻿body {
}
.flagstyle{
    color: #FFFFFF;
    vertical-align: middle; 
    text-align: center; 
    border-left-width: 1px; 
    border-left-style: groove; 
    border-right-style: none; 
    border-top-style: none; 
    border-bottom-style: none;
    width:30px;

}
.homepage {
            color: #ffffff;
            border-left-width: 1px;
            border-left-style: groove;
            border-right-style: none;
            border-top-style: none;
            border-bottom-style: none;
            width:100%;
            border-style: none;
            font-size: 58px;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            vertical-align: middle;
            text-align: left; 
            
        }

.hompage_text_shadow{
    text-shadow: 0px 2px 0px #b2a98f,
                 0px 7px 10px rgba(0,0,0,0.15),
                 0px 11px 2px rgba(0,0,0,0.1),
                 0px 17px 20px rgba(0,0,0,0.1);
}

.homepage_text_shadow2{
    text-shadow: 0px 3px 0px #b2a98f,
                 0px 14px 10px rgba(0,0,0,0.15),
                 0px 24px 2px rgba(0,0,0,0.1),
                 0px 34px 30px rgba(0,0,0,0.1);
}
.logo {
    border-style: none;
    vertical-align: middle;
}
.topfiller{
    border-style: none;
    font-size: 5px;
    height: 30px;
}
.systemfont{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: medium;
}
.systemfont_small{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:small;
}
.systemfont_small_bold{
    font-family: 'Franklin Gothic', 'Arial Narrow', Arial, sans-serif;
    font-size:small;
    font-weight:bold;
}
.padleftright{
    padding-right: 10px;
    padding-left: 10px;
}
.rightborder{
    border-right-style: solid;
    border-right-width: 1px;
     border-right-color:white; 
}
.leftborder{
     border-left-style: solid;
     border-left-width: 1px;
     border-left-color: white;
}
.borderbottom{
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:black;
}
.removeborderspace{
    margin: 0;
    padding: 0;
    border: 0;


}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;

}
.pageheadlines{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
 font-size:x-large;
}
.buttonstyle{
    cursor:pointer;
}
.site_bordercolor{
    background-color:white;
}
.site_bordercolor_font{
	
	color:black;
	text-shadow: 0px 3px 0px #F2BB5A,
                 0px 7px 10px rgba(0,0,0,0.15),
                 0px 11px 2px rgba(0,0,0,0.1),
                 0px 17px 20px rgba(0,0,0,0.1);
    
}
.app_header{
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: smaller;
	color:black;
	
}
.page_bgcolor{
    background-color:#F2F2F2;
}
.cookielayer_bgcolor{
    background-color:#8ab7d2;
    opacity:0.85;
}
.menu_color{
color:white;
}
