/********** HTML ***************/
body {
  background:#fff;
  background-image:url(images/bg.gif);
  margin:10 auto;
}

td {vertical-align: top;}

table.nav {
cellpadding:5px;
background:#fff;

}
td.nav {
background:#ccc;
border-right: 1px solid #333366;
border-bottom: 1px solid #333366;
font : normal 10px Verdana;
color:#000;
padding-left:10px;
}
td.current {
background:#333366;
border-right: 1px solid #333366;
border-bottom: 1px solid #333366;
font : normal 10px Verdana;
color:#fff;
padding-left:10px;
}
nav.td:hover {
background :#333366;
color:#fff;
}

h2 {
    line-height: 19px;
    font-size: 15px;
    }

h2.title {
    color: #E4AC24;
    }

h3 {
	color: #666;
	background: transparent;
	font-style: normal
}

ul{margin: 0 10px 10px 10px}
li {margin: 0 10px;}

#left-nav {margin-right:20px}

/********** LINKS *********/
a:link {
color: #660000;
text-decoration:none;
}
a:visited {
color: #660000;
text-decoration:none;
}
a:active {
color: #660000;
text-decoration:none;
}
a:hover {
color: #660000;
text-decoration:underline;
}
ul.nobullets {
list-style:none;
}


/********** here are the containing divs *****************/
#outer {
 width:750px;
 margin:auto;
 margin-top:0px;
 z-index:1;
}

#hdr {
 width:750px;
 height:97px;
 background:#fff;
 background-image:url(images/header_main.gif);
 background-repeat:no-repeat;
 text-align:right;
 }

 #clickhome{
 	float:left;
	height:84px;
	width:500px;
 }

 #hdrNew {
 width:750px;
 height:120px;
 background:#fff;
 background-image:url(images/header_main.gif);
 background-repeat:no-repeat;
 text-align:right;
 border-bottom:1px solid gray;
 }

 /* added 10 dec 2010 */
 #hdr {border-bottom:1px solid #566194;}

  #hdrNewHome {
 width:750px;
 height:120px;
 background:#fff;
 background-image:url(images/header_main.gif);
 background-repeat:no-repeat;
 text-align:right;
 }

 #address {
    font : normal 10px Verdana;
   color:#333;
   text-align:right;
   padding-right:10px;
   padding-top:10px;
   line-height: 14pt
}

/*added dec 10 2010*/
#address {
	float:right;
	height:84px;
	width:160px;
}

 #headerLogin {
    font : bold 10px Verdana;
   color:#660000;
   text-align:right;
   padding-right:10px;
   padding-top:20px;

     }

 #center {
 margin-top:0px;
  width:750px;
  float:left;
  background:#fff;
  background-image:url(images/home_bg.jpg);
  background-repeat:no-repeat;

}
 #interiorAbout {
 margin-top:0px;
  width:750px;
  float:left;
  background:#fff;

}
 #interiorContact {
 margin-top:0px;
  width:750px;
 float:left;
  background:#fff;
  margin-bottom:0px;

}
 #interiorMembership {
 margin-top:0px;
  width:750px;
 float:left;
  background:#fff;
  padding-bottom:10px;


}
 #interiorResources {
 margin-top:0px;
  width:750px;
  float:left;
  background:#fff;
  padding-bottom:10px;


}


/************* left nav div info  **********************/
#leftNav {
background:#fff;
width:191px;
height:191px;
float:left;
font : normal 10px Verdana;
}

#leftNavNew {
margin-top:10px;
background:#fff;
width:191px;
height:191px;
float:left;
}

table.nav {
cellpadding:5px;
background:#ccc;
border: thin dotted #333366;
}
#leftMembership {
background:#fff;
width:169px;
height:49px;
float:left;
margin-left:22px;
margin-top:20px;
}


/************* main text div info  **********************/
   #mainText {
    font : normal 10px Verdana;
    color:#000;
    text-align:left;
    padding-right:20px;
   padding-top:10px;
   line-height: 14pt;
   background-repeat:no-repeat;
   float:left;
   margin-top:10px;
   margin-left:10px;
   width:320px;
   height:121px;

}

#interiorConference {
 margin-top:0px;
  width:750px;
  height:1700px;
  background:#fff;
  padding-bottom:10px;

}

#mainTextInterior {
   font : normal 10px Verdana;
   color:#000;
   text-align:left;
   padding-left:20px;
   padding-right:20px;
   padding-top:10px;
   padding-bottom:10px;
   line-height: 14pt;
   float:left;
   margin-top:5px;
   margin-left:10px;
   width:700px;

}

#conference {
background:#fff;
width:150px;
float:left;
margin-top:10px;

}


#footer {
   background:#D8B672;
   font : normal 10px Verdana;
   color:#333;
   text-align:center;
   padding:5px;
   width:740px;
   margin-top:1px;

    }
	 #workshops {
   font : normal 10px Verdana;
   color:#000;
   background:#fff;
   line-height: 14pt;
   padding:20px;
 }


