/* Font sizes get progressively smaller so the higher the h number, the smaller the font
   except h5 and h6 where the difference is in alignment
*/

h1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}


h2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: auto;
	border: 0px;
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	margin-top:0px;
	margin-bottom:0px;
	}
	
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	}

p, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	margin-bottom:0px;
	margin-top:0px;
	}

.MABaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	}

td     {
    border-collapse: collapse;
    }
table    {
    border:0px;
     }

#home_table  {
	border: 8px;
	height:600px;
	padding:10px;
	border-color:#008194;
	border-style:solid;
	}
	 
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	margin-bottom:0px;
	margin-top:0px;
	}

	
/* allows for centering text */
#center_text {
	text-align: center;
	}

#left_text {
	text-align: left;
	}
	
#right_text {
	text-align: right;
	}

td     {
    border-collapse: collapse;
    }

 
/* border-collapse is to keep the tables from showing borders in Netscape and Mozilla */
table
	{
     border-collapse: collapse;
	 border:0px;

	}

body
	{
     background-color: #FFFFFF;
	}

#layer0
	{
     margin: 9px 9px 0px 9px;
     background: #008194;
	}
#hottopics
	{
     margin: 9px 9px 0px 9px;
     background: #FFFFFF;
	}
#alert
    {
	color:#FF0000;
	}
#topnav
	{
     background: #008194;
     width: 45%;
     margin-bottom: 5px;
	 position: relative;
	 margin-left: 50%;
	}
#topnav_home
	{
     background: #FFFFFF;
     width: 45%;
     margin-bottom: 5px;
	 position: relative;
	 margin-left: 50%;
	}
#pgtitle
	{
     background: #008194;
     width: 100%;
	 margin-left: 0px;
	}

#titlepic
	{
     margin-top:25px;
     margin-left:50px;
	}


#space
	{
     background: #008194;
     width: 100%;
     height: 30px;
	}

#leftnav
	{
     background: #008194;
     width: 16%;
	}

#main
	{
     background: #008194;
     width: 100%;
	}

#maincontent
	{
     background: #FFFFFF;
	}

#leftmain
	{
    background: #FFFFFF;
    width: 35%;
	}

#rightmain
	{
    background: #999966;
    width: 65%;
	}

#bottom
	{
    background: #FFFFFF;
    width: 100%;
	}
	
#bottom_home
	{
	background-image:url(../../images/other_images/beige193.jpg);
    width: 100%;
	}
	
#indent
	{padding-left: 45pt; 
	text-indent: -45pt;
	}
	
#padding
	{
	padding: 20px 10px 10px 20px;
	}

#pad_left
	{
	padding-left:10px;
	}
	
/* I believe this is for conferences/index_conf.html */
div.scroll 
	{
	height: 135px;
	width: 350px;
	overflow:auto;
	border: 1px solid #666;
	background-color: #ccc;
	padding: 2px;
	margin-top:15px;
	}

#highlight
	{
	background-color: #008194;
	font-size: 18px;
	}
/* the following were all added so that the pages would print without the left navigation and other items */

#noprint
	{
	font-family: Arial, Helvetica, sans-serif;
	}
#w200
	{
	width: 200px;
	}
#w100pct
	{
	width: 100%;
	}
@media print {
  #noprint {display:none;}
  #w200 {width:0px;}
  #w100pct {width:75%;}
  #bottom_home {display:none;}
  }
  
	
