﻿html
{
    padding:0px; 
    margin:0px; 
    border:0px;
}

body 
{
    font-family:Verdana;
    font-size:11px;
    line-height:16px;
    color:#223A78;
    padding:0px; 
    margin:0px; 
    border:0px;
}

#rightspacer
{
    background-color:#8895a8;
    height:100%;
}

#siteContent
{
    width:1004px;
}

h1
{
    font-size:18px;
    font-weight:normal;
    color:#3e5389;
    padding:0px;
    margin:0px;
}

h2
{
    font-size:17px;
    font-weight:bold;
    color:#3e5389;
    padding:0px;
    margin:0px;
}

h3
{
    font-size:13px;
    font-weight:bold;
    color:#223a78;
    padding:0px;
    margin:0px;
}

div.blueBlock
{
    vertical-align:top;
    padding:7px;
    background-color:#ebedf3;
}

tr
{
    vertical-align:top;
}

a, a:visited, a:hover
{
    color:#223a78;
    text-decoration:underline;
}

a.black, a.black:visited, a.black:hover
{
    color:#000000;
}

.ulDownloadThanks
{
	padding:15px 0px 0px 15px;
	margin:0px;
}

div.youtubeembed {
	width:640px;
	margin-left:auto;
	margin-right:auto;
}


#language-selector {
    background: url("../../img/languageselector/arrow_down.png") no-repeat scroll 120px center transparent;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    height: 24px;
    padding-right: 24px;
    position: relative;
    width: 114px;
}

#language-selector .value { height: 24px; line-height: 24px; padding: 0 0 0 28px; }

#language-selector ul {
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
    width: 140px;
    z-index: 1000;
}

#language-selector ul li 
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    height: 24px;
    line-height: 24px;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 28px;
}

#language-selector .german  { background: url("../../img/languageselector/de.png") no-repeat scroll 6px center #FFFFFF; }
#language-selector .english { background: url("../../img/languageselector/gb.png") no-repeat scroll 6px center #FFFFFF; }
#language-selector .dutch   { background: url("../../img/languageselector/nl.png") no-repeat scroll 6px center #FFFFFF; }
#language-selector .chinese { background: url("../../img/languageselector/cn.png") no-repeat scroll 6px center #FFFFFF; }
#language-selector .spanish { background: url("../../img/languageselector/es.png") no-repeat scroll 6px center #FFFFFF; }

