body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div#s1 {
  width: 150px;          /* menu width */
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
    color: #2C6392;
}

div#s1 ul {
  background-color: #C6DBDB;
  list-style-type: none; /* get rid of the bullets */
  padding:0;             /* no padding */
  margin:0;
    color: #2C6392;              /* no margin for IE either */
}

div#s1 ul li {
  margin: 0;
  padding: 0;
    color: #2C6392;
  background-color: #C6DBDB;
  display:block;
  border-top: 1px solid white; /* lines */
}

div#s1 ul li a {
  display: block;         /* lines extend to right, make area clickable */
  color: #630984;
  background-color: #C6DBDB;
  padding: 3px 3px 3px 23px;
  margin:0;
  text-decoration: none;
  height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul ul li a {
  margin-left: 20px;
    color: #2C6392;     /* indent level 1 */
}

div#s1 ul ul ul li a {
  margin-left: 40px; 
    color: #2C6392;    /* indent level 2 */
}

div#s1 li ul, div#s1 li.open li.closed ul {
  display: none; 
    color: #2C6392;        /* collapse */
}

div#s1 li.open ul {
  display: block; 
    color: #2C6392;       /* expand */
}
 
div#s1 ul li.open a {
  background-image: url(bullet_open.gif);
  background-repeat: no-repeat;
    color: #2C6392;
}

div#s1 ul li.closed a {
  background-image: url(bullet_closed.gif);
  background-repeat: no-repeat;
  color: #2C6392;
}

div#s1 ul li.leaf a {
  background-image: url(bullet_leaf.gif);
  background-repeat: no-repeat;
  color: #2C6392;
}
 
div#s1 li.active a {
  background-position: 0px -20px;
  color: #630984;            /* highlight text */
}
 
div#s1 li.active li a {
  background-position: 0px 0px;
  color: #630984;          /* fix lower levels */
}

div#s1 ul li a:hover {
  color: #FFFFFF;
  background-color: #630984; /* rollover effect */
}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	vertical-align: middle;
}
.slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.mainbodycell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3F0554;
	text-decoration: none;
	padding: 10px;
	text-align: justify;
	background-color: #f8fafa;
}
.InpageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #CC3300;
}
