body
{
    background-image: url('../images/background1.jpg');
    background-repeat: repeat;
    min-width:980px
}

#logo1
{
    padding: 0px 0px 0px 0px;
    float: left;
    width: 170px;
    height: 110px;
}

#header
{
    vertical-align: middle;
    text-align: center;
    padding-top: 1px;
    
    height: 109px;
    margin: 0px 0px 0px 170px;

	
}

#greenrad
{
    width: 15px;
    height: 15px;
    position: inherit;
    background-image: url('../images/smallrad.png');
    margin-left: 170px;
}

#menubar1
{
    clear: both;
    background-image: url('../../images/009900.png');
    height: 30px;
    padding: 5px 0px 0px 0px;
    text-align: center;
    word-spacing: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    vertical-align: middle;
        -moz-border-radius-bottomright: 15px;
        -webkit-border-bottom-right-radius: 15px;
        -khtml-border-radius-bottom-right: 15px;
	border-radius-bottom-right: 15px;
        -moz-border-radius-topright: 15px;
        -webkit-border-top-right-radius: 15px;
        -khtml-border-radius-top-right: 15px;
	border-radius-top-right: 15px;
	        -moz-border-radius-bottomleft: 15px;
        -webkit-border-bottom-left-radius: 15px;
        -khtml-border-radius-bottom-left: 15px;
	border-radius-bottom-left: 15px;
}

#sidebar
{
    background-position: right top;
    padding: 0px 0px 0px 20px;
    clear: both;
    float: left;
    width: 150px;
    height: 490px;
    background-image: url('../../images/line.png');
    background-repeat: no-repeat;
}

#maincontent
{
    padding-top: 0px;
    margin-left: 215px;
    margin-right: 30px;
}

#bar
{
    clear: both;

    background-image: url('../../images/009900.png');
    height: 5px;
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 170px;
    margin-left: 170px;
}

#footer
{
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    text-align: center;
    height: inherit;
    clear: both;
}

h1
{
    font-family: Palatino Linotype, Book Antiqua, Palatino;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    color: #111111;
}

h2
{
    font-family: Palatino Linotype, Book Antiqua, Palatino;
    font-size: medium;
    font-weight: normal;
    text-align: center;
    color: #111111;
}

h3
{
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size: large;
    font-weight: bold;
    text-align: center;
}

h4
{
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size: medium;
    font-weight: bold;
    text-align: center;
}

h5
{
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size: small;
    font-weight: bold;
    text-align: justify;
}
p
{
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size: small;
    text-align: justify;
}
hr
{
    text-align: center;
    color: #00bb00;
}

li
{
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size: small;
    font-style: normal;
    color: #000000;
}
a:link {
  color: #000000;
}
a:visited {
  color: #333333;
}
a:active {
  color: #666666;
}
a:hover {
  color: #666666;
}

#dropmenudiv {
  border-style: solid;
  border-color: black;
  border-width: 0px 0px 0;
  position: absolute;
  font-family: Verdana, Verdana, Geneva, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 15px;
  z-index: 100;
}
#dropmenudiv a {
  border-bottom: 1px solid black;
  padding: 1px 0;
  width: 100%;
  display: block;
  text-indent: 3px;
  text-decoration: none;
  font-weight: bold;
}
#dropmenudiv a:hover {
  background-color: #ffffff;
}
