html{height:100%; margin-bottom: 1px;}

body {
	height:100%;
	background-repeat: repeat-x; 
	background-position: top center; 
	background-image: url("./images/bg.png");
	background-color:#e8eff8;
}

* {
padding:0; margin:0;
}


#mainContainer {
	position:relative;
	width: 757px;
	margin: 0 auto;
	min-height: 100%;
	background: #ffffff url(./images/fauxcols.gif) repeat-y; /*** This is our faux columns ***/
	border-left:1px solid #90b0e0;
	border-right:1px solid #90b0e0;
}

* html #mainContainer {
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}


#sidebar{
	width:207px;
	z-index:1;
	float:left;
	background-color:#e4ecf7;
}


#sidebarpad{
	padding: 0 9px 0 9px;
}

#content{
	width:547px;
	float:left;
	background-color:#ffffff;
}

#contentpad{
	padding: 168px 18px 18px 18px;
}


#logo{
	position:absolute;
	top:16px;
	left:550px;
	z-index:3;
}


#masthead_img{
	height:207px;
	padding:0; margin:0;
	border-bottom:1px solid #fff;
}

.clear{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}


#sidebar p, .newstxt {
	color: #707070;
	font-family: helvetica,arial,'sans-serif';
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

#sidebar p.newshead{
	color: black;
	font-family: helvetica,arial,'sans-serif';
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

#sidebar p.newsdate{
	color: #456493;
	font-family: helvetica,arial,'sans-serif';
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

#sidebar p.foot{
	color: #000000;
	font-family: helvetica,arial,'sans-serif';
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
}

#sidebar a.footr, #sidebar a.footr:link, #sidebar a.footr:visited{
	color: #000000;
	font-family: helvetica,arial,'sans-serif';
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: underline;
}
#sidebar a.footr:hover{
	color: #a65f87;
}


#sidebar a, #sidebar a:link, #sidebar a:visited{
	color: #a65f87;
	font-family: helvetica,arial,'sans-serif';
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#sidebar a:hover{
	text-decoration: underline;
}


.sidebargap {
	height:24px;
}

h1{
	color: #456493;
	font-family: helvetica,arial,'sans-serif';
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 16px;
}

h2 {
	color: #2c66bb;
	font-family: helvetica,arial,'sans-serif';
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 16px;
}

#content p, .para, li{
	color: #000000;
	font-family: helvetica,arial,'sans-serif';
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 16px;
}

#content ul, ol {
	margin-left: 18px;	
}


#content a, #content a:link, #content a:visited{
	color: #a65f87;
	font-family: helvetica,arial,'sans-serif';
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}


.rule{
	height:1px;
	border-top: 1px #90b0e0 solid;
	margin-bottom: 16px;
	font-size: 0px;
	line-height: 0px;
}


.pdf_div{
	border-width: 1px;
	border-color: #d2dfee;
	border-style: solid;
	background-color: #f9fcff;
	padding:4px;
	margin-bottom: 16px;
}
.pdf_icon{
	float: left;
	width:50px;
}
.pdf_text{
	float: left;
	width:450px;
}

.memb_logo {
	width:170px;
	float:left;
	margin: 0 auto 0 auto;
	text-align:center;
}

/* -------------------------------------------------------------------------*/
/* CONSTANT MENU  STUFF */

#menu{
	position:absolute;
	top:71px;
	left:177px;
	overflow:hidden;
	height:41px; width:602px;
}
#menu ul{
	/* NOTHING */
}
#menu ul li {
	display: inline;
}


