html {height: 100%; background: #ffffff;}
body {margin:0%; height: 100%; background: #F5F5F5; color: #000; font-weight: normal; font-family: Arial, Verdana, Helvetica, Sans-Serif;}


table.container{
	width: 800px;
	height: 100%;
	background-color: White;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}

td.container_header{
	height: 172px;
	background-color: #FFDAB9;
	vertical-align: top;
}

td.container_body{
	background-color: White;
	vertical-align: top;
}

td.container_breadcrumbs{
	vertical-align: top;
	background-color: White;
	padding: 5px 5px 5px 5px;
	height: 40px;
	text-align: center;
}

td.container_info{
	vertical-align: top;
	background-color: White;
	padding: 5px 5px 5px 5px;
	height: 40px;
}

td.container_footer{
   height: 30px;
	background-color: White;
	vertical-align: middle;
}




a { color: #E23300; background: inherit;  font-weight: 600; font-size: 14px;  text-transform: lowercase;  text-decoration: none;  }
a:hover { color: #808080; background: inherit; }


table.header {
	width: 100%;
	height: 165px;
	background-image: url(images/header.gif);
	background-color: Yellow;
}

td.logo {
	width: 50%;
	text-align: center;
}

td.logo h1{
   color: Navy;
}

td.logo_img{
   width: 50%;
	text-align: center;
}

td.info {
	text-align: center;
}

td.info h1{
	color: Navy;
   font-size: 14px;
}


table.info {
	width: 100%;
	border: 1px solid Black;
	margin-top: 50px;
	margin-bottom: 10px;
}

table.info tr td{
   vertical-align: top;
	text-align: center;
	color: Navy;
	padding: 5px 5px 5px 5px;
	background-color: #fce43b;
}


table.info1 {
	width: 100%;
	border: 1px solid Black;
	margin-top: 25px;
}

table.info1 tr td{
   vertical-align: top;
	text-align: left;
	color: #000000;
	padding: 5px 5px 5px 5px;
	background-color: #F5F5F5;
}

table.body{
  width: 100%;
}

td.navbar{
 width: 20%;
 vertical-align: top;
 padding: 5px 5px 5px 5px;
}

td.navbar ul{
 padding-left: 5px;
 margin: 0px;
}

td.navbar ul li {
 list-style-type: none;
 padding-bottom: 5px;
}

td.content{
   vertical-align: top;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	width: 80%;
}

td.content h1{
	font-size: 18px;
	text-transform: uppercase;
	color: Silver;
}

td.content h2{
	font-size: 16px;
	text-transform: uppercase;
	color: Navy;
}

table.footer{
	width: 800px;
}

td.footer{
	text-align: center;
	color: Navy;
}





img {
	padding: 5px 5px 5px;
	border: 0px;
}
textarea {
	height: 200px;
	width: 400;
	border: 1px solid Black;
}

input {
	border: 1px solid Black;
}
