* {margin:0;padding:0;border:none;}

:focus {-moz-outline-style:none}

body {
    font: 12px Arial, Helvetica, sans-serif;
    color: #666666;
    min-width: 980px;
    text-align: center;
    letter-spacing: .01em;
}

p {
    margin: 1.2em 0em;
}

ol {
    margin: 1.2em .5em;
}

ol li {
    margin: 1em 1em 1em 1.5em;
    list-style: decimal outside;
}

.hidden {
	display: none;
}

#main {
    visibility: hidden;
}

#content {
    background: #FFFFFF;
    height: 392px;
    width: 980px;
    position: relative;
    left: 0px;
    top: 4px;
}

#header {
    background: #662100;
    height: 175px;
    width: 980px;
    background: url(../images/header.png) no-repeat left top;
	text-align:left;
}
#header p{
	text-align:right;
	padding-right:5px;
	color:#FFFFFF;
	font-size:8pt;
	margin-top:0px;
	line-height:11pt;
}

#header a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#header a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:900;
}
#header a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#lang_button {
	text-align:center;
	padding-left:25px;
	padding-top:8px;
	width:225px;
	height:40px;
	font-size:24px;
	font-weight:900;
}
#lang_button a:link {
	color: #64250e;
	text-decoration: none;
	font-weight:900;
}
#lang_button a:visited {
	text-decoration: none;
	color: #64250e;
	font-weight:900;
}
#lang_button a:hover {
	text-decoration: none;
	color: #f4961d;
	font-weight:900;
}
#lang_button a:active {
	text-decoration: none;
	color: #64250e;
	font-weight:900;
}

#footer {
	position: relative;
    top: 0px;
    left: 0px;
    height: 24px;
    width: 980px;
    position: relative;
    left: 0px;
    top: 8px;
    border-top: 2px solid #CCCCCC;
}

#pdfLink {
	position: absolute;
    top: 3px;
    left: 0px;
}

#siteLink {
	position: absolute;
    top: 4px;
    right: 0px;
}

#col1 {
    background: #FFEBCC;
    height: 392px;
    width: 324px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#col2 {
    background: #F5E0D1;
    height: 392px;
    width: 324px;
    position: absolute;
    left: 328px;
    top: 0px;
}

#col3 {
    background: #EBD6CC;
    height: 392px;
    width: 324px;
    position: absolute;
    left: 656px;
    top: 0px;
}

.colHeader {
	border-bottom: 4px solid #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 324px;
    height: 114px;
}

#colHeader1 {
    background: #FE9900 url(../images/colHeader1.png) no-repeat left top;
}

#colHeader2 {
    background: #CC6518 url(../images/colHeader2.png) no-repeat left top;
}

#colHeader3 {
    background: #9A3101 url(../images/colHeader3.png) no-repeat left top;
}

#podcastLink1 {
	position: absolute;
    top: 72px;
    left: 88px;
}

#radioSpotLink1 {
	position: absolute;
    top: 90px;
    left: 88px;
}

#podcastLink2 {
	position: absolute;
    top: 72px;
    left: 88px;
}

#podcastLink3 {
	position: absolute;
    top: 72px;
    left: 88px;
}

.colBody {
	position: absolute;
    top: 118px;
    left: 0px;
    width: 324px;
    height: 274px;
}

.textHeader {
    font-weight: bold;
    color: #662200;
}

.scrollControllers {
    position: absolute;
    top: 5px;
    left: 17px;
    width: 15px;
    height: 48px;
}

.upArrow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 22px;
}

.downArrow {
    position: absolute;
    top: 26px;
    left: 0px;
    width: 15px;
    height: 22px;
}

.scrollOuter {
    position: absolute;
    top: 10px;
    left: 50px;
    width: 250px;
    height: 235px;
    
    text-align: left;
    
    overflow: hidden;
    clip: rect(0px 250px 235px 0px);
}

.scrollInner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
}
    


