/* main styles */

body {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  background-color: #ececec;
}
form {
  margin: 0px;
  padding: 0px;
}
ul {
 	list-style-position: outside;
 	list-style-type: disc;
}
li {
  position: relative;
	 left: -20px;
}

.panel {
 	width: 686px;
 	padding: 0px;
 	background-color: #ffffff;
 	background-image: url('../images/page/panel_bg.gif');
 	background-repeat: repeat-y;
 	background-position: top left;
 	font-family: verdana, arial, helvetica, sans-serif;
 	font-size: 11px;
 	color: #666666;
}
.panel a{
  text-decoration: underline;
  color: #666666;
}
.panel a:hover{
  color: #999999;
}

.header {
	 padding: 14px 18px 8px 18px;
}
.header td{
	 padding: 0px;
}
.header .products_form {
  height: 20px;
}
.header .products_select {
  width: 197px;
  font-size: 10px;
  color: #666666;
}
.header .products_select_item {
  font-weight: bold;
  color: #000000
}

.main {
	 padding: 0px 3px 0px 3px;
}

.menu {
  width: 155px;
  background-image: url('../images/menu/bg_white.jpg');
  background-repeat: repeat-y;
  background-position: top left;
}
.menu_item, .menu_item_bottom {
	height: 13px;
	border-style: solid;
	border-color: #cccccc;
	background-image: url('../images/menu/bg_white.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	/*letter-spacing: -0.02em;*/
	color: #666666;
}
.menu_item { /* menu item: white bg; grey line @ bottom */
		border-width: 0px 0px 1px 0px;
		padding: 7px 3px 6px 5px;
}
.menu_item_bottom { /* main menu item on homepage: white bg without grey line; still occupies same height */
		border-width: 0px;
		padding: 7px 3px 7px 5px;
}
.menu_item a, .menu_item_bottom a {
  text-decoration: none;
  color: #666666;
}
.menu_item a:hover, .menu_item_bottom a:hover {
  color: #dd00aa;
}
.menu_list, .menu_list_bottom {
		height: 13px;
		border-style: solid;
		border-color: #cccccc;
		background-color: #f5e5ef;
  background-image: url('../images/menu/bg_pink.jpg');
  background-repeat: repeat-y;
  background-position: top left;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
		letter-spacing: -0.02em;
		line-height: 17px;
  color: #990066;
}
.menu_list {
		border-width: 0px 0px 1px 0px;
		padding: 7px 3px 9px 11px;
}
.menu_list_bottom {
		border-width: 0px;
		padding: 7px 3px 9px 11px;
}
.menu_list a, menu_list_bottom a {
  text-decoration: none;
  color: #990066;
}
.menu_list a:hover, menu_list_bottom a:hover {
  color: #dd00aa;
}

.menu_banner_pink, .menu_banner_blue {
  background-repeat: repeat-y;
  background-position: top left;
		padding: 7px 9px 9px 11px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
}
.menu_banner_pink a, .menu_banner_blue a {
		font-weight: bold;
  text-decoration: underline;
}

.menu_banner_pink {
		background-color: #f5e5ef;
  background-image: url('../images/menu/bg_pink.jpg');
  color: #990066;
}
.menu_banner_pink a {
  color: #990066;
}
.menu_banner_pink a:hover {
  color: #dd00aa;
}

.menu_banner_blue {
		background-color: #09144f;
  background-image: url('../images/menu/bg_blue.jpg');
  background-position: bottom left;
  color: #e5d3e8;
}
.menu_banner_blue a {
  color: #e5d3e8;
}
.menu_banner_blue a:hover {
  color: #c5b3c8;
}




.title_990066, .title_999999 {
		height: 17px;
		padding: 10px 0px 11px 11px;
  background-repeat: repeat-y;
  background-position: top left;
}
.title_990066 {
		background-color: #990066;
  background-image: url('../images/page/title_bg_990066.gif');
}
.title_999999 {
		background-color: #999999;
  background-image: url('../images/page/title_bg_999999.gif');
}

.margin {
  width: 78px;
		padding: 17px 11px 11px 11px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
		letter-spacing: -0.02em;
  color: #990066;
}
.margin a {
  text-decoration: underline;
  color: #990066;
}
.margin a:hover {
  color: #dd00aa;
}

.content {
		padding: 17px 30px 11px 11px;
/*  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;*/
}
.content a {
		font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-size: 12px;
		font-weight: bold;
}

.doclink, .pdflink, .pptlink, .xlslink {
	 margin-top: 2px;
 	margin-bottom: 2px;
		padding-left: 22px;
		height: 17px;
		line-height: 17px;
 	background-repeat: no-repeat;
 	background-position: left center;
 	display: block;
}
.doclink {
 	background-image: url(../images/icons/doc.gif);
}
.pdflink {
 	background-image: url(../images/icons/pdf.gif);
}
.pptlink {
 	background-image: url(../images/icons/ppt.gif);
}
.xlslink {
 	background-image: url(../images/icons/xls.gif);
}

.pink_link a {
		font-weight: bold;
  text-decoration: underline;
  color: #990066;
}
.pink_link a:hover {
  color: #dd00aa;
}

.contact {
  font-size: 10px;
  color: #990066;
}
.contact a {
		font-weight: bold;
  text-decoration: underline;
  color: #990066;
}
.contact a:hover {
  color: #dd00aa;
}

.footer {
		height: 85px;
}
.footer .links {
		padding: 12px 3px 3px 3px;
		height: 26px;
  font-size: 10px;
  color: #999999;
}
.footer .links a {
  color: #999999;
  text-decoration: underline;
}
.footer .links a:hover {
  color: #666666;
  text-decoration: underline;
}
.footer .copyright {
		padding: 12px 3px 3px 3px;
		height: 26px;
  color: #cccccc;
}

.print_page {
		padding: 17px 30px 11px 11px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
.print_page a {
		font-weight: bold;
  text-decoration: underline;
  color: #666666;
}
.print_page a:hover {
  color: #999999;
}