* {
    margin: 0;
    padding: 0;
}

.resultsCenter {
    width:600px;
    margin: 0 auto;
    text-align: left;
}

body {
    padding-bottom: 20px;
    font-family: Georgia;
    cursor: default;
    text-align: center;
}

body a {
    outline: none;
    color: #369;
    text-decoration: none;
}

body a:hover {
    text-decoration: underline;
}

body a img {
    border: 0;
}

body .center {
    text-align: center;
}

body .hidden {
    display: none !important;
}

body .clear {
    clear: both;
}

body .clearFix {
    height: 0.01%;
}

#container {
    width: 960px;
    margin:0 auto;
}

#header {
    background: #036;
    color: #fff;
	display: block;
	height: 63px;
	width: 100%;
}

#header #panel {
    float: right;
}

#header #panel ul.lang-select {
    list-style-type: none;
    margin-top: 18px;
    margin-right: 18px;
}

#header #panel ul.lang-select li {
    display: block;
    float: left;
    font: bold 11px Georgia;
    color: #92b9d6;
    line-height: 24px;
}

#header #panel ul.lang-select li.lang {
    padding-left: 8px;
}

/***/

#header #panel ul.lang-select li.lang a {
    display: block;
    padding-left: 10px;
    background: transparent url(/images/lang-combo.gif) no-repeat top left;
    text-decoration: none;
    color: #FFF;
    font-size: 10px;
    width: 90px;
}

#header #panel ul.lang-select li.lang a span {
    display: block;
    line-height: 20px;
    padding-bottom: 4px;
    padding-right: 30px;
    background: url(/images/lang-combo.gif) no-repeat top right;
}

#header #panel ul.lang-select li.lang a:hover span,
#header #panel ul.lang-select li.lang a.hover span {
    background-position: bottom right;
}

/***/

#header #panel ul.lang-select li.sep {
    background: url(/images/separator.gif) no-repeat top center;
    width: 1px;
    padding: 0 10px;
    height: 24px;
}

#header #panel ul.lang-select li.login a {
    color: #FFF;
    font-size: 10px;
    text-decoration: none;
    padding-right: 8px;
    background: url(/images/arrow-right-white.gif) no-repeat right center;
}


#header #panel ul.lang-select li div.combo {
    position: absolute;
    margin-top: -5px;
    border-top: 1px solid #4076A5;
    border-bottom: 1px solid #2C567F;
    margin-left: 1px;
    background-color: #306396;
}

#header #panel ul.lang-select li div.combo ul li {
    float: none;
}

#header #panel ul.lang-select li div.combo ul li a {
    padding: 0;
    background: none;
    padding-left: 10px;
}

#header #panel ul.lang-select li div.combo ul li a:hover {
    background-color: #396E9F;
}

#logo {
    float: left;
    padding-top: 2px;
    background-color:#036;
}

#logo a {
    float: left;
}

#slogan {
    font-size: 12px;
    color: #75a3d2;
    letter-spacing: 1px;
    float: left;
    padding: 26px 0 15px 15px;
    background: #036 url(/images/header-separator.gif) no-repeat;
    border: 0;
}

.resultsFooter { width:100%;
				font-family:Georgia;
				font-size:11px;
				text-align:center;
				font-weight:bold;
				color:#999999;
				margin-top:20px;
				padding-top:15px;
				border-top:1px solid #CCC;}

.resultsFooter p{ margin:0;}
