body {
	margin: 0; 
	padding: 0; 
	background: #EFF3F7; 
	color: #000; 
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	text-align: center; 
	}

#wrapper {
	width: 770px; 
	margin: 0 auto; 
	background: #fff;
	text-align: left; 
	}

#header {
	clear: both; 
	position: relative; 
	background-image: url(/inc/images/amcheaderamp.gif);
	height: 100px;
	width: 770px;
	margin-bottom: 0px;
	}

#secondaryMenu {
/*border: 1px solid red;*/
	margin: 0 0 0 0; 
	clear: both; 
	list-style: none inside; 
	color: white;
	background-color: #0069A5;
	height: 19px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	}
#secondaryMenu ul {	
	margin-left: 0;
	padding-left: 0;
}
#secondaryMenu li {
	float: left; 
	border: solid #0069A5; 
	border-width: 0 0 0 1px; 
	text-align: center; 
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 21px;
	background-color: #0069A5;
	}
#secondaryMenu li a { 
	display: block; 
	} 
#secondaryMenu li a:link {color: white; text-decoration: none; }
#secondaryMenu li a:visited {color: white; text-decoration: none; }
#secondaryMenu li a:active {color: yellow; }
#secondaryMenu li a:hover {color: yellow; text-decoration: underline; }

#main {
	clear: both; 
	border-top: 0; 
	background-repeat: repeat-y;
   background-image : url(images/copperHoriz3.jpg); 
	width: 770px;
	}


#navigation {
	float: left;
	margin: 0 5px 0 0; 
	padding: 10px 0 0 0;
	width: 160px; 
	color: #fff; 
	text-align: left; 
   background-repeat: repeat-y;
   background-image : url(images/copperHoriz3.jpg);
	}

	
#mainMenu {
	margin-left: 5px;
	width: 160px;
	min-width: 160px;
}	
#mainMenu ul {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   list-style : none none;
   list-style-position : outside;   
	}

#mainMenu ul li {
	padding: 0 0 5px 2px;
   background : #0069A5;
   vertical-align : baseline;
	white-space: nowrap;
	}

#mainMenu ul li a {
   color : white;
   text-decoration: none;
   margin: 0 0 1px 0;
   display: inline;
   width: 150px;
   background-repeat: no-repeat;
}
#mainMenu ul li a:visited { color: white; }
#mainMenu ul li a:hover   { color: yellow; text-decoration: underline;}
#mainMenu ul li a:active  { color: white;}
	
	
#login {
   width:160px;
	min-width: 160px;
   margin: 20px 0 0 5px;
   padding: 0 0 0 0;
}
#login p { font-size: 12px; font-weight: bold; text-align:center}
#login form {
	margin: 0;
	padding: 0;
	}
#login td {
	font-size: 11px;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   color : white;
	text-align: left;
}
#login td.label { font-weight: normal; text-align: right; }

#login table { padding: 0; width: 100%; }
#login input { font-size : 10px; background : #FFFFE0; font-weight : bold;	}
#login button { font-size: 10px; font-weight: bold; }
#login a         { font-weight: normal; color: white; text-decoration: none; }
#login a:visited { font-weight: normal; color: white; }
#login a:hover   { font-weight: normal; color: yellow; text-decoration: underline; }
#login a:active  { font-weight: normal; color: white; }
	

#content {
	float: right;
	width: 575px;
	margin: 10px 0 0 0; 
	text-align: left;
	vertical-align: top;
	}	

#footer {
	margin-left: 160px;
	clear: both; 
	background: #fff; 
	color: #000; 
	font-size: 9px; 
	text-align: center; 
	}


h1 {
   font-size : 16px;
   color : #733000;
   margin-top : 0;
   margin-bottom : 0px;
	padding-bottom: 5px;
	border-bottom: 0;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(/inc/images/greenline.gif);
	}

#h1a {
   font-size : 15px;
   font-weight: bold;
   color : #733000;
   margin-top : 0;
   margin-bottom : 10px;
	padding-bottom: 5px;
	border-bottom: 0;
	}


h2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	color: #004a94;
}

h2.gold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	color: #733000;
}

h3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 115%;
	color: #004a94;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3.black {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 115%;
	color: #000000;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#content ul {
	list-style-image: url(/img/bullet.gif);
   padding: 0 0 0 0;
   margin: 5px 10px 10px 18px;
	}

#content ul li {
   padding: 0 0 4px 2px;
   margin: 0 0 2px 0;
   color : Black;
   list-style-position : outside;
   text-align : left;
   vertical-align : baseline;
   font-size : 12px;
   margin-left : 0px;
	}

.superscript {
	vertical-align:super;
	font-size: 80%;
}




