body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-image: url(../images/amti_purple_logo_greenhue.gif);
	background-attachment: fixed;
	margin: 0;
}
* html body {
	text-align: center;
}

#container {
	width: 802px;
	/*border-right: 1px green solid;
	border-left: 1px green solid;*/
	background: url(../images/background1.jpg) repeat-y;
	margin: 0 auto;
	overflow: auto;
}

* html #container {
	text-align: left;
}

.topHeader {
	width: 800px;
	height: 130px;
	/*background-image: url(../header.jpg);*/
	border-bottom: 1px #696 solid;
	margin: 0 1px;
}

.mainContent {
	width: 640px;
	font-size: 90%;
	float: left;
	display: block;
	background-color: #fff;
	margin: 0 0 15px 1px;
	padding: 0 5px;
	overflow: auto;
}

.leftNav {
	display: block;
	background-color: #fff;
	width: 139px;
	padding: 0;
	float: left;
	margin: 0 0 0 1px;
}

.leftNav ul{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.leftNav li {
	padding: 0;
	background: #696 url(../images/gradient1.jpg) repeat-x;
}

.leftNav li a{
	display: block;
	padding: 4px 0 4px 7px;
	border-bottom: 1px #fff solid;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}

.leftNav li a:hover {
	text-decoration: none;
	background-color: #eee;
	color: #000;
}

.leftNav ul#extra_stuff {
	margin:10px 0 0 3px;
	padding: 0px;
	width: 135px;
}
* html .leftNav ul#extra_stuff{
	margin-left: 0;
}

.leftNav ul#extra_stuff li {
	list-style-image: none;
	list-style-type: none;
	margin:0 0 2px 2px;
	padding: 0;
	width: 135px;
	background: none;
}
.leftNav ul#extra_stuff li a {
	border-bottom:0;
	font-size: .8em;
	background-color: #ccc;
	color: #000;
	width: 127px;
	display: block;
	text-decoration: none;
	padding: 3px 0 3px 2px;
}

.leftNav ul#extra_stuff li a:hover {
	background-color: #eee;
}

.footer {
	text-align: center;
	color: #fff;
	font-size: .7em;
	width: 802px;
	display: block;
	padding: 5px 0;
	background-color: #696;
	margin: 1px auto 0;
}

h1 span#h1_text {
	color: #696;
	float: left;
}

h1 span#h1_year {
	font-size: .7em;
	color: #444;
	float: right;
}
.clr_r {
	clear: right;
}

.clr_l {
	clear: left;
}

p { 
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;	
 }
 
.mainContent img {
 	margin:3px;
 }
 
 .mainContent ul {
	list-style-image: url(../images/double-arrow-right-green.jpg);
 }

 .normalTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width:100%;
}
a:link, a: active, a:visited { 
 	color: Teal;
  }
a:hover { 
	text-decoration: none;
 }
 
 h1, h2 {
 	color: Gray;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
 }
h1 {
	font-size: 1.5em;
	color: #696;
}

h1#welcome {
	padding:0 55px 0 0;
	font-size: 1.6em;
	display:inline;
	 background: url(../images/squigly.jpg) no-repeat right center;
}
  h2 {
	font-size: 1.1em;
	padding-top: 11px;
 }
 h2.welcome {
	color: #696;
 }
h3,  h3.a { 
	color: Gray;
	margin: 0px;
	font-size: 100%;
	padding-top: 9px;
	padding-bottom: 5px;
 }
 
 h4 { 
 	color: Gray;
	margin: 0px;
	font-size: 100%;
	font-style: italic;
  }
  
  .tiny {
  	font-size: 80%;
  }
  ul {
  	margin-top: 0px;
  }
  
li {
  	padding-top: 5px;
	padding-bottom: 5px;
  }
 
 .blue { 
 	padding-top: 7px;
 	color: #666699;
  }
  
.super {
	vertical-align: super;
	font-size: 65%;
	margin: -2px;
}

/* moves test on the button */
.icon {
background-repeat: no-repeat;
padding: 0 0 5px 18px;
}


 


.footNoteSeparator { 
	border-top: 1px solid Grey;
	width: 200px;
	margin-top: 50px;
	color: Gray;
 }
 
 .footNote { 
	color: Gray;
	list-style: square;
	margin-left: 23px;
	margin-top: 4px;
  }



.paddedBottom {
	padding-bottom: 240px;
}

.paddingBot {
	padding-bottom: 25px;
}

.paddingTop {
	padding-top: 25px;
}

.rmv_space {
	padding: 0px;
	margin: 0px;
}

.center {
	text-align: center;
}

.right {
	float: right;
	text-align: right;
}

.flt_r {
	float: right;
}

.flt_l {
	float: left;
}

.left {
	float: left;
}

.flt_center {
	float: none;
}

.testimonials {
	float: right;
	margin: 9px;
	border: 1px solid #696;
	width: 170px;
}

.testimonials p {
	margin: 0px;
	color: Black;
	padding-left: 3px;
	font-size: .8em;
}

.testimonials h2 {
	background-color: #696;
	margin: 0px;
	color: White;
	padding-left: 3px;
	font-size: .8em;
}

.redNote { 
	clear: both;
	color: Red;
 }
 
 .greenNote {
	color: Green;
}
 
table.center_pane_content, table.center_pane_content td  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
  }
  
 .indent20 { 
 	margin-left: 20px;
  }
  
  .indent50 { 
  	margin-left: 50px;
   }

.nonBreakContent { 
   	width: 580px;
    }
	
.halfThePage { 
		width: 250px;
	 }
	 
.scheduleTable  { 
	 margin-top: 10px;
	 	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	 	border: 1px  solid #696;
		border-collapse: collapse;
		width: 100%;
  }

.scheduleTable td  { 
	  border: 1px solid #696;
	  border-style: solid;
	  padding: 2px;
	  font-size: 95%;
	   }

.scheduleTable .header,  .registerTable .header{ 
		background: #696 url(../images/gradient1.jpg) repeat-x;
		color: White;
		font-size: 1.1em;
		font-weight: bold;
	   }
	   
  .registerTable  { 
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px  solid #696;
	border-collapse: collapse;
	width: 100%;
  }
  .registerTable tr {
	height: 20px;
}
.registerTable td {
	padding: 3px;
	vertical-align: top;
}

  .registerTable tr.highlight {
  background-color: #DBDBDB;
}

.blueQuote {
	color: Blue;
	font-style: italic;
}

.bor_1px_blk {
	border: 1px solid Black;
}

.imageCaption {
	text-align: center;
	font-size: .7em;
	margin: 0px;
	padding: 0px;
}

ul.testimonialsQuote li {
/*list-style-position: outside;
list-style-image: url(../images/pin_red.gif);*/
	border-bottom: 1px #DDD solid;
	list-style-image: none;
	list-style-type: none;
	margin-left: 5px;
	margin-bottom: 5px;
}
ul.testimonialsQuote li#last {
	border-bottom: 0;
}

.greenHeader {
		background-color: #696;
		color: White;
		font-size: 120%;
		padding: 4px 10px;
		width: 100%;
}

.clr_both {
      clear: both;
}

.transparentTable {
	border: none;
	width: 100%;
	font-size: 100%;
}

.transparentTable th {
	width: 35%;
	text-align: right;
	padding: 4px;
	vertical-align: top;
}

.transparentTable td {
	vertical-align: top;
	padding:4px;
}

.boldText {
	font-weight: bold;
}