*
{
  font-size: 1em;
  margin: 0 auto;
  padding: 0;
  line-height: 1.4em;
  font-family: Helvetica, Arial, sans-serif;
}

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
  margin: 0;
  padding: 0;
  border: 0;
}

a  {
  color:blue;
  text-decoration:none;
}

p  {
  margin-bottom:1em;
}

h1, h2, h3  {
	color:#333;
	font-weight:bold;
}

h1  {
	font-size:14pt;
}

h2  {
	font-size:13pt;
}

h3  {
	font-size:12pt;
}

body  {
  color:#333;
	font-size:11pt;
}

a, a:visited, a:hover, a:active  {
  
}

table  {
  font-size: 9pt;
  color:#333333;
}

form  {
  margin:0;
}

.form_item  {
  padding:5px;
  width:300px;
  background: #efefef;
  border: 1px solid #999;
  font-size: 11px;
  color: #333;
}

.highlighted_form_item  {
  padding:5px;
  width:300px;
  background: #efefef;
  border: 1px solid red;
  font: 11px;
  color: red;
}

#flash_message_box  {
  border:1px solid #a92e02;
  padding:10px;
  background-color:#f6e9db;
}

#flash_message_box span  {
  font-size:350%;
  padding:5px;
  padding-left:8px;
  padding-right:8px;
}

#container  {
  width:100%;
  position:relative;
  margin-top:0 auto;
  background:#fff url(/images/background_top.jpg) top center repeat-x;
}

#page  {
  position: relative;
  margin: 0 auto;
  width: 816px;
  min-height: 302px;
}

#header  {
  position: relative;
  float: right;
  padding: 0 0 0 0;
  height:132px;
}

#menu  {
  width:816px;
}

#content  {
  position: relative;
  float: left;
  width: 816px;
  padding: 0 0 0 0;
}

#home_top  {
  margin-bottom:20px;
}

#left_side  {
  width:266px;
  float:left;
	margin-bottom:20px;
  background-color:#f0f3f9;
}

#right_side  {
  width:504px;
  padding:20px;
  padding-top:5px;
  float:right;
}

#footer  {
  background: url(/images/background_bottom.jpg) repeat-x;
  clear:both;
  height:132px;
	color:#333;
	font-size:11pt;
	position:relative;
  text-align:center;
  padding-top:30px;
}

#footer a  {
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  color:black;
}

.testimonial  {
  font-size:100%;
  background-color:#f0f3f9;
  padding:8px;
  margin-bottom:20px;
}

.testimonial p  {
  font-style:italic;
}

.testimonial .author  {
  font-weight:bold;
  color:#005ba1;
}

.testimonial .title  {
  font-style:italic;
}

.testimonial .location  {
  font-style:normal
}

.orange_keylink  {
  border-top:1px solid #fba558;
  padding-top:5px;
}

.blue  {
  color:#005ba1;
}

.fieldWithErrors {
  background-color: #3590d2;
  color:white;
}

#errorExplanation {
  width: 420px;
  border: 2px solid #3590d2;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  float:left;
}

#errorExplanation h2 {
  padding: 5px 5px 5px 15px;
  font-size: 100%;
  margin: -7px;
  background-color: #3590d2;
  color:white;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
  margin-top:10px;
}

#errorExplanation ul  {
  margin-left:20px;
}

#errorExplanation ul li {
  font-size: 9pt;
  list-style: square;
}

#right_side ul  {
  list-style: none;
}

#right_side ul li ul {
  list-style:square;
margin-left:35px;
}

.left_letter  {
  margin-right:10px;
}

#footer_year {
	font-weight:bold;
}
