/***************************/
/* Template-related Styles */
/***************************/

#utility {
  background-color: #0068B3;
}
#utility A {
  text-decoration: none;
  font-size: 11px;
  color: #FFF;
  padding: 0px 20px 0px 0px;
}
#utility A:hover {
  color: #FFF;
  text-decoration: underline;
}


/* Right Column */
#rightTD {
  background: #FFF url("/images/template/content_back.jpg") repeat-y;
}
#content {
  margin: 6px 0px 6px 6px;
}
#content #body {
  font-family: arial, sans-serif;
	font-size: 11px;
	color:#666;
	line-height:1.5;
}

/* Site Map Level 1 */
.MapLevel1,
.MapLevel1On {
  padding: 12px 0px 6px 10px;
}
.MapLevel1 a {
  text-decoration: none;
	color: #06C;
	font-weight: bold;
  font-size: 12px;
}
.MapLevel1 a:hover,
.MapLevel1On a {
  color: #06C;
  font-weight: bold;
  font-size: 12px;
}

/* Site Map Level 2 */
.MapLevel2,
.MapLevel2On {
  padding: 4px 0px 0px 35px;
}
.MapLevel2 a {
  text-decoration: none;
	color: #06C;
	font-weight: bold;
  font-size: 11px;
}
.MapLevel2 a:hover,
.MapLevel2On a {
  color: #06C;
  font-weight: bold;
  font-size: 11px;
}

/* Site Map Level 3 */
.MapLevel3,
.MapLevel3On {
  padding: 2px 0px 0px 60px;
}
.MapLevel3 a {
  text-decoration: none;
	color: #06C;
	font-weight: normal;
}
.MapLevel3 a:hover,
.MapLevel3On a {
  text-decoration: underline;
  color: #06C;
  font-weight: normal;
}
/* Site Map Level 4 */
.MapLevel4,
.MapLevel4On {
  padding: 2px 0px 0px 85px;
}
.MapLevel4 a {
  text-decoration: none;
	color: #06C;
}
.MapLevel4 a:hover,
.MapLevel4On a {
  color: #06C;
}

/* Sitemap */
#siteMap UL,
#siteMap LI {
  margin-top: 4px;
  margin-left: 10px;
  padding-left: 10px;
  list-style-image: none;
  list-style-type: none;
}

/* Login */
#loginForm {
  margin-top: 20px;
  width: 300px;
  border: 1px solid #0068B3;
  background: #CCE6FF;
}
#loginForm INPUT {
  font-family: verdana;
  font-size: 10px;
}
#loginForm TD {
  color: #000;
}

/* Search results */
#search #resultBar {
  width:100%; 
  border-top: 1px solid #333; 
  background:#CCE3FA; 
  padding:1px;
}
#search .resultBlock {
  margin-bottom: 7px;
  margin-top: 7px; 
  font-size:12px;
}
#search DIV.title A {
  font-weight:bold;
  font-size:13px;
  text-decoration:underline;
  color:#009;
}
#search .urlDisplay {
  color:#393;
}

/* Footer area */
#footer {
  width: 90%;
  background-color: #CCE6FF;
  text-align: left;
  margin-top: 6px;
}
#copyright{ 
  padding: 7px 14px 7px 14px;
}
#copyright A, #copyright DIV { 
  font-size: 11px;
  color: #0068B3;
}
#copyright A {
  padding: 0px 20px 0px 0px;
}

BODY {
  margin: 0;
	background-color: #CCC;
  font-family: arial, sans-serif;
	font-weight: normal;
}
IMG {
	border: 0;
}
A {
	color:#0068B3;
	text-decoration: none;
}
A:hover {
  color:#0068B3;
  text-decoration: underline;
}
TABLE, TR, TD {
	border: 0;
  color: #666;
}

TABLE.data {
  border-collapse: collapse;
}
TABLE.data TD {
	border: 1px solid #CCC;
  padding: 4px;
  margin: 0px;
}
TABLE.data TH {
	border: 1px solid #CCC;
  padding: 4px;
  margin: 0px;
  background-color: #EEE;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}
H1 {
	width: auto;
  margin: 4px 0px 0px 0px;
  padding: 15px 0px 4px 12px;
	font-weight: bold;
  font-family: Arial;
	font-size:12px;
	color:#FFF;
  background-color: #999;
}
H2 {
	font-weight:bold;
	font-size:12px;
	color:#0068B3;
}
H3 {
	font-weight:bold;
	font-size:11px;
  color: #666;
}
P, UL, LI, DIV, TD {
  font-family: arial, sans-serif;
	font-size: 11px;
	color:#666;
}
UL, LI {
  list-style-type: square;
}
UL.pdf {
  list-style-image: url("/images/template/pdf_icon.gif");
}
LI.pdf {
  list-style-image: url("/images/template/pdf_icon.gif");
}
FORM {
  display: inline;
}
LEGEND {
  font-weight: bold;
  font-size: 13px;
  color: #00F;
  margin: 10px 0 10px 0;
}
BLOCKQUOTE {
  margin: 0px;
  padding: 3px 0px 6px 12px;
}
.error {
  color: #F00;
  font-weight: bold;
}
.imageRight {
  float: right;
  background-color: #EEE;
  font-size: 10px;
  margin: 5px 0px 5px 20px;
}
