/* CSS */

html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #455770;
	background: #e9f2f9 url(/images/page-bg.gif) top left repeat-x;
	margin: 0;
	min-height: 100%;
	height: 100%;
	font-size: 11px;
	line-height: 18px;
}
html>body body {
	height: auto;
}

/* LAYOUT */

#container {
	position: absolute;
	background: #FFFFFF url(/images/content-bg.gif);
	top: 0;
	width: 770px;
	left: 0;
	min-height: 100%;
	height: 100%;
	left: 50%;
	margin-left: -385px;	
}
html>body #container {
	height: auto;
}
#main-container {
	width: 770px;
	margin-bottom: 29px;
}
#treeblur {
	background: url(/images/treeblur.jpg) top left no-repeat;
	width: 70px;
	height: 172px;
	position: absolute;
	right: -70px;
	top: 0;
}
#header {
	background: #ffffff url(/images/header.jpg) top left no-repeat;
	height: 150px;
	width: 770px;
	overflow: hidden;
}
#header h1 {
	visibility: hidden;
}
#scroller {
	position: absolute;
	top: 9px;
	left: 23px;
	width: 523px;
	height: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
}

/* FOOTER */

#footer {
	clear: both;
	background: #0e4ca1;
	font-size: 10px;
	color: #b8d3ec;
	padding: 5px 0 0 10px;
	position: absolute;
	width: 760px;
	left: 0;
	bottom: 0;
	height: 17px;
	overflow:hidden;
	line-height: 12px;
	bottom:expression("0"); 

}

/* CONTENT */
#content {
	width: auto;
	/* must have some padding at the bottom*/
	padding: 25px 22px 10px 22px;
	background-color: #ffffff;
}

html>body #content {
	padding: 25px 25px 10px 25px;
}

#content ul {
	margin: 11px 0 11px 40px;
}
#content blockquote {
	margin: -13px 0 20px 40px;
	overflow: visible;
	height:expression(this.scrollHeight < 67 ? "67px" : "auto" ); 
	min-height:67px
}

#content blockquote p {
	margin: 0em 0em;
}

#content blockquote .thumb-img {
	margin: 0 1em 0 0;
	float: left;
	padding-top: 5px;
}

html>/**/body #content {
	padding-top: 14px;
}

#left-column{
	background: #dfebf5;
	float: left;
	margin: 0;
	width: 200px;
	min-height: 100%;
}
html>/**/body #left-column{
	margin-top: -1px;
}
#right-column {
/*	margin-left: 160px;*/
	width: 220px;
	margin-right: 0;
	float: right;
}
html>/**/body #right-column{
	margin-top: -1px;
}
#news-events-section {
	display: none;
}
#loginbox {
	background: #dfebf5 url(/images/logoin-bg.gif) no-repeat top left;
	width: 200px;
	height: 86px;
	padding: 0 0 0 0;
}
.login-formbox-u {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #455770;
	border-style: none;
	margin: 0;
	background-color: #ffffff;
	padding: 0;
	width: 129px;
	overflow: hidden;
	margin: 36px 0 0 12px;
	font-size: 10px;
}
html>/**/body .login-formbox-u {
	margin-top: 38px;
}
.login-formbox-p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #455770;
	border-style: none;
	margin: 11px 0 0 12px;
	background-color: #ffffff;
	padding: 0;
	width: 129px;
	overflow: hidden;
	font-size: 10px;
}
html>/**/body .login-formbox-p {
	margin-top: 11px;
}
.login-formbox-e {
	margin: 11px 0 0 12px;
}
html>/**/body .login-formbox-e {
	margin: 12px 0 0 12px;
}
#spacer {
	width: 25px;
	height: 1px;
}
