
body{
margin:0;padding:0;
	background:#101E29;
	text-align:center;
	color:#BCCAD5;
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 13px;
}
a, a:visited {
	color:white;
	text-decoration:none;
}
a:hover {
	color:white;
	border-bottom:1px white solid;
}
.container{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
.table {
  width:1000px;
}
.newsletter {
  background:url(images/newsletter.jpg);
  width:207px;
  height:65px;
}
.text {
  color:white;
  font-family:"Lucida Console", "Courier New", Courier;
  font-size:15px;
  text-transform:uppercase;
}
.newsletter .text {
  padding:31px 0 0 31px;
}
.newsletter-text {
  width: 170px;
  padding:0 0 0 24px;
}
td {
  vertical-align:top;
}
.contentheader {
  background:url(images/contentheader.jpg);
  height:51px;
  width:793px;
}
.contentheader .text {
  padding: 17px 0 0 16px;
}
.content {
  text-align:justify;
  padding:5px 35px 5px 15px;
}
p {
  margin:7px 5px 8px 5px;
}
.footer {
  background:url(images/footer.jpg);
  width:1000px;
  height:59px;
}
.footer .text {
  padding:21px 0 0 32px;
}
.img {
  padding:5px;
  margin:10px;
  border:1px white solid;
  float:left;
}
/* contact */
.textbox_title{vertical-align:top;padding-top:10px;}
.title{	vertical-align:top;	padding-right:20px;}
.textbox {	width:450px;height:24px;font-family:"Trebuchet MS", Verdana;color:white;background:#0a1924;	border:1px #2a4150 solid;	padding:6px 0 0 5px;	font-size:12px;}
.button {width:100px;height:30px;padding-bottom:6px;vertical-align:top;}
.textbox:focus, .textbox:hover{ background:#142430;border:1px #546d7c solid;}
.textarea {height:200px;padding:6px;width:443px;}
.error {width:505px;height:100%;padding:6px;margin-bottom:3px;}
