/* BROWSER NEUTRALISATION */

* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
	}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
	}
dfn, i, cite, var, address { 
	font-style: normal; 
	}
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	}
th, b, strong {
	font-weight: strong; 
}
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td, center { 
	vertical-align: top;
	text-align: left;
	}
body { 
	background: white; 
	line-height: 1; 
	color: black; 
	}
q { 
	quotes: "" ""; 
	}
ol, dir, menu { 
	list-style: none; 
	}
sub, sup { 
	vertical-align: baseline; 
	}
a { 
	color: inherit; 
	}
font { 
	color: inherit !important; 
	font: inherit !important;
	}
marquee {
	overflow: inherit !important;
	-moz-binding: none;
	}
blink { 
	text-decoration: none; 
	}
nobr { 
	white-space: normal; 
	}
	
/* BROWSER NEUTRALISATION ENDS */


body {
font-size:80%;
line-height: 1.4em;
font-family: Arial, Tahoma, sans-serif;
background: #ffffff;
word-wrap:break-word;
color:#000000;
margin: 0px 20px 20px 20px;
text-align: center;
}


h1, h2, h3, h4, h5, h6 {
font-family: Century Gothic, Arial, Tahoma, sans-serif;
padding: 8px 0 0 0 !important;
margin: 0 0 5px 0 !important;
}

h1 {
font-size: 2.3em !important;
margin: 0 0 20px 28px !important;
line-height: 1.1em;
}

h2 {
font-size: 1.7em !important;
margin: 0 0 13px 0 !important;
letter-spacing: 1px;
}

h3 {
font-size: 1.4em !important;
}

h4 {
font-size: 1.3em !important;
}

h5 {
font-size: 1.2em !important;
}

h6 {
font-size: 1.1em !important;
}

a {
color: #000000;
}

a:hover {
text-decoration: underline;
}

a:visited {
color: #000000;
}

#outer {
width: 970px;
margin: auto !important;
text-align: left;
}

#header{
padding: 0px;
}

#outer-center{
padding-top: 20px;
min-height: 150px;
}

#intro {
margin: 0 28px 16px 28px;
width: 914px;
}

#badgephoto {
float: right;
position: relative;
bottom: 48px;
right: 26px;
overflow: hidden;
}

#region1 {
width: 970px;
height: 98px;
background-image: url('../images/region1.jpg');
background-repeat: no-repeat;
padding: 10px 28px 0px 28px;
z-index: -999999;
/*border: 1px solid pink;*/
}

#region2 {
width: 970px;
height: 194px;
background-image: url('../images/region2.jpg');
background-repeat: no-repeat;
padding: 10px 28px 0px 28px;
z-index: -999999;
/*border: 1px solid green;*/
}

#region3 {
width: 970px;
height: 130px;
background-image: url('../images/region3.jpg');
background-repeat: no-repeat;
padding: 10px 28px 0px 28px;
z-index: -999999;
/*border: 1px solid blue;*/
}

.columns {

}

.col {
display: block;
float: left;
width: 220px;
height: 32px;
}

.countrylink {
font-size: 1.2em !important;
}

.countrylink img {
margin: 7px 10px 0px 0px;
vertical-align: text-bottom;
}

#footer {
margin-top: 15px;
}

.footertext {
margin: 10px 0 5px 0;
font-size: 0.7em;
text-align: center;
color: #888888;
}

.copyright {
font-size: 0.9em;
text-align: center;
color: #888888;
}

.center {
text-align: center;
}



#myCookieConsent {
    z-index: 999;
    min-height: 20px;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 20px 15px 20px;
    background: rgba(0,0,0,0.8);
    overflow: hidden;
    position: fixed;
    color: #cdcdcd;
    bottom: 0px;
    right: 10px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 15px;
    /*font-weight: bold;*/
}
#myCookieConsent div {
    padding: 5px 0 0;
}
#myCookieConsent a {
    color: #cdcdcd;
    display: inline-block;
	text-decoration: underline;
}
#myCookieConsent a:hover {
	color: #ffffff;
}
#myCookieConsent a#cookieButton {
    display: inline-block;
    color: #000000;
    font-size: 1.1em;
	background: #cdcdcd;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    float: right;
    border-radius: 20px;
	font-weight: bold;
	margin-top:5px;
}
#myCookieConsent a#cookieButton:hover {
    background: #ffffff;
	color: #000;
}