/* Global Styles */

body {
  margin: 20px auto; 
  padding: 0px;
	text-align: center;
  color: #333;
  font-size: 12px;
  line-height: 1.5em; 
  font-family: "Lucida Grande", Verdana, Arial, Sans-serif;
  max-width: 800px;
}

img {
  border: 0px;
}


a {
	color: #993300;
	}
	

a:link {
	color: #0000FF;
}
a:hover {
	color: #001554;
}

h1 {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 160%;
  font-weight: bolder;
}

h2 {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 120%;
  font-weight: bolder;
  margin: 0 0 -10px 0;
}

ul {
  list-style-type: square;
}

/* ID Styles */

#maincontainer {
  width: 700px;
  margin: 0px auto;
  text-align: left;
  background: #fff; 
}

#logo_container{
  width: 700px;
  border-bottom: 1px solid #ccc;
  float: left;
}

#logo{
  float: left;
}


#lower_content { 
  width: 700px;
  text-align: left;
}


#body_text {
  padding: 20px 50px 20px 50px;
  width: 600px;
  float: left;
  border-bottom: 1px solid #ccc;

}


#copyright {
  font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	letter-spacing:normal;
	line-height:18px;
  text-align: center;
}

/* Class Styles */

.tagline {
  font:16px Arial, Helvetica, sans-serif;
  font-weight: bold;
	color: #444;
	letter-spacing:normal;
	line-height:18px;
  text-align: center;
  padding: 5px;
  float: right;
}


table.tbl_input {
  padding: 20px 30px 10px 30px;
  margin: 20px auto 40px auto;
  width: 360px;
  height: 190px;
  background: url('form_bg.png');
}

.required {
  color: red;
}

