/* Start of CMSMS style sheet 'VTech 1000' */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background-color: #E6E6E6;
	margin-top: 8px;
	margin-right: 13px;
	margin-bottom: 8px;
	margin-left: 0px;
}
a {
  color: #CC0000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#addressBox {
  height: 71px ;
  padding-left: 46px ;
  background-color: #006FC1 ;
  color: white ;
  font-size: 13px ;
  font-weight: bold ;
  text-align: left ;
}
#addressBox a {
  color: white ;
}

.whiteBG {
	background-color: #FFFFFF;
}
#mainContent {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 25px;
}

.paleBlue {
  background-color: #CBECFE;
}

.darkBlue {
  background-color: #006FC1;
}

#outerLHS {
  background-image: url(images/bg_page_lhs2.gif);
  background-repeat: repeat-y;
}

#outerBottom {
  background-image: url(images/bg_page_bottom2.gif);
  background-repeat: repeat-x;
}


/** Box containing top horizontal menu **/

#navTop {
   background-color: #D60000;
  height: 33px;
  padding-left: 10px;
}


/** Left column vertical menu box **/

#navLHS {
  background-image: url(images/bg_nav_lhs.gif);
  background-repeat: repeat-x;
}

#navLHS h2 {
  text-align: center;
  font-size: 16px;
  color: #005788;
  margin: 15px;
}

#navLHS ul {
  list-style:none;
  padding:0;
  margin: auto;
  width: 90%;
}
#navLHS li
{
  margin: 0;
  padding: 0.1em;
}
#navLHS li a {
  font-size: 12px;
  font-weight: normal;
}
#navLHS .sectionheader {
  font-weight: bold;
  background-color: #999999;
  color: #FFFFFF;
}
#navLHS h3 { /** currently selected menu item **/
  font-size: 12px;
  font-weight: bold;
  color: #330000;
  margin: 0;
  padding: 0;
  display: inline;
}
#navLHS ul ul {
  padding-left: 12px;
  list-style: disc inside;
  margin: 0;
  width: 100%;
}


/** Page Footer **/

#pageFooter {
  height: 27px;
  color: #FFFFFF;
  font-size: small;
  padding-left: 85px;
  text-align: left;
}

.breadcrumbs {
  font-size: 12px;
}


/* End of 'VTech 1000' */

