body {
	margin:0;
	padding:0;
	color:#333;
	font-size:80%;
	font-family: "Trebuchet MS",verdana,helvetica,sans-serif;
	text-align:center;
	background-repeat: repeat-x;

}

h1 {
	font-size:16px;
	color: #99AA66;
	padding-left: 25px;
	background: transparent url('images/h1.gif') no-repeat top left;
	line-height: 24px;
	font-family: Verdana, sans-serif;

} 
h2 {
	margin-top: 5px;
	padding-left: 35px;
	background: transparent url('images/h1dark.gif') no-repeat top left;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 34px;
}
h3 {
	font-size:12px;
	font-family: Verdana, sans-serif;
}
.floatleft {
	float:left;
	margin-right: 6px;
}
.floatright{float:right;}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 760px;
	background: url("#.gif") repeat;
}
#wrapper2 {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 760px;
}
.arrow{
	background-image: url(images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 110px 6px;
}
.arrow2{
	background-image: url(images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 119px 6px;
}
#header {
	margin: 0;
	background-image: url(images/amtatopbanner.jpg);
	height: 200px;
}
#topmenu {
	float: right;
	margin-right: 275px;
}

#topmenu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
	line-height: 0px;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	padding: 0 5px;
	border-left: 1px solid #cc3333;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#topmenu a:hover {
	text-decoration: underline;
}
#side-a {
	float: left;
	width: 200px;
	margin-top: -2px;
	margin-bottom: -14px;
}
#leftcontent{
	margin-top: -18px;
	clear: both;
	margin-left: 15px;
}
#lroundcont{
	background-repeat: repeat-y;
	background-image: url(images/leftmiddlebk.jpg);
	width: 196px;
}
#lroundconttop{
	width: 196px;
	height: 49px;
	background-image: url(images/topleftbox.jpg);
}
#lroundcontbottom{
	background-image: url(images/bottomleftbox.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 196px;
	margin-top: -34px;
}

/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px; /*For KHTML*/
  list-style: none;
}

ul#navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
}

/* Root Menu */
ul#navmenu a {
	border: 1px solid #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 0 6px;
	display: block;
	color: #FFFFFF;
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	background-color: #7788bb;
	font-weight: bold;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a
 {
	color: #ccddff;
	background-color: #99aa66;
	font-weight: bold;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	color: #ccddff;
	background-color: #99aa66;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	color: #FFF;
	background-color: #CCAA66;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
#side-b {
	margin: 0;
	float: left;
	width: 548px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin-left: 12px;
}
#rtcont{
	background-image: url(images/rightsidemiddle.jpg);
	background-repeat: repeat;
	width: 558px;
}
#rttop{
	height: 72px;
	width: 558px;
	background-image: url(images/rightsidetop.jpg);
}
#rtbottom{
	background-image: url(images/rightsidebottom.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 558px;

}
#rightcontent{
	padding-right: 6px;
	padding-left: 6px;
	margin-top: -44px;
}
#rightcontent2{
	padding-right: 6px;
	padding-left: 6px;
	margin-top: -44px;
	background-image: url(images/massageblue.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#rightcontent3{
	padding-right: 6px;
	padding-left: 6px;
	margin-top: -44px;
	background-image: url(images/);
	background-repeat: no-repeat;
	background-position: center center;
}
#rightcontent4{
	padding-right: 6px;
	padding-left: 6px;
	margin-top: -44px;
	background-image: url(images/);
	background-repeat: no-repeat;
	background-position: center center;
}
#rightcontent5{
	padding-right: 6px;
	padding-left: 6px;
	margin-top: -44px;
	background-image: url(images/);
	background-repeat: no-repeat;
	background-position: center center;
}
#rightcontent6{
	padding-right: 6px;
	padding-left: 6px;
	margin-top: -44px;
	background-image: url(images/);
	background-repeat: no-repeat;
	background-position: center center;
}#rightcontent7{
	padding-right: 6px;
	padding-left: 6px;
	margin-top: -44px;
	background-image: url(images/);
	background-repeat: no-repeat;
	background-position: center center;
}#rightcontent8{
	padding-right: 6px;
	padding-left: 6px;
	margin-top: -44px;
	background-image: url(images/massagegrey.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#rightcontent9{
	padding-right: 6px;
	padding-left: 6px;
	margin-top: -44px;
	background-image: url(images/massagegreen.gif);
	background-repeat: no-repeat;
	background-position: center 125px;
}
#rightcontent10{
	padding-right: 6px;
	padding-left: 6px;
	margin-top: -44px;
	background-image: url(images/massagepeach.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer {
	clear: both;
	text-align: center;
}
.footercontent{
	margin-right: 200px;
}
/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(images/icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(images/icon_popup.gif) no-repeat center right;
}


a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(images/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(images/icon_xls.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(images/icon_external.gif) no-repeat center right;
}
.join{
	text-align: left;
	margin-left: 235px;
}
.join2{
	text-align: left;
	margin-left: 175px;
}
.clear{ clear:both;}
.clear2{
	clear:both;
	width: 235px;
	margin-top: -125px;
}
.massagepic{
	float: left;
	margin-left: 6px;
	margin-top: 24px;
	margin-right: 6px;
		text-align: center;

}
.mission{
	text-align: center;
	margin-top: 2px;
	margin-bottom: -6px;
}
.anchors{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: -6px;
}
.usefullinks li{
	margin-left: 75px;
	width: 80%;
	font-weight: bold;
	list-style-type: none;
	padding-top: 12px;
}
.todaysdate{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #7788BB;
	font-weight: bold;
	text-align: center;
	margin-right: 35px;
	float: right;
	clear: both;
	margin-top: 12px;
}
.journal{
	float: left;
	margin-left: 55px;
	text-align: center;
}
.boardmembers{
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99aa66;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #99aa66;
	margin-left: 12px;
		margin-top: 6px;

}
.jobnetwork{
	float: right;
	clear: both;
	margin-right: 6px;
}
.amtacenter{
	margin-left: 6px;
	font-size: 11px;
	font-weight: bold;
}
