<body>/********** AGENCY(Suplemental) CSS ***********/
/*********** amends MDstandard.css ***********/




/*********** PAGE COLOR (= banner color) ***********/
#container {
	background-color: #698848; /**** change this from grey to your color *****/
}

/*********** YOUR TAB SUBJECTS ***********/
/*** Customize, and name  id for active state  ***/

body#home #t-home a{
	background-position: 0% -48px;
}
body#home #t-home a span {
	background-position: 100% -48px;
	color: #000000;
}

body#subject1 #t-subject1 a{
	background-position: 0% -48px;
}
body#subject1 #t-subject1 a span {
	background-position: 100% -48px;
	color: #000000;
}

body#subject2 #t-subject2 a{
	background-position: 0% -48px;
}
body#subject2 #t-subject2 a span {
	background-position: 100% -48px;
	color: #000000;
}

body#subject3 #t-subject3 a{
	background-position: 0% -48px;
}
body#subject3 #t-subject3 a span {
	background-position: 100% -48px;
	color: #000000;
}

body#subject4 #t-subject4 a{
	background-position: 0% -48px;
}
body#subject4 #t-subject4 a span {
	background-position: 100% -48px;
	color: #000000;
}

body#subject5 #t-subject5 a{
	background-position: 0% -48px;
}
body#subject5 #t-subject5 a span {
	background-position: 100% -48px;
	color: #000000;
}

#pageHeader {
	margin-top:-15px;
	background-image:url(/images/page/HeaderBar.gif) ;
	background-repeat:no-repeat;
	background-position:center;
	padding-left:10px;
}

#pageHeader h1 {
	margin:10px;
	font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
}

/*On html page:
<div id="pageHeader">
   <h1>Your header</h1>
</div>
*/

#contentMap {
	float: left;
	display: inline;
	position: relative;
	width: 980px;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	margin: 0px 10px 0px 10px;
}

#navTabMap {
	float:left;
	margin: -25px 0 0 120px;
	display:inline;
	position: relative;
	width:900px;
	line-height:1.5;
}


#navTabMap ul {
	margin:0;
	padding:0px 10px 0 0;
	list-style:none;
}
#navTabMap li {
	display:inline;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#navTabMap a {
	float:left;
	font-style: italic;
	font-weight: bold;
	background: url(../images/page/tabLeft.gif) no-repeat left top;
	margin: 0;
	padding:0 2px 0 4px;
	text-decoration:none;
}
#navTabMap a span {
	float:left;
	display:block;
	background:url(../images/page/tabRight.gif) no-repeat right top;
	padding:3px 12px 3px 4px;
	color:#fff;
}


/* Small hack for IE5-Mac \*/
#navTabMap a span {
	float:none;
	margin-left: 2px;
}
/* End IE5-Mac hack */

#navTabMap a:hover span {
	color: #000000;
}
#navTabMap a:hover {
	background-position:0% -48px;
}
#navTabMap a:hover span {
	background-position:100% -48px;
}
#navTabMap #current a {
	background-position:0% -48px;
}
#navTabMap #current a span {
	background-position:100% -48px;
}


/******* (See AgencyAddLight.css for possible additional modifications) *******/
