/*main Layout css */


#copyright
{
	float:left;
	height:51px;
	width:600px;
}

.button
{
	background-color:#041894;
	color:#fff;
	width:190px;
	height:30px;
	border-radius: 15px;
  	font-family: "Gill Sans", "Gill Sans MT", "sans-serif";
	font-size: 14pt;
}

.button:hover
{
	color:#041894;
	background-color:#ffffcc;
	font-family: 'Nunito Sans', sans-serif;
}

.tables
{
  clear: both;
  border:2px solid #041894;
}

.tdoc
{
  width: 500px;
  height: 60px;
}

.tbutton
{
  width: 175px;
  height: 60px;
}

