/* ##### Common Styles ##### */

body {
  color: #000000;
  background-color: #dbebfa;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 78%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(34,70,79);
  cursor: help;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: white;
background-image: url('/images/azb-topback.gif');	
  background-color: #577B9C;
  margin:  0 0em 0;
  padding: 0 2.5mm 1ex 2mm;
  border-bottom: 2px solid white;
}

.headerTitle {
  margin: 0;
  padding: 0;
}

.headerTitle a {
  color: #577B9C;
  background-color: transparent;
  text-decoration: none;
  font-size: 83%;
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 105%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.headerLinks {
  font-size: 89%;
  position: absolute;
  right: 2ex;
  top: 5.00em;
}

[class~="headerLinks"] {
  top: 5.00em;  /* For fully standards-compliant user agents */
}

.headerLinks a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.headerLinks a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}


/* ##### Side Bar ##### */

#side-bar {
  font-size: 95%;
  text-align: right;
  width: 11em;
  float: left;
  clear: left;
}

.sideBarTitle {
  color: #254D72;
  background-color: #d3e2f1;
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1em 0.5ex 0.5ex;
  border-top: 1px solid rgb(34,70,79);
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

#side-bar li {
  margin: 0;
  padding: 1ex 1em 1ex 0.5ex;
  border-top: 1px solid rgb(34,70,79);
}

#side-bar a {
  color: #254D72;
  background-color: transparent;
  text-decoration: none;
}

#side-bar a:hover {
  color: white;
  background-color: #577B9C;
  text-decoration: none;
}

.sideBarText {
  text-align: justify;
  margin: 0;
  padding: 1ex 1.5ex;
  display: block;
  border-top: 1px solid rgb(34,70,79);
}

#side-bar .sideBarText a {
  text-decoration: underline;
}

#side-bar .sideBarText a:hover {
  text-decoration: none;
}

#side-bar .bottom {
  position: absolute;
  bottom: 5px
}

.thisPage {
  font-weight: bold;
}


/* ##### Main Copy ##### */

#faq-copy {
  font-size: 90%;
  text-align: justify;
  line-height: 1.2em;
  margin: 0 5mm 0 2.5em;
  padding: 0 0.5em 0.5ex 0.5em;
}

#main-copy {
  text-align: justify;
  line-height: 1.5em;
  margin: 0 5mm 0 9.5em;
  padding: 0 1em 1ex 1em;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

.darkerBox {
  color: #254D72;
  font-size: 120%;
  background-color: #d3e2f1;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid rgb(34,70,79);
}

.lighterBox {
  color: #254D72;
  font-size: 120%;
  background-color: #FFFFFF;
  /* background-image: url('/images/azb-background.gif'); */
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid #22464F;
  border-right: 3px solid #22464F;
  border-bottom: 3px solid #22464F;
}

.faqBox {
  color: #254D72;
  background-color: #d3e2f1;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px dashed rgb(34,70,79);
}

#main-copy h2 {
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
  font-size: 100%;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
}

#main-copy h3 {
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
  font-size: 70%;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
}

#main-copy h1 {
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
  font-size: 140%;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
}

#main-copy a {
  color: #254D72;
	font-weight: bold;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
	color: #254D72;
	font-weight: bold;
	text-decoration: none;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: white;
  background-color: #577B9C;
  font-size: 85%;
  margin: 0;
  padding: 1.25ex 4mm;
  clear: both;
}

#footer .left {
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

.subFooter {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0;
  padding: 1ex 4mm;
}

#subFooter .left {
  float: left;
  clear: left;
}

#subFooter .right {
  text-align: right;
}

.subFooter a {
  color: #254D72;
  background-color: transparent;
  text-decoration: underline;
}

.subFooter a:hover {
  text-decoration: none;
}

#foottop {
  color: white;
	background-color: #cacaca;
  font-size: 85%;
  margin: 0;
  width: 12em;
  padding: 1.25ex 4mm;
  clear: both;
}

#foottop .left {
  float: left;
  clear: left;
}

#foottop .right {
  text-align: right;
}

#foottop a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#foottop a:hover {
  text-decoration: none;
}

.code {
  color: #254D72;
  margin-left: 20px;
  margin-top: 10px;
}

.pic {
  text-align: center;
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }

#icon {
	border-width: 1px;
	border-spacing: 5px;
	border-style: dashed;
	border-color: #254D72;
	border-collapse: separate;
	padding: 15px;
}

.xxx	{
		font-size: 12px; 
		color:#22464F;
		text-align:left;
  	    border:1px solid #006666;
		background-color:#CDDBCD; 
		text-decoration: none;
  	    padding: 5px; 
		width:160px;
	  	}
.xx 	{ 
		font-size: 12px; 
		color:#22464F;
		text-align:left;
  	    border:1px solid #006666;
		background-color:#CDDBCD; 
		text-decoration: none;
  	    padding: 5px;
		}
.xxy	{ 
		font-size: 12px; 
		color:#22464F;
		text-align:left;
  	    border:1px solid #006666;
		background-color:#FFFFFF; 
		text-decoration: none;
  	    padding: 5px; 
		width:160px;
		}
.xy		{ 
		font-size: 12px; 
		color:#22464F;
		text-align:left;
  	    border:1px solid #006666;
		background-color:#FFFFFF; text-decoration: none;
  	    padding: 5px;
		}

        #icon {
	border-width: 1px;
	border-spacing: 5px;
	border-style: dashed;
	border-color: black;
	border-collapse: separate;
	padding: 15px;
}

.picfl {
	   float:left;
	   padding-right: 15px;
	   position: relative;
}

.picfr {
	   float:right;
	   padding-left: 15px;
	   position: relative;
}

#staffann {
	font-size: 85%;
	line-height: 120%;
	margin: 20px 20px 0px 40px;
}

#staffann fieldset {
	position: relative;
	margin: 0 0 1em 0;
	background: #EDF7FF;	
	padding: 10px;
	border: 1px solid #003366;
	border-right: 3px solid #003366;
	border-bottom: 3px solid #003366;
}

#staffann legend {
	position: absolute;
	top: -.5em;
	left: .2em;	
	color: white;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	background-color: #003366;
}
	
#staffann .date {
	font-size: 80%;
}

#staffann .subj {
	color: #003366;
	font-weight: bold;
}


#staffann .msg{
	padding-top: 10px;
}