body {
  background-color: #34b9fe;
	font-size:12px;
	font-family:serif;
}
h1 {
  color: #34b9fe;
  font-size: 24px;
}
.separator{
	height:1px;;
	background-color:#ECF1EF;
}
.homepage_body {
  background-image: url("/images/homepage_body.jpg");
  background-repeat: repeat-y;
  text-align: center
}
.homepage_body_text {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 24px;
  font-family: Arial;
  color: #34b9fe;
}
.inner_footer {
  background-image: url("/images/inner_footer.jpg");
  height: 58px;
  width: 640px;
  text-align: center
}
.homepage_footer {
  background-image: url("/images/homepage_footer.jpg");
  height: 167px;
  width: 640px;
  text-align: center
}
.homepage_footer_text tr, td{
  font-size: 16px;
  font-family: Arial;
  color: #65963e;
}
.homepage_footer_text td{
  padding-top: 2px;
}
.homepage_footer_text input{
  font-size: 16px;
  font-family: Arial;
}
.input_width{
  width: 220px;
  border:solid 1px #cccccc;
}
.copyright{
  font-size: 12px;
  color: white;
}

.button{
	background:url(/images/frontend/button_green.png) no-repeat;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	width:169px;
	height:48px;
}

ul,ol,li,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
ol{
	margin-top:20px;
	margin-left:50px;
}
a, a:active, a:link, a:visited
{
  text-decoration: none;
  font-weight:bold;
  color: #ff7d00;
}

a:hover
{
  text-decoration: underline;
}

/* Common Elemments */
.spacer_1{ height:25px; }
.spacer_2{ height:50px; }
.spacer_3{ height:75px; }
.spacer_4{ height:100px; }
.spacer_5{ height:125px; }

/* Comment Color Elements */
.text_green { color:#63b147; }
.text_grey { color:#8e8e8e; }
.text_orange { color:#f6c04b;}
.text_brown { color:#a2850b;}
.text_blue{color: #00aff0;}
/* Common Input Elements*/
.input_checkbox{
	border:1px solid #CCCCCC;
}

/* Primary Headers */
.section_header{
	width:100%;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}

/* Terms of Service */
.static_header{
	color:#63b147;
	font-size:24px;
	border-bottom:1px solid #CCCCCC;
	width:300px;
	margin-bottom:20px;
}
.page_header{
	color:#a2850b;
	width:100%;
	text-align:center;
	font-size:26px;
}

/* Form Elements */
.form_error{
	font-size:10px!important;
}
