@import url(/stylesheets/footer.css);
@import url(/stylesheets/header.css);
@import url(/stylesheets/menus.css);
@import url(/stylesheets/dse_campaigns.css);
@import url(/stylesheets/member.css);

* { margin: 0; padding: 0; outline: 0; }

body {
  color: #003767;
  background-color: #9D9D9D;
  font: 70%/1.5em Arial, Verdana, Tahoma, arial, sans-serif;
  text-align: center;
  margin: 13px 0;
}

h1 {
  font-size: 24px;
  color: #003767;
  font-weight: normal;
  margin-bottom: 14px;
}

h2 {
  font-size: 18px;
  color: #003767;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}

p {
  margin-bottom: 15px;
}

label {
 font-weight: bold;
}

#contact_form input {
  width: 300px;
}

#contact_form textarea{
  width: 300px;
}

#contact_form .submit{
  width: 100px;
}

.required_error{
  color: #ff0000;
}

#pageWrap {
  width: 986px;
  margin: 10px auto 0;
  text-align: left;
  clear: both;
  background-color: #ffffff;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
#contentWrap {
  width: 900px;
  margin: 27px 43px;
  text-align: left;
  clear: both;
}

#contentWrapTwoColumns {
  width: 900px;
  background: #000 url(/images/bg_two_columns_content.png) repeat-y;
  margin: 27px 43px;
  text-align: left;
  clear: both;
}

#contentWrapWithMenu {
  width: 900px;
  background: #000 url(/images/bg_content_with_menu.png) repeat-y;
  margin: 27px 43px;
  text-align: left;
  clear: both;
}

#banner{
  width: 900px;
  margin: 0px 43px;
}

#contentColumn {
  width: 500px;
  /*width: 540px;*/
  float: left;
}

#contentColumnWide {
  width: 899px;
  float: left;
}

#contentColumnWideWithMenu {
  width: 670px;
  padding-right: 30px;
  float: left;
}

#rightColumn {
  /*width: 360px;*/
  width: 300px;
  float: right;
}

#rightColumn a.newsitemslink {
  color: #6B6B6B;
  font-size: 13px;
}

#rightColumn .newsItem {
  width: 300px;
  float: left;
  color: #6B6B6B;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 2px solid #C1C0BE;
}

#rightColumn .highslide-body{
 text-align: left;
}

h2.newsColumnHeader {
  font-size: 24px;
}

.clear {
clear: both;
}

.heightfix {
  width: 1px;
  height: 400px;
  float:right;
}


