/* Style reset */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, 
a, img, fieldset, form, label, legend {
  margin: 0; padding: 0;
  border: 0; outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {line-height: 1;}

blockquote, q {quotes: none;}
:focus {outline: 0;}
/* Style reset end */

html,body {
  height:100%;
}

body {
  line-height:1.3;
  background: #FFFFFF;
  margin:0px;
  padding: 0px;
  text-align: center;
  font-size:62.5%;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  margin: 40px 0px 0px 0px;
  font-size:1.2em;
}

h1 {
  font-size:1.16em;
  padding:0px 0px 8px 0px;
  color:#f0252c;
}

h2 {
  font-size:1.3em;
  padding:0px 0px 8px 0px;
}

h3 {
  font-size:1.2em;
  padding:0px 0px 8px 0px;
}

h4 {
  font-size:1.1em;
  padding:0px 0px 8px 0px;
}

input, select, th, td {
  font-size:1em;
}

li li, li p, td p, blockquote p {
  font-size:1em;
}

hr {
  color: #D2D2D2;
  background-color: #D2D2D2;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top:1px solid #d2d2d2;
  height:0px;
}

img {
  border: none;
}

.center {
  text-align:left;
  width: 800px;
  margin: 0px auto;
  padding: 0px;
  clear:both;
  overflow:hidden;
}

.error {
  color:#f0252c;
  font-weight:bold;
}

.remove {
  width:50px;
}

.required {
  color:#f0252c;
}

.formSection {
  margin: 0px 0px 5px 0px;
  overflow:hidden;
}

.formSection label,
.formSection .leftForm {
  width: 100px;
  display:block;
  float:left;
  font-weight:bold;
}

.formSection input,
.formSection select {
  border: 1px dotted #000;
  width: 325px;
  display:block;
  float:left;
}

#footer {
  color: #5d5d5d;
  clear: both;
  background: #f7f7f7;
  margin: 10px 0px 0px 0px;
  border-top: 1px dashed #caadae;
}

#footer .center {
  width:780px;
  padding:10px;
}

#footer_links {
  float:left;
  width:450px;
  overflow:hidden;
  margin:0px 0px 24px 0px;
}

#footer_links ul {
  padding:0px;
  margin:0px;
  list-style: none;
  text-align:left;
}

#footer_links li {
  display:inline;
}

#footer_links li a:link,
#footer_links li a:active,
#footer_links li a:visited {
  font-size: 1.1em;
  font-weight:bold;
  color: #5d5d5d;
  text-decoration:none;
}

#footer_links li a:hover {
  text-decoration:underline;
}

#content {
  background-color: #e6e5e5;
  overflow:hidden;
}

#content .center {
  background: #f00 url(../images/content_bg.gif) repeat-y top left;
  overflow:hidden;
}

#column_left {
  width: 150px;
  min-height:200px;
  padding: 10px;
  float: left;
  overflow:hidden;
}

#column_middle_right {
  width: 610px;
  min-height:200px;
  padding: 10px;
  float: left;
  overflow:hidden;
}

#column_middle {
  width: 430px;
  min-height:200px;
  padding: 10px;
  float: left;
  overflow:hidden;
}

#column_right {
  width: 160px;
  min-height:200px;
  padding: 10px;
  float: left;
  overflow:hidden;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
}

form {
  margin: 0px;
  padding: 0px;
}

a:link,
a:visited,
a:active {
  color:#f0252c;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}
