/* undohtml.css */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,tr,td
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

html {overflow-y: scroll;}

/* text -----------------------------------------------------------------------*/

body{
  font-family: Arial, sans-serif;
  font-size: 70.01%;
  color: #343232;
}

table, tr, td, pre, code, li, ul,  input{
	font-family: Arial, sans-serif;
	font-size: 1em;
}

h1{
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 8px;
}

h2{
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 8px;
}

a:link {color: #446280; text-decoration: none; font-weight: bold;}
a:visited {color: #446280; text-decoration: none; font-weight: bold;}
a:hover {color: #000000;text-decoration: none; font-weight: bold;}
a:active {color: #446280; text-decoration: none; font-weight: bold;}

.footer-text {
	color: #5d6467;
}

.credit-text a {
	color: #cccccc;
}

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

body{
  background-color: #ffffff;
  text-align: center;
}

#header{
  margin: 0 auto;
  background-color: #446280;
  width: 980px;
  height: 120px;
  margin-bottom: 10px;
}

#logo{
  width: 203px;
  height: 106px;
  float: left;
}

#contact{
  width: 303px;
  height: 106px;
  float: right;
  color: #ffffff;
  text-align: right;
  padding-right: 10px;
}

#content-grey{
  background-color: #6B7580;
  width: 980px;
  margin: 0 auto;
  padding: 0px 0px 10px 0px;
}

#content-white{
  background-color: #ffffff;
  margin: 0px 10px;
  text-align: left;
  padding: 10px;
  font-size: 1.1em;
}

.button{
  margin: 0 auto;
  background-color: #446280;
  width: 350px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.button a{
  color: #ffffff;
  font-size: 1.6em;
  display: block;
}

#tabs{
  margin-left: 10px;
}

#tabs li{
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  display: block;
}

#tabs li a{
  font-size: 1.2em;
  display: block;
  padding: 0px 20px;
  color: #ffffff;
}

#tab-active{
  background-color: #ffffff;
  color: #446280;
  border-top: solid 3px #89C4FF;
}

input, textarea{
border: 1px #6B7580 solid;
}

