body {
margin: 1px;
padding: 0;
}

span.ARlogo {
  font-family: tahoma, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 20pt;
  color: White;
}
  
span.ARmotto {
  font-family: tahoma, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 10pt;
  color: White;
  margin-right: 3em;
  margin-left: 2em;
}

span.ARlogoinfo {
  font-family: tahoma, sans-serif;
  font-style: italic;
  font-size: 8pt;
  color: White;
}

p.left-menu-title {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 13pt;
  font-weight: bold;
  color: blue;
}

p.main-title {
  margin: 2em 6em 0 1.9em;
  font-size: 13pt;
  font-weight: bold;
  color: blue;
  background: #add8e6;
}

p.main-small-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  font-size: 10pt;
  font-weight: bold;
  color: blue;
}

p.main-news-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  font-size: 8pt;
  font-weight: bold;
  color: blue;
}

p.cleared-main-small-title {
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  font-size: 10pt;
  font-weight: bold;
  color: blue;
}

ul.main-un-list {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 2em 0 2em;
  padding: 0.2em 5px 1.5em 5px;
}

a.left-menu-item {
  text-decoration: none;
  color: Blue;
}

a.sel-left-menu-item {
  text-decoration: none;
  font-weight: bold;
  color: Blue;
}

a.left-submenu1-item {
  text-decoration: none;
  color: Blue;
  margin-left: 10px;
}

a.sel-left-submenu1-item {
  text-decoration: none;
  font-weight: bold;
  color: Blue;
  margin-left: 10px;
}

a.left-submenu2-item {
  text-decoration: none;
  color: Blue;
  margin-left: 20px;
}

a.sel-left-submenu2-item {
  text-decoration: none;
  font-weight: bold;
  color: Blue;
  margin-left: 20px;
}

a.left-submenu3-item {
  text-decoration: none;
  color: Blue;
  margin-left: 30px;
}

a.sel-left-submenu3-item {
  text-decoration: none;
  font-weight: bold;
  color: Blue;
  margin-left: 30px;
}

a.bottom-menu-item {
  font-size: smaller;
  text-decoration: none;
  color: Blue;
}

a.maintxt-link {
  text-decoration: none;
  color: Blue;
}

p.maintxt {
  text-align: left;
  margin-top: 0;
}

p.toolbar-text {
  font-size: 8pt;
  font-weight: bold;
  color: blue;
  margin: 0;
}

span.copyright {
  font-style: italic;
  font-size: smaller;
  color: Blue;
}
.boldtxt {
  font-weight: bold;
}

form.search-form {
  font-size: 1em;
  color: blue;
  margin: 0px;
}

input.search-input-box {
  color: blue;
  font-size: 0.8em;
  background-color: #e1e1e1;
  border: solid 1px #000;
  padding: 0;
}

input.search-submit-button {
  font-size: 0.8em;
  color: blue;
  padding: 0;
} 

img.home-pic-big {
  text-decoration: none;
  border: none;
}

img.mainpic-link {
  text-decoration: none;
  border: none;
}

img.pdficon {
 vertical-align: middle;
 margin: 0 3px 0 3px;
}

img.xlsicon {
 vertical-align: middle;
 margin: 0 3px 0 3px;
}

img.staricon {
 vertical-align: middle;
 margin: 0 1px 0 1px;
}

#heading {
  font-family: verdana, sans-serif;
  font-size: 11px;
  position:relative;
  left:0;
  top:0;
  background-color: blue;
  height: 40px;
}

#toolbar {
  font-family: verdana, sans-serif;
  font-size: 11px;
  position: relative;
  height: 25px;
  left:0;
  top:0;
  background-color: #add8e6;
}

#main {
  font-family: verdana, sans-serif;
  font-size: 11px;
  clear: left;
  position:relative;
  left:0;
  top:0;
  background-color: #add8e6;
  border-top: solid 1px #add8e6;
}

#main-homepage {
  clear: left;
  font-family: verdana, sans-serif;
  font-size: 11px;
  position:relative;
  left:0;
  top:0;
  text-align: center;
  background-color: #add8e6;
}

#main-homepagepic001 {
  font-family: verdana, sans-serif;
  font-size: 11px;
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #000033;
  border-top: solid 1px #add8e6;
}

#bottom-menu {
  font-family: verdana, sans-serif;
  font-size: 11px;
  position:relative;
  left:0;
  top:0;
  border-top: 1px solid navy;
}

#heading-col1 {
  position:relative;
  top: 15%;
  left:0;
}

#toolbar-col1 {
  position: relative;
  top:0;
  left:0;
  width: 50%;
  padding-top: 2px;
  margin-left: 10%
}

#toolbar-col2 {
  position: absolute;
  top:0;
  left: 75%;
  width: 20%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#main-col1 {
  position:absolute;
  left:0;
  top:0;
  height: inherit;
  width: 30%;
}

#main-col2 {
  position:relative;
  top:0;
  left: 30%;
  width: 70%;
  background-color: #ffffff;
  padding-bottom: 15%;
  border: 1px solid #ffffff;
  min-height: 50em;
}

#main-col2-container {
  margin-left: 3em;
  margin-right: 10em;
  padding-top: 2em;
}

#bottom-menu-col1 {
  position: relative;
  top:0;
  left: 0;
  width: 30%;
  text-align: center;
}

#bottom-menu-col2 {
  position: absolute;
  top:0;
  left: 30%;
  width: 15%;
  text-align: center;
}

#bottom-menu-col3 {
  position: absolute;
  top:0;
  left: 45%;
  width: 15%;
  text-align: center;
}

#bottom-menu-col4 {
  position: absolute;
  top:0px;
  left: 60%;
  width: 15%;
  text-align: center;
}

#bottom-menu-col5 {
  position: absolute;
  top:0;
  left: 75%;
  width: 15%;
  text-align: center;
}

#mainpic-box1 {
  float: left;
  text-align: center;
  margin: 0 3em 2em 0;
}

#mainpic-box2 {
  text-align: center;
  margin: 2em 0 2em 0;
}


#maintxt-box1 {
  position: relative;
  left: 210px;
  width: 50%;
}

#main-col1 h1 {
  font-family: verdana, sans-serif;
  font-size: 13pt;
  font-weight: bold;
  color: blue;
  margin-top: 2em;
}

#sitemap{
  color: Blue;
}

#sitemap ul {
  list-style: disc;
}

#sitemap li {
  margin: 0.5em 0.2em 0.5em 0.2em;
}

#sitemap a {
  text-decoration: none;
  color: Blue;
  font-weight: bold;
}
