/* $Id: stylesheetDAP2a.css,v 1.1.4.6 2003/12/15 17:39:59 tony Exp $ */
/* ADT adding next three for Discipline list */
a.menuItem {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 9px;
 	color: 2F5088; 
 	margin-right: 5%;
 	margin-left: 3%; 
 	margin-top: -0.25px;
 }

img.menuItem {
	margin-left: 5%; 
}

p.list {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	color: #000000;
 	margin-right: 5%;
 	margin-left: 7%;
 	margin-top: -0.25px;
 	padding-top: 0.5em;
}
 
p.giraffe {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	color: #000000;
 	margin-right: 0%;
 	margin-left: 5%;
 	margin-top: -0.25px;
 	padding-top: 0.5em;
}

/* Doug's changed the h1 value in the prototype, shifting
   it to the left, so rather than break everything off the
   bat, I'll keep h1 as it was, introduce this new element,
   and then retroactively change all of the "h1.new"s to h1
*/
h1.new {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #2F5088;
        line-height: normal;
        font-style: normal;
        margin-right: 5%;
        margin-left: 5%;
        margin-top: 20px;
        margin-bottom: 0px;
}

/* ADT adding next for getting margins correct for discipline page */
h2.black {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-style: normal;
 	font-weight: bold;
 	color: #000000;
 	vertical-align: baseline;
 	margin-right: 5%;
 	margin-left: 7%;
 	margin-bottom: -0.25px;
}

/* ADT adding next to have same left margin as a p without 
 * the top spacing.
 */
indent {
	margin-left: 3%;
}

/* ADT adding next for nearby page */
b.blue {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 16px;
 	font-style: normal;
 	font-weight: bold;

 	vertical-align: baseline;
 	margin-left: 5%;
 	margin-bottom: -0.25px;
 	margin-top: -0.25px;
}
 
courier {
 	font: 100% "Courier New",Courier,monospace;
}

space.wide {
	margin-left: 21em;
}
 
td.header {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px; 
 	text-align: right;
}


table#widedata {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	width: 96%;
 	vertical-align: top;
 	height: 10%;
 	border: none;
}

/* ADT adding next */
table.blue {
 	background-color: #336699;
 	width: 100%;
 	margin-top: 0px;
 	margin-bottom: 10px;
 	margin-right: auto; 
 	margin-left: auto; 
}
 
table.maize {
 	background-color: #FCFCE0; 
	width: 100%;
 	margin-top: 0px;
 	margin-bottom: 10px;
 	margin-right: auto; 
 	margin-left: auto; 
}


table.gold {
 	background-color: #DCBA18;
 	width: 100%;
 	margin-top: 0px;
 	margin-bottom: 10px;
 	margin-right: auto; 
 	margin-left: auto; 
}

p.white-heading {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: little;
 	line-height: normal;
 	font-style: normal;
 	color: #FFFFFF;
 	margin-top: 0px;
 	margin-bottom: 0px;
 	margin-left:20%;
 	margin-right:0%;
}
 
p.black-heading {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: little;
 	line-height: normal;
 	font-style: normal;
 	color: #000000; 
 	margin-top: 0px;
 	margin-bottom: 0px;
 	margin-left:20%;
 	margin-right:0%;
}

 
 
 
p.blue-heading {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: little;
 	line-height: normal;
 	font-style: normal;
 	color: #2F5088;
 	margin-top: 0px;
 	margin-bottom: 0px;
 	margin-left:20%;
 	margin-right:0%;
}

li.sidebar {
 	padding: 0 0 0 5;
}

 
td.little {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: little;
 	line-height: normal;
 	font-style: normal;
 	color: #FFFFFF;
 	margin-top: 0px;
 	margin-bottom: 0px;
 	margin-left:15%;
 	margin-right:auto;
}

footnote {
 	color: 000000;
 	font-weight: normal; 
}

.pblue {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        color: #04255C;
        margin-bottom: -0.25px;
        margin-top: -0.25px;
}