body.v4master{
	overflow:auto!important;
}
h2#welcomeToSite 
{
    font-size: 1.6em;
	color:#0066cc;
	font-weight:bold;
    margin:20px 0 0 0;
    padding:0;
}

h3#pleaseSelectLang {
	font-size: 1.5em;
	font-weight:bold;
	color:#444;
    margin:10px 0 0 0;
    padding:0;
}
.splashcol ul  {
    margin:20px 0 10px 0 ;
    padding:0;
}

.splashcol ul li {
	text-align: left;
	display:block;
	width:100%;
	list-style-type:none;
	font-size:1em;
	background: #00611A; /* WAI Color contrast */
    /*background: #669900;*/
	border-bottom:1px solid #fff;
}

.splashcol ul li span {
	text-transform: uppercase;
	display: inline-block;
	color:#056731;
	font-size:1.2em;
	font-weight:bold;
	background:#d5d900;
	padding:10px;
	width:40px;
	border-right:2px solid #fff;
}
.splashcol ul li a{
	color: #fff;
	text-decoration: none;
	font-size:1.2em;
	padding:10px;
}

.splashcol ul li a:visited {
	color: #fff;
	text-decoration: none;
}

.splashcol ul li a:hover {
	text-decoration: underline;
}
@media (max-width: 40em) {
    #main_content {
        margin-top: 60px;
    }
    #header-inner {
        height: 65px;
    }
}