body, html {
	color: #000;
	background-color: #fff;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
code, pre, samp, tt, xmp {
	font-family: monospace;
	font-size: 1.2em;
	}
strong, b {
	font-weight: bold;
	}

p.foot_note {
	font-family: Times New Roman,Times,serif;
	font-size: 1em;
	font-weight: bold;
        text-align: left;
	}

#srsgda_left_menu {
 /* float: left; */
  left: 0;
  position: absolute;
 /* top: 90px; */
  width: 148px; /* width of h4 (121px) + left padding (27px) */
}

#srsgda_left_menu ul {
  list-style-position: inside;
  list-style-type: none;
  margin: 1em 0 0.75em 0;
  padding: 0;
}

#srsgda_left_menu div>ul {
  margin-left: 1em;
}

#srsgda_left_menu li {
  margin: 0;
}

#srsgda_main {
  margin: 2em 1em 1em 176px;
  text-align: justify;
}

:link{
  background-color: transparent;
  color: rgb(32, 120, 204);
}

:visited {
  background-color: transparent;
  color: rgb(0, 0, 153)
}

h2#srsgda_header {
  background-color: #eef;
  color: rgb(32, 120, 204);
/*  background-image: url(../img/logo.gif);
  background-repeat: no-repeat; */
  height: 126px;
  margin: 0;
  padding: 0;
}

#srsgda_left_menu h4 {
  border-color: #000;
  border-style: solid;
  border-width: 1px 0px;
  height: 21px;
  line-height: 19px;
  margin: 0.2em 0 0 0;
  min-height: 19px;
  padding: 0 0 0 10px;
  width: 121px;
}
