body,a,td,div,th,h1,h2,h3,h4,h5,h6{
  font-family:Verdana,Helvetica,Arial,sans-serif;
  color:#003366;
}

a, a:link, a:visited{
  color:#006699;
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
  color:#003366;
}

acronym{
  border-bottom: 1px dotted #003366;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}


body{
  font-size:80%;
  background-color:#ffffff;
}

html>body{
  font-size:10pt;
}

body{
  padding:0px;
  margin:0px;
  width:100%;
  height:100%;
  min-height:100%;
}

.main{
  height:89%;
  min-height:89%;
}

.bgtop{
height:68px;
margin:-2px;
position:relative;
top:1px;
}

[id="bgtop"]{
  height:65px;
	margin:0px;
	top:0px;
}

.header{
  backgground:url("images/bgtop.jpg");
  margin:0px;
  margin-left:0px;
  padding:0px;
  position:absolute;
  top:0px;
  left:200px;
  clear:left;
  border-top-width:10px;
  border-top-style:solid;
  border-top-color:#006699;
  border-bottom-width:10px;
  border-bottom-style:solid;
  border-bottom-color:#003366;
}

[id="header"] {
  position: fixed;  /* Doesn't work in MSIE */
}

#logo1{
  height:65px;
  width:200px;
  margin:0px;
  margin-left:0px;
  margin-bottom:0px;
  border-top-width:10px;
  border-top-style:solid;
  border-top-color:#006699;
  border-bottom-width:10px;
  border-bottom-style:solid;
  border-bottom-color:#003366;
}


.left{
  margin:0px;
  padding:0ex 0ex;
  width:200px;
  height:100%;
  position:absolute;
  left: 0;
  top: 88px;
  float:left;
  background-color:#006699;
}

.menu{
  margin:0px;
  padding:0ex 0ex;
  width:200px;
  position:absolute;
  left: 0;
  top: 3em;
  float:left;
}

[id="menu"]{
  position: fixed;
  top: 10em;
}

[id="left"] {
  position: fixed;
  top: 85px;
}

[id="logo1"] {
  position: fixed;
}


.content{
  text-align: justify;
  margin: 0 0 0 200px;
  padding: 3em 20px 0.5em 20px;
  clear: left;
  background-color:white;
  height:83%;
}

[id="content"]{
  padding: 8em 20px 0.5em 20px;
}