/* 
    Document   : voecfr
    Created on : 13-Oct-2009, 17:33:41
    Author     : ReggieB
    Description:
        This is the main style sheet for the voecfr.org web site.
*/

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #0C4E0B;
}

div#outside {
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: white;
}

div#left_top_banner,
div#right_top_banner {
  display: inline-block;
}

div#right_top_banner {
  float: right;
}
div#main_title {
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}
div#main_content p {
  line-height: 18px;
}

img.with_text_right {
  float: right;
  padding: 5px;
}

img.with_text_left {
  float: left;
  padding: 10px;
}

h1 {
  font-size: 24px;
  padding-left: 20px;
  padding-bottom : 0px;
}
h2 {
  font-size: 14px;
  padding-top: 20px;
}

p, li, label{
  font-size: 12px;
}

label{
  font-weight: bold;
}

p.error input {
  border-style: groove;
  border-width: 3px;
  border-color: red;

}

p.error label, div.error {
  background-color: #ff9999;
}

div.error {
  border-style: solid;
  border-width: 3px;
  border-color: red;
  padding: 5px;
}

div.error h3 {
  padding-top: 0;
  font-size: 14px;
  margin-top: 0;
}
