body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: FFF;
	padding: 0;
	color: #000;
	margin: auto;
	overflow: hidden;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #D22926;
	text-decoration: none;
}
html,body{
	margin: 0 auto;
	height: 100%;
	width: 100%;
}
#growContainer{
	display: table;
	width:100%;
	height:100%;
}
.grow{
	display: table-cell;
	height:100%;
	width: 25%;
	-webkit-transition:width 500ms;
	-moz-transition:width 500ms;
	transition:width 500ms;
}
#growContainer:hover .grow{
	width:20%;
}
#growContainer:hover .grow:hover {
	width:40%;
}
.header {
	display: inline-block;
	width: 100%;
	height: 90px;
	padding: 10px;
	float: left;
}
.menu {
	display: inline-block;
	width: 1042px;
}
.menutable {
	width: 400px;
	height: 90px;
}
.SearchBarTable
{
	width: 665px;
	height: 90px;
}
.STableData
{
	padding-left: 5px;
	width: 130px;
	border: 0px;
}
table {
    border-collapse: collapse;
	border: 1px solid #F9A119;
	padding: 5px;
}
.links {
	text-decoration: none;
	font-weight: bold;
}
.container {
	width: 100%;
	background: #FFF;
	height: 880px;
}
.Main_Body_Container{
  width: 100%;
}
.Outline_Size{
  width: 99%;
  height: 830px;
  overflow: visible;
  margin-left: 0px;
  border: none;
}
.reg_table_data{
  font-family: arial;
  font-size: 12px;
  border: none;
}
.Area_Container{
  width: 100%;
  height: 850px;
  margin-left: 5px;
  border: none;
}
.table_container {
	text-align: center;
}
.footer {
	background-color: #F9A119;
	height: 20px;
	padding: 10px;
	width:  97%;
	margin-left: 10px;
}
.FooterBarTable {
	width: 98%;
	padding-left: 5px;
}
.FooterBar {
	height: 20px;
	padding: 5px;
	width:  1210px;
	text-align: center;
}
.NavBarContainer {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
}
.NavBarTable
{
	width: 98%;
	padding-left: 5px;
}
.NavBar
{
	background-color: #F9A119;
	height: 20px;
	width:  98%;
	text-align: center;
}

