@import url(stylesheet_content.css);
@import url(stylesheet_content_elements.css);


a:link { color:#0066ff; }
a:visited { color:#0066ff; }

A.external-link				{background:transparent url('../images/icons/external_link_blue.gif') no-repeat left;}
A.external-link-new-window	{background:transparent url('../images/icons/external_link_new_window_blue.gif') no-repeat left;}
A.internal-link				{background:transparent url('../images/icons/internal_link_blue.gif') no-repeat left;}
A.internal-link-new-window	{background:transparent url('../images/icons/internal_link_new_window_blue.gif') no-repeat left;}



TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}


h1 {border-bottom:1px #c1c1c1 solid; }
h6 {border:1px #c1c1c1 solid; }



h4         	{background: #c1c1c1;}
p.indent 	{border-left:4px #c1c1c1 solid;}
.boxed 		{background:transparent; border:1px #c1c1c1 solid;}

.projectbox {background: url(''); border:2px solid #c1c1c1; }
.tborder	{background: url(''); border:2px solid #c1c1c1; }
.tcat		{background: #c1c1c1;}
.alt1Active {background: url(''); border-top:1px solid #c1c1c1; }


/* Content column */
TD#content  { vertical-align: top; padding-top: 15px; padding-right: 10px; padding-left: 10px; width: 100% }
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}

