* {
  font-family: verdana, helvetica, sans-serif;
  font-size: 12px;
}

div, p, span, body, html {
  padding: 0;
  margin: 0;
}

p {
  margin: 0 0 8px 0;
  text-align: justify;
}

p span {
  color: #330066;
}

h1 {
  margin: 0 0 6px 0;
  padding-top: 0;
  font-size: 18px;
  font-weight: normal;
}

hr {
  height: 2px;
  color: transparent;
  border: none;
  background: url(images/news-dot.gif) repeat-x;
}

body {
background: url(images/body-bg.gif) repeat-x #d7d7d7;
}

#header, #menu, #body, #footer {
  width: 762px;
  margin: 0px auto;
  padding: 0 19px;
}


#header {
  padding: 0 19px;
  height: 307px;
  background: url(images/header-bg.gif) no-repeat top center;
}
#logo {
  display: block;
  position: relative;
  border-top: 45px solid transparent;
  margin: 0px 0px 0px 21px;
  width: 258px;
  height: 80px;
}
#text1, #text2, #text3 {
  text-align: right;
}
#text1, #text2 {
  width: 218px;
  height: 55px;
  margin: 0px 0px 0px 21px;
  font-size: 14px;
  background-color: transparent;
}
#text1 {
  padding: 15px 40px 2px 0px;
  color: #000000;
}
#text2 {
  padding: 0px 40px 2px 0px;
  color: #330066;
  background-color: transparent;
}
#text3 {
  width: 340px;
  height: 50px;
  margin: 0px 0px 0px 370px;
  padding: 0;
  color: #FFFFFF;
  position: absolute;
  z-index: 100;
}
 
#text1, #text2, #logo {
  z-index: 100;
  position: relative;
}

#purplecurve {
  position: absolute;
  top: 185px;
  left: 0px
  width: 762px;
  height: 121px;
  z-index: 10;
}
#headerbg {
  position: absolute;
  top: 0px;
  left: 0px
  width: 762px;
  height: 269px;
  z-index: 1;
}
#menu {
  background: url(images/menu-bg.gif) repeat-y #532784;
  height: 45px;
}
#body {
  background: url(images/content-bg.gif) repeat-y #ffffff;
  min-height: 300px;
}


#content-news {
  border-width: 0 16px 16px 0;
  border-color: #ffffff;
  border-style: solid;
  float: left;
  clear: right;
  min-height: 300px;
  width: 196px;
  padding: 12px 10px 12px 16px;
  margin-right: 44px;
  height: 280px;
  background-color: #cecece;
  color: #330066;
  position: relative;
}

#phonenumber {
  position: absolute;
  bottom: 12px;
  left: 0px;
  width: 222px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}

#content-main {
  border-width: 16px 16px 16px 16px;
  border-color: #ffffff;
  border-style: solid;
  padding-right: 20px;
}
#footer {
  background: url(images/footer-bg.gif) no-repeat #ffffff;
  height: 28px;
}


#menu ul {
  list-style-type: none;
  width: 762px;
  height: 45px;
  float: left;
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  background: url(images/menu-item-bg.gif) repeat-x;
}

#menu ul li {
  display: inline;
  float: left;
  height: 45px;
  margin: 0;
  border-right: 1px solid #330066;
  padding: 0px 25px;
  line-height: 45px;
}

#menu ul li a{
  color: #ffffff;
  font-size: 12px;
}

#menu ul li a:link {
  text-decoration: none;
}
#menu ul li a:visit {
  text-decoration: none;
}
#menu ul li a:hover {
  text-decoration: underline;
}
#menu ul li a:active {
  text-decoration: underline;
}
