a:hover {
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover, a:visited {
	color: #000000;
	text-decoration: underline;
}

a.note {
	vertical-align: super;
	text-decoration: none;
	font-size: xx-small;
}

#slug {
	height: 115px;
	margin-top: -20px;
	padding: 0;
}

#slug h1 {
	color: #cccccc;
	font-style: italic;
	text-align: left;
}

#slug h2 {
	color: #999999;
	font-style: none;
	text-align: left;
}

.round {
  display:block;
  overflow:hidden;
  font-size:.01em;
  background:#ffffee;
}

.round1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #fffff7;
  border-right:1px solid #fffff7;
  background:#fffff2}
.round2{
  margin-left:3px;
  margin-right:3px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fffffd;
  border-right:1px solid #fffffd;
  background:#fffff1}
.round3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #fffff1;
  border-right:1px solid #fffff1;}
.round4{
  border-left:1px solid #fffff7;
  border-right:1px solid #fffff7}
.round5{
  border-left:1px solid #fffff2;
  border-right:1px solid #fffff2}

.roundfg {
	background:#ffffdd;
	border: solid 1px #aeaeae;
	height: 100px;
	text-align: left;
}

.blurbLeft {
	border: solid 1px #aeaeae;
	float: left;
	height: 150px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	width: 42%;
}

.blurbRight {
	border: solid 1px #aeaeae;
	float: right;
	height: 150px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	width: 42%;
}

.justify {
	text-align: justify;
}

.contract {	border-width: 1px;	border-spacing: 2px;	border-style: solid;	border-color: black;	border-collapse: collapse;	background-color: white;}

.contract thead {
	border-width: 1px;	padding: 5px;	border-style: inset;	border-color: gray;	/* background-color: #614097; */
	background: url(../../images/button_over.png) repeat-x;
	color: #ffffff;
}

.contract th {	border-width: 1px;	padding: 5px;	border-style: inset inset inset inset;	border-color: gray gray gray gray;
	text-align: center;}

.contract td {	border-width: 1px;	padding: 5px;	border-style: inset inset inset inset;	border-color: gray gray gray gray;
	text-align: center;}

#pageHeader {
	/*background: url(../../images/header_2.jpg);*/
	background: #dddddd;
	height: 71px;
	margin: 0;
	padding: 0;
}

/*#pageHeader h1 {
	text-shadow: 0px 1px 2px #003f7d;
}

#pageHeader h2 {
	text-shadow: 0px 1px 2px #003f7d;
}*/

#sidebarContainer .sideHeader {
	color: #9d9d9d;
}

#navcontainer #current {
	background: repeat-x url(../../images/button_over.png);
}

#navcontainer .currentAncestor {
	background: repeat-x url(../../images/button_over.png);
}

#navcontainer a:hover {
	background: url(../../images/button_over.png) repeat-x;
}