/* CSS Document */

* {font-size: 100%; padding: 0; margin: 0;}

body {
	background-color:white;
	margin:20px;
	padding:0px;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#03c;
	}
h2 {
	font:bold 15px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#0033cc;
	}
p {
	line-height: 1.6;
	margin:0px 0px 1.1em 0px;
	padding:0px;
	}

ul {
	list-style-type: disc;
	list-style-position: outside; 
	margin:0px 0px 1.1em 2em;
	padding:0px;
	}

li {
	list-style-position: outside; 
	line-height: 1.8em;
	margin:0px 0px 1.1em 2em;
	padding:0px;
	}

ol {
	list-style-type: decimal;
	list-style-position: outside; 
	margin:0px 0px 1.1em 2em;
	padding:0px;
	}

legend {
	line-height: 1.8em;
	margin:0px 2px 0px 2px;
	padding:0px;
    color:#03c;
}

a {
	color:#006;
	text-decoration:underline;
	}

a:link {color:#006;}

a:hover {
    color:#006;
    background-color:#eee;
}
img {
	border: none;
}
#Header {
	margin:0px 0px 84px 0px;
	padding:0px 0px 0px 0px;
	height: 85px;
	background-image: url("/images/ayso104banner.gif"); 
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #006; 
	}

#Header a {
	display: block;
	text-align:right;
	margin-top: 65px;
	margin-right: 5px;
	font-weight:100;
	color: #999;
	background-color: transparent; 
	text-decoration: none;
}

#Header a:link {
	display: block;
	text-align: right;
    color:#999;
	background-color: transparent; 
}

#Header a:hover {
	display: block;
	text-align: right;
    color:#999;
	background-color: transparent; 
}


#PrintHeader { display: none; }

.headline {
	display:block;
	font:19px/20px verdana, arial, helvetica, sans-serif;
	margin:1em 5em 5px 0px;
	padding:0px;
	color:#03c;
	border-bottom: 1px solid #03c;
	clear: both;
	}	
 
.headline-first {
	display:block;
	font:19px/20px verdana, arial, helvetica, sans-serif;
	margin:1em 5em 5px 0px;
	padding:0px;
	color:#03c;
	border-bottom: 1px solid #03c;
	}	
 
 .spacer {
    display:block;
	font:19px/20px verdana, arial, helvetica, sans-serif;
	margin:1em 5em 5px 0px;
	padding:0px;
	color:#03c;
}

.indent p{
    display: block;
    line-height: 1.0em;	
    margin:0.5em 0px 0px 3em;
	padding:0px;
}

.new p{ color:red; }
.new li{ color: red; }
.new a{ color: red; }


/* Add the styles for a navigation bar across the top */
/* Use z-index: 5 so the overlapping logo will be underneath the 
   navigation bar */

#top_nav {
	position:absolute;
	display: block;
	top:105px;
	left:20px;
	margin-top:0.5em;
	padding: 0; 
	border:1px solid black;
	background-color:#9cf;
	z-index: 10;
}

#top_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#top_nav a, #top_nav h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#top_nav h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#top_nav a {
	color: #006;
	background-color: #9cf;
	text-decoration: none;
}

#top_nav a:hover {
	color: #a00; 
	background: #fff;
}

#top_nav li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 8em;  
	float: left;
}

#top_nav ul ul {
	position: absolute;
	z-index: 500;
}

#top_nav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#top_nav ul ul {
display: none;
}

div#top_nav ul ul,
div#top_nav ul li:hover ul ul,
div#top_nav ul ul li:hover ul ul
{display: none;}

div#top_nav ul li:hover ul,
div#top_nav ul ul li:hover ul,
div#top_nav ul ul ul li:hover ul
{display: block;}


/* Styles for breadcrumbs */
#breadcrumb {
	position:absolute;
	display: block;
	top:144px;
	left:20px;
	margin-top:0.5em;
	padding: 0; 
	z-index: 5;
	color: #000;
	background-color: #fff;
	padding: 3px;
	margin-bottom: 25px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	}

#breadcrumb ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#breadcrumb ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
#breadcrumb a {
	font-weight: bold;
	}

.odd_row td {
    font: 13px/20px verdana, arial, helvetica, sans-serif;
    background-color: #6cf;
    color: #000;
    }

.odd_row a {
    font: 13px/20px verdana, arial, helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    }

.odd_row a:hover {
    font: 13px/20px verdana, arial, helvetica, sans-serif;
    color: #000;
    text-decoration: underline;
    background-color: #6cf; 
    }

.even_row td {
    font: 13px/20px verdana, arial, helvetica, sans-serif;
    background-color: #fff;
    }

.even_row a {
    font: 13px/20px verdana, arial, helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    }

.even_row a:hover {
    color: #000;
    text-decoration: underline;
    background-color: #fff; 
    }

.tableheader {
    font: 13px/20px verdana, arial, helvetica, sans-serif;
    background-color: #eee;
    color: #000;
    border-bottom: 6px solid black;
    }

.tableheader a {
    color: #000;
    text-decoration: none;
    }

.tableheader a:hover {
    background-color: #eee;
    text-decoration: underline;
    }

#footer { 
/*
	The following causes the menu bar to disappear in IE6
	clear: both; 
	float: left; 
	width: 100%; */
	margin:50px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	border-style:solid;
	border-color:#AAA;
	border-width:1px 0px; 
}
#footer p {
	text-align: center;
	color: #AAA; 
	font-size: 85%;
	}

/* IE: setting font-size in TABLE overrides FONT tag */
TABLE {
   font-size :  8pt;
   text-align : center;
}

/* NS: setting text-align in CAPTION overrides global setting if  not used*/
TABLE CAPTION {
   font-size :  12pt;
   text-align : center;
   color : #006;
}

P.directions {
   font-size :  8pt;
   text-align : center;
   margin-top : 0;
   color : #000000;
}


TABLE TD {
   font-size :  8pt;
   text-align : left;
}

TABLE TD.footnote {
   font-size :  8pt;
   text-align : left;
}

table td.bar
{
   background-color: #87CEFA;  /* lightskyblue */
}

table td.us
{
    background-color : yellow;
    font-weight: bold;
}

table td.error {
	color :  Red;
	font-weight :  bold;
}

img.float-right {
	position: relative;
	float:right;
}

img.float-left {
	position: relative;
	float:left;
	padding-right: 5px;
}

#bracket {
	font:bold 15px/16px verdana, arial, helvetica, sans-serif;
    	margin-right: 1em;
	padding:0px;
	color:#0033cc;
}
hr {
	display: block; 
	clear: both; 
	margin: -0.66em 0;
 	visibility: hidden;
}

#SearchForm input[type="submit"] {
	width: 5em;
	height: 1.6em;
}
