html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #555555;
}
h1 {
	font-size: 26px;
	color: #424951;
	letter-spacing: 1px;
}
h1 span {
	color: #0099FF;
	margin: -1px 0 0 -1px;
	position: absolute;
	letter-spacing: 1px;
}

h2 {
	font-size: 17px;
	color: #0099FF;
}

h3 {
	font-size: 12px;
	color: #0099FF;
}

a:link { 
	color: #4169e1;
} 

a:visited { 
	color: #663399;
} 

.container {
	width: 100%;
	height: 100%;
}

.header-wrap {
	width: auto;
	height: 147px;
	position: relative;
	border-bottom: solid white 1px;
}
.header-logo {
	width: 245px;
	height: 93px;
	top: 20px;
	left: 20px;
	position: absolute;
	z-index: 2;
	background-color: transparent;
}
.header-blue-fade {
	width: 962px;
	height: 147px;
	right: 0px;
	top: 0px;
	position: relative;
	background-image: url(../images/header_blue_fade.jpg);
	background-position: top right;
	z-index: 1;
	float: right;
}
.header-bottom-bar {
	width: 100%;
	height: 11px;
	position: absolute;
	left: 0;
	top:136px;
	z-index: 3;
	background-color: #44ACEB;
	background-image: url(../images/top-bar-corners.gif);
	background-repeat: no-repeat;
}

.header-right-wrap {
/**	width: 330px;**/
		width: 355px;
	height: 147px;
	position: absolute;
	right: 0;
	top:0;
	z-index: 4;
}

.header-right-search {
	width: 300px;
	height: 40px;
	position: absolute;
	right: 30px;
	top:37px;
	z-index: 5;
}
.header-right-button-members1{
	width: 106px;
	height: 42px;
	position: absolute;
	z-index: 5;
	bottom: 11px;
	right: 145px;
	background: url(/images/top_button_members.png) 0 0 no-repeat;
}
.header-right-button-members{
	width: 106px;
	height: 42px;
	position: absolute;
	z-index: 5;
	bottom: 11px;
	right: 143px;
	background: url(/images/top_button_members.png) 0 0 no-repeat;
}

.header-right-button-members:hover{
	background: url(/images/top_button_members.png) -106px 0;
}

.header-right-button-general{
	width: 106px;
	height: 42px;
	position: absolute;
	z-index: 2;
	bottom: 11px;
	right: 35px;
	background: url(/images/top_button_general.png) 0 0 no-repeat;
}

.header-right-button-general:hover{
	background: url(/images/top_button_general.png) -106px 0;
}

.main-content {
	width: 100%;
	z-index: 1;
	background-color: #EEEEEE;
	float: left;
	background-image: url(../images/nav_blue_fade.jpg);
	background-repeat: repeat-y;
}

.main-text {
	width: auto;
	height: 100%;
	background-color: #EEEEEE;
	position: relative;
	z-index: 1;
	margin-left: 260px;
	padding: 20px 20px 20px 20px;
	min-height: 650px;
	background-image: url(../images/main_text_grey_fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.left-nav {
	width: 260px;
	z-index: 3;
	border-right: solid white 1px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	position: relative;
	padding-top: 25px;
}

.leftcolumn {
	width: 100%;
	float: left;
	height: 100%;
	z-index: 9;
}
.leftcolumn1 {
	width: 100%;
	float: right;
	height: 100%;
	z-index: 9;
}

.middlecolumn {
	width: 30%;
	float: right;
	height: 100%;
	z-index: 9;
}

.rightcolumn {
	padding-left:20px;
	width: 30%;
	float: right;
	height: 544px;
	z-index: 9;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.footer {
	background:#DDDDDD;
	height: 12px;
	background-color: #424951;
	white-space: nowrap;
	z-index: 4;
	border-top: solid white 1px;
}
