body {
	margin-top: 0;
	padding-top: 0;
	font: 62.5% arial, sans-serif;
	color: #fff;
	background: #d7e5e8;
}


h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.4em;
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
}

p, td, li {
	font-size: 1.3em;
}

p {
	margin-bottom: 8px;
}

label {
	font-size: 1.3em;
}

li {
	margin-bottom: 12px;
}

a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

img {
	border:0;
}

div.box {
	border: 1px solid #fff;
	padding: 3px;
}

div.clearall {
	clear: both;
}

.error-message {
	color:red;
	background: white;
	font-size:18px;
	font-weight:bold;
}

#wrapper {
	width: 955px;
	margin: 0 auto 0 auto;
	background: #468384;
}

/*** header ***/
#header {
	width: 955px;;
	height: 167px;
	margin:0;
	padding:0;
	background: #ffffff url(../images/header-bg.jpg) no-repeat left top;
}

#header ul {
	clear:both;
}
#header li {
	float: left;
}

#header #banner-top-padding {
	height: 46px;
	padding: 0;
	margin: 0;
}

#header .banner {
	width: 860px;
	height: 121px;
	margin-left: 20px;
	padding: 0;
	background: #fff url(../images/banner.png) no-repeat left bottom;
}

*html #header .banner {
	margin-left: 0px;
}

#header .banner h1 {
	width: 0;
	height: 0;
	text-indent: -999px;
}

#header .banner #top-nav {
	margin-bottom: 0px;
	margin-top: 23px;
}

*html #header .banner #top-nav {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
}

#header .banner #top-nav ul {
	padding-left: 0;
	margin-top: 21px; /* 91px; */
	list-style-type: none;
}

*html #header .banner #top-nav ul {
	position: absolute;
	top: 0px; /* 98px; */
	margin-top: 0px;
	padding-top:0; /* 40px; */
}

#header .banner #top-nav ul li {
	display: inline;
	padding:0;
	margin: 0;
}

#header .banner #top-nav ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.0em;
}

#header-spacer {
	height: 14px;
	width: 100%;
	border-bottom: 3px solid white;
}

#header a {
	font-size: 1.3em;
}

#header #divTextResizing {
	float:right;
	position:relative;
	right:1.5em;
	top:0.5em;
}

#header #divTextResizing ul {
	margin: 0;
	padding: 0;
}

#header #divTextResizing li {
	float:none;
	display:inline;
}
#header #divTextResizing a {
	font-size: 0;
}
#header .TextResizing a.medium {
	margin-left:0.4em;
}
#header .right {
	float:right;
}

*html #divTextResizing {
}
/*** header - END ***/

/*** main-content ***/
#main-content {
	clear: both;
	width: 955px;
	background: url(../images/maincontent-bg.png) repeat-y top left;
}
/*** main-content - END ***/

/*** left-column ***/
#left-column {
	width: 235px;
	margin-left: 0;
	float: left;
}

#left-column a {
	text-decoration: none;
}

.left-panel {
	width: 192px;
	min-height: 34px;
	float: left;
	margin-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	color: #fff;
}

#left-column .red {
	background: #cc0033 url(../images/lhs-panel-red.png) no-repeat right bottom;
}

#left-column .green {
	background: #566b21 url(../images/lhs-panel-green.png) no-repeat right bottom;
}

#left-column .purple {
	background: #5e2154 url(../images/lhs-panel-purple.png) no-repeat right bottom;
}

#left-column .blue {
	background: #31417d url(../images/lhs-panel-blue.png) no-repeat right bottom;
}

#left-column #poll-panel {
	padding-bottom: 8px;
}

#left-column select {
	width: 204px;
}

#left-column option {
	font-size: 0.8em;
}
/*** left-column - END ***/

/*** main-column ***/
#main-column {
	width: 430px;
	min-height: 200px;
	float: left;
	margin-top: 0;
	padding: 25px;
	background: #244444;
}

#main-column td label {
	font-size: 1.0em;
}

#main-column pre {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
}

*html #main-column pre {
	font-size: 1.0em;
}
/*** main-column - END ***/

/*** video-container ***/
.video-container {
	width: 132px;
	margin: 4px 6px 5px 3px;
	float: left;
	padding-bottom: 4px;
	border: 1px solid white;
}

.video-container img {
	width: 130px;
	height: 82px;
	border: 1px dashed white;
}

.video-container p {
	margin-left: 3px;
	margin-right: 3px;
}

.popup-player {
	display: none;
}
/*** video-container - END ***/

/*** right-column ***/
#right-column {
	width: 235px;
	margin-right: 0;
	float: right;
}

#right-column a {
	text-decoration: none;
}

#right-column button {
	color: #000;
	background: #fff;
	font-weight: bold;
	margin-top: 4px;
}

#right-column img {
	width: 90px;
}

.right-panel {
	width: 204px;
	float: right;
	margin-bottom: 8px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
}

.right-panel.purple {
	background: #5e2154 url(../images/rhs-panel-purple.png) no-repeat left bottom;
}

.right-panel.ruby {
	background: #aa0066 url(../images/rhs-panel-ruby.png) no-repeat left bottom;
}

.right-panel.white {
	color: #000;
	background: #fff url(../images/rhs-panel-white.png) no-repeat left bottom;
}

.right-panel.green {
	background: #566b21 url(../images/rhs-panel-green.png) no-repeat left bottom;
}

.right-panel.blue {
	background: #31417d url(../images/rhs-panel-blue.png) no-repeat left bottom;
}
/*** right-column - END ***/

/*** footer ***/
#footer {
	clear: both;
	height: 87px;
	padding-left: 24px;
	background: #fff url(../images/footer-bg.jpg) no-repeat left bottom;
	color: #fff;
	font-weight:bold;
}

#footer-helpline {
	padding-top: 10px;
	font-size: 1.7em;
}

#footer-charityinfo {
	clear: both;
	float: left;
	padding-top: 34px;
}

#pbib {
	background: white;
	height: 24px;
	display:block;
	padding: 1px;
}
#pbib a {
	background:white url(/images/wbib.png) no-repeat scroll 2px 0;
	color:navy !important;
	display:block;
	padding:0 0 5px 2px;
	text-indent:-9999px !important;
	width:91px;
	float:right;
	margin: 2px;
	margin-right: 8px;
}
#pbib a:hover {
	background-position:2px -20px;
}
/*** footer - END ***/

a.button-left span.button-right {
background:transparent url(../images/button-left.png) no-repeat scroll left top;
display:block;
padding:4px 0 5px 5px;
color: #000;
font-size: 0.9em;
}

a.button-left {
background:transparent url(../images/button-right.png) no-repeat scroll right top;
color:#000000
display:block;
height:22px;
padding-right:5px;
float: left;
}

*html #header #banner-top-padding {
	height: 27px;
}

*html #left-column option {
	font-size: 0.3em;
}

*html #main-column {
	width: 425px;
	padding: 25px;
}


*html .video-container {
	margin-left: 0;
}

*html .video-container p {
	margin-left: 2px;
	margin-right: 2px;
}

*html #right-column {
	width: 230px;
}