/***************************/
/* Template-related Styles */
/***************************/

#mainContainer {
  background-color: #FFF;
  width: 740px;
}
middleContainer {
  background-color: #FFF;
  margin: 0px 6px 0px 6px;
  width: 728px;
  text-align: left;
}

/* Left Column */
#leftTD {
  padding: 0px 0px 0px 0px;
  width: 218px;
  background-color: #FFF;
}

/***** SIDE NAV *****/
#sideNav {
	font-family: Arial, sans-serif;
	color: #666;
  margin: 0px;
  width: 190px;
  background-color: #FFF;
}

#sideNav .NavLevel1 A,
#sideNav .NavLevel1On A,
#sideNav .NavLevel1 A:hover {
  display: block;
  width: auto;
  padding: 5px 0px 5px 33px;
  color: #666;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
#sideNav .NavLevel1 A {
  background: transparent url('../images/template/NavLevel1Off.gif') no-repeat;
}
#sideNav .NavLevel1On,
#sideNav .NavLevel1On A,
#sideNav .NavLevel1 A:hover {
  background: #CCE6FF url('../images/template/NavLevel1On.gif') no-repeat;
  color: #0068B3;
}

#sideNav .NavLevel2 A,
#sideNav .NavLevel2On A,
#sideNav .NavLevel2 A:hover {
  display: block;
  width: auto;
	padding: 3px 0px 3px 33px;
  color: #666;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}
#sideNav .NavLevel2On A,
#sideNav .NavLevel2 A:hover {
  text-decoration: underline;
}

#sideNav .NavLevel3 A,
#sideNav .NavLevel3On A,
#sideNav .NavLevel3 A:hover {
  display: block;
  width: auto;
	padding: 3px 0px 3px 53px;
  color: #666;
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
#sideNav .NavLevel3On A,
#sideNav .NavLevel3 A:hover {
  text-decoration: underline;
}

#sideNav .NavLevel4 A,
#sideNav .NavLevel4On A,
#sideNav .NavLevel4 A:hover {
  display: block;
  width: auto;
	padding: 3px 0px 3px 53px;
  color: #666;
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
#sideNav .NavLevel4On A,
#sideNav .NavLevel4 A:hover {
  text-decoration: underline;
}

#header { 
  width: 728px;
}
#utility {
  background-color: #0068B3;
  padding: 5px 0px 5px 0px;
  width: 504px;
}
#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: 728px;
  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;
}
