/* GLOBAL SETTINGS */
body {
  background-color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
p,span,div {
	font-size: small;
	margin-top: 0px;
}
p.doublespace {
	line-height: 2;	
}
a	{
	color: blue;
	text-decoration:none;
	}
a:hover	{
	color: blue;
	text-decoration: underline;	
	background-color:#FFFFF0;
}
h1 {
	margin-top: 15px;
	margin-bottom:15px;
	padding:0;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
}
h2 {
	margin-bottom: 5px;
	padding:0;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: large;
}
h3 {
	margin:0;
	padding:0;
	font-weight: bold;
	font-size: medium;
}
h4 {
	margin:0;
	padding:0;
	font-weight: bold;
	font-size: small;
	color: #FF3333;
}
h5 {
	margin:0;
	padding:0;
	font-weight: bold;
	font-size: small;
	color: #000;
}
table {
	margin-bottom: 8px;
	background-color:#fff;
}
th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color:#f0f0f0;
	border: 1px solid #ccc;
}
td {
	background-color:#f0f0f0;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
}
td.transparent{
	background-color:#ffffff;
}
td.yellow{
	background-color:#ffff99;
}
td.transparentnb{
	background-color:#ffffff;
	border: 0;
}
th.transparent{
	background-color:#ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: none;
}
td.highlight  {
	background-color:#FFFFCC;
}
caption {
	font-weight: bold;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}

.hidden	{
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
}
.skiplink {
	display: none;
}

#sitemap, li {
	margin-bottom: 4px;
	margin-top: 2px;
	list-style-type: disc;
}

.sublist {
	margin-bottom: 1px;
	margin-top: 0px;
	list-style-type: none;
}

/* TEXT STYLING */
.motto {
	color: #ccc;
	font-weight: bold;
}
.specialtext {
	font-size: small;
	font-weight:bold;
}
.specialtextital {
	font-size: small;
	font-weight:bold;
	font-style:italic;
}
.indicator {
	font-weight:bold;
	color: #ff3333;
}
.name {
	font-weight:bold;
	color: #ff3333;
}
.tiny {
	font-size: x-small;
}
.tiny_black {
	font-size: x-small;
	color: #000000;
}

.footnote {
  font-size: x-small;
  font-style: italic;
  color: #888;
}

.box {
	border-color: #FF9933;
	border-style: solid;
	text-shadow:black;
	margin-left: 50px;
	margin-right: 50px;
	background-color: #FFCC99;
	border-width: 2px;
	padding: 10px;
}

/* BEGIN BreadCrumbs Styling*/
.trail {
	color: #000;
	font-size: x-small;
}
.trailCurrent {
	color: #FF0000;
	font-size: x-small;
}
.trail a:link{
	color: blue;
	text-decoration: none;
}
.trail a:visited{
	color: blue;
	text-decoration: none;
}
.trail a:hover{
	color: #000066;
	font-weight: bold;
	background-color: #FFFFCC;
	text-decoration: underline overline;
}
.trail a:active{
	color: blue;
	text-decoration: none;
}
/* END BreadCrumbs Styling*/


/* defines when the layout CSS is visible */
@media screen, projection {
/* exploit a parsing bug so @media rules are visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}

#wrapper {
  margin: auto;
  min-width:150px;
  max-width:780px;
  padding: 0;
  /* workaround for IE who does not use min-width and max-width \ */
  width:expression(document.body.clientWidth > 780? "780px": "auto" );
}

/* BANNER */
#banner {
  background-color: #fff; 
  padding: 0;
  margin-bottom: 15px;
}
#val{
	margin: 0;
	float: right;
	visibility: visible;
}

/* navigation bar styling */
#navcontainer {
	margin-top: -10px;
	padding: 0;
	background: #fff;
	height: 40px;
}
#navlist {
	margin: 0px;
	padding: 0px 0px;
	float: left;
	text-align: left;
	display: block;
}
#navlist li {
	margin: 0px;
	list-style: none;
	float: left;
	width: 78px; /* to prevent spillover with text size increases */
	display: block;
}
#navcontainer a, #navlist li.extend {
	margin: 0px;
	display: block;
	border-top: 1px solid #888;
	padding: 1px 1px;
	text-decoration: none;
	background: #fff;
	font: normal 9px verdana,arial,sans-serif;
	text-align: center;
	color: #888;
}
#navcontainer a#current {
	padding: 1px 1px;
	background: #FAFAFA;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #FAFAFA;
	border-bottom: 1px solid #333;
	color: #000;
	font-weight: bold;
}
#navcontainer a:hover {
	padding: 1px 1px;
	background: #FAFAFA;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #FAFAFA;
	border-bottom: 1px solid #333;
	color: blue;
	text-decoration: underline;
}
#navcontainer li#active {
	border-right: 2px solid #828282;
	border-bottom: 2px solid #828282;
}

/* MAIN: BREADCRUMBS + CONTENT + FOOTER */
#main {
  width: 100%;
  padding: 0px;
  color: #000;
}

#breadcrumb {
	width: 100%;
	font-size: 9px;
}

#content {
  	width: 100%;         /* width of .main container */
	margin: 0;
	padding: 0;
	font-size: small;
}


.clear {
  clear: both;        /* extend height of .main to longest column */
  height: 0px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}

#footer {
  background-color: #fff;  /* same bg color as h1 */
  margin: 0;          /* flush with .main */
  padding-top: 2%;
  text-align: right;
}
} 

@media print, handheld {
#navcontainer, #val, .motto {
	display: none;
}
#main {
	width:680px; /* so IE does not cut off printing on the side */
}
} /* end @media rules */