/* ****************************************************************************** */
/* TEXT */


h2 {
  font-family: Georgia, Times New Roman, serif;
  font-size: 15px;
  color: #333333;
  display: inline;
}

.subhead {
  font-weight: bold;
}



/* ****************************************************************************** */
/* IMAGES */

img {
  border: 0px;
}

img.audio {
  padding: 2px;
  border: 1px solid #CCCCCC;
}



/* ****************************************************************************** */
/* CENTERED PAGE LAYOUT */

body {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 12pt;
  margin: 0px;
  text-align: center;
  background-color: #AAAAAA;
}

.page {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #FFFFFF;
  overflow: auto;
}

.clear {
  clear: both;
}

a:link { color: #666666; text-decoration: underline; }
a:visited { color: #666666; text-decoration: underline; }
a:hover { color: #666666; text-decoration: underline; }
a:active { color: #666666; text-decoration: underline; }



/* ****************************************************************************** */
/* HEADER */

.header_l {
  width: 620px;
  height: 145px;
  color: #000000;
  background-color: #FFFFFF;
  float: left;
}

.header_l .addmargin {
  margin: 7px 10px 10px 15px;
}



.header_r {
  width: 360px;
  height: 145px;  
  color: #000000;
  background-color: #FFFFFF;
  float: left;
}

	.header_r .addmargin {
	  margin: 10px 10px 10px 10px;
	  text-align: right;
	}

	.header_r a:link { color: #FFFFFF; text-decoration: underline; }
	.header_r a:visited { color: #FFFFFF; text-decoration: underline; }
	.header_r a:hover { color: #FFFFFF; text-decoration: underline; }
	.header_r a:active { color: #FFFFFF; text-decoration: underline; }



/* ****************************************************************************** */
/* ANNOUNCEMENT */

.announcement {
  width: 980px;
  background-color: #CCCCCC;
  clear: both;
  display: none;
}



/* ****************************************************************************** */
/* COLUMNS */

.columns {
  width: 980px;
  background-image: url("../images/bg.gif");
  clear: both;
  overflow: auto;
}

	.columns .left {
	  width: 200px;
	  color: #000000;
	  float: left;
	}
				
		.columns .left .section {
		  color: #FFFFFF;
		  font-weight: bold;
		  margin: 10px 0px 10px 0px;
		  background-color: #DD0000;
		}
		
		.brochure {
		  font-weight: bold;
		  margin: 8px;
		  background-color: #EEEEEE;
		  width: 200px;
		  float: right;
		  text-align: center;
		}
		
		.columns .left .section .addmargin {
		  margin: 0px 0px 0px 10px;
		}
		
		.columns .left .section a:link { color: #FFFFFF; text-decoration: none; }
		.columns .left .section a:visited { color: #FFFFFF; text-decoration: none; }
		.columns .left .section a:hover { color: #FFFFFF; text-decoration: underline; }
		.columns .left .section a:active { color: #FFFFFF; text-decoration: none; }
		
		.columns .left .item {
		  margin: 0px 0px 0px 10px;
		}
		
		.columns .left .item li {
		  margin: 0px 0px 5px -20px;
		}
		
		.columns .left .item a:link { color: #000000; text-decoration: none; }
		.columns .left .item a:visited { color: #000000; text-decoration: none; }
		.columns .left .item a:hover { color: #000000; text-decoration: underline; }
		.columns .left .item a:active { color: #000000; text-decoration: none; }
		
	.columns .right {
	  width: 780px;
	  border-top: 1px solid #CCCCCC;
	  float: left;
	}
	
		.columns .right .addmargin {
		  margin: 10px;
		}
		
		.columns .right .cols {
		  width: 100%;
		  overflow: auto;
		}
	
			.columns .right .c260 {
			  width: 260px;
			  float: left;
			}
		
			.columns .right .c390 {
			  width: 390px;
			  float: left;
			}

		.columns .right .section {
		  margin: 0px 0px 10px 0px;
		  border-top: 1px solid #DD0000;
		  border-bottom: 1px solid #AAAAAA;
		  border-left: 1px solid #AAAAAA;
  		  border-right: 1px solid #AAAAAA;
		  clear: left;
		}

		.columns .right .section_header img {
		  vertical-align: text-bottom;
		}

		.columns .right .section_header {
		  padding: 0px 10px 6px 10px;
		  border-left: 1px solid #DD0000;
		  border-right: 1px solid #DD0000;  
		  background-color: #DD0000;
		}

		.columns .right .section h2, .columns .right .section_header h2 {
		  font-size: 15px;
		  color: #FFFFFF;
		}

		.columns .right .section_header_top {
		  margin: 0px;
		}
		
		
		
		li {
		  margin: 0px 0px 5px -5px;
		}
		
		/*
		li {
		  margin: 0px 0px 5px -20px;
		}
		*/

		td {
		  font-size: 12px;
		  padding: 0px 10px 0px 0px;
		}
		
		/*
		td li {
		  margin: 0px 0px 5px -20px;
		}
		*/

.register {
	font-size: 14px;
	font-weight: bold;
    }
    
    .article_nav {
  position: relative;
  border: 1px solid #CCCCCC;
  margin: 0px 0px 0px 10px;
  float: right;
}

.article_nav2 {
  margin: 10px; }
  
  
.article_nav_font {
  margin: 0px 0px 10px 0px;
}

.article_nav_controls {
  margin: 0px 0px 2px 2px;
}

/* ****************************************************************************** */
/* FOOTER */

.footer {
  width: 980px;
  color: #999999;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #AAAAAA;
  clear: both;
}

	.footer .addmargin {
	  margin: 10px 10px 10px 10px;
	}
	
	.footer a:link { color: #999999; text-decoration: none; }
	.footer a:visited { color: #999999; text-decoration: none; }
	.footer a:hover { color: #999999; text-decoration: underline; }
	.footer a:active { color: #999999; text-decoration: none; }	