html {
padding:5px; min-width:
200px; /*max-width:985px;*/ 
} 

@media screen 

 {
body {
  font-family:   verdana, helvetica, arial, sans-serif;
  font-size : 100%;
  margin: 0px;
  background: #f2f2f9;
}
}

@media print

 {
body {
  font-family:   verdana, helvetica, arial, sans-serif;
  font-size : 100%;
  margin: 0px;
  background: #ffffff;
}


}


@media screen 

 {
#container{
	width:90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	border: 3px solid #ffffff;
	padding: 0px;
}
}


@media print

 {

#container{
	width:100%;
}

}


/**********HEADER**************/

table.header{
  font-family: arial, helvetica, verdana, sans-serif;
  color: #ffffff;
  margin: 0px 0px 2em 0px;
  padding: 0px;
  width: 100%;
  border: 0px;
  border-collapse: collapse;
}

.header h1 {
font-family: "Times New Roman", Times, serif !important;
  font-size : 140%;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;

}

.header td.header { 
  background: #000099;
  padding: 1em;
  border-bottom: 1px solid #ffffff;
  background: url(../images/background.gif) repeat;

}

.header tr.navigation td{
  font-family: arial, helvetica, verdana, sans-serif;
  font-size : 80%;
  background: #7f7fcc;
  padding: .3em .5em .3em .5em;
  width: 50%;
}

td.left { 
  border-right: 0px solid #ffffff;
  color: #ffffff;
  
}

td.right{ 
  border-left: 0px solid #ffffff;
  text-align: right;
  color: #7f7fcc;
}

.right a:link, .right a:visited { 
	color: #ffffff;
	padding: .3em .5em .3em .5em;
	margin: 0px;
	border-top: 1px inset dotted #000099;
  	border-bottom: 1px inset dotted #000099;
	border-left: 1px inset #000099;
  	border-right: 1px inset #000099;
	text-decoration: none !important;

  
}

.right  a:hover {
  background: #000099;
  text-decoration: none !important;
  background: url(../images/background.gif) repeat;
}

/**********FOOTER**************/

.footer  {
  font-size:x-small;
  padding: 0px;
  margin: 0px;
  font-family: arial, helvetica, verdana, sans-serif;
  text-align:center;
}

.footer a:hover img { 
  opacity: .6;
 }


/**********MISC**************/

.skiplink { 
display: none 
} 

a:link, a:visited { 
  color: #000099;
  text-decoration: underline ;
}


a:active { 
  color: #000099;
}


a:hover { 
	color:#7f7fcc;
	text-decoration: underline ;
}

table.pagecontent { 
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  border-style: none;
  width: 90%;
  text-align: justify;
}

table.pagecontent  h1 {
  font-size : 140%;
  font-weight: bold;
  padding: 0px;
  margin: 0px, 0px, 0px, 0px;
  color:#000099;
  display:inline;
}

.localnav	{ 
/*border:1px solid black;*/
border-bottom: 2px dotted #7f7fcc;
padding-bottom: 4px;
margin-bottom: 1.5em;
font-size : 80%;

 
 }

table.pagecontent  h2 {
  font-size : 100%;
  font-weight: bold;
  padding: 0px;
  margin: 5px, 0px, 0px, 0px;
  color:#000099;
}

table.pagecontent  h3 {
  font-size : 100%;
  font-weight: bold;
  padding: 0px;
  margin: 5px, 0px, 0px, 0px;
  color:#000099;
}
 
 /*******************Repository Sources Table**************************/
 
 table.sources { 
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: small;
  border: 0px solid #cccccc;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0px 0px 0px 0px;
  border-collapse:collapse;
}


table.sources td { 
  border: 1px solid #cccccc;
  margin: 0px 0px 5px 0px;
  padding: .5em .5em .5em .5em;
  color: black;
  vertical-align: top;
}

tr.tabletitle td { 
	border: 1px solid #000000;
  background-color: #CCCCCC;
  font-weight:bold;
  text-align:center;
}

tr.black td { 
  border:2px solid #000000;
  background-color: #000000;
  margin: 0px 0px 0px 0px;
  padding: .2em .5em .2em .5em;
  color: #ffffff;
  font-size:large;
  text-align: center;
}

.white
{
font-size:small;
color:#FFFFFF;
}

a:visited.white
{
font-size:small;
color:#FFFFFF; 
}

a:link.white
{
font-size:small;
color:#FFFFFF; 
}

a:hover.white
{
font-size:small;
color:#cccccc; 
}

tr.row:hover {
  background-color: #ffffcc;
  cursor: default;
}

.yellow {
background-color:#FFFF00
}

.speciallist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.speciallist li
{
padding-left: 10px;
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
margin-bottom:0.5em
}

.DisplayNONE {
	display: none;
	}





