body {font: 100% verdana, arial, sans-serif; 
/*	text-align:center; /* centers the layout in IE */
	background-color: #3D4875;
	color: white;
}
* {margin:0; padding:0;}

/* 
a:link	{color: #3d4875;}
a:active	{color: #3d4875; } 
a:visited	{color: #529757;	}
*/

a:link {
  color: white;
  text-decoration:underline;
  background: gray;
  font-weight:bold;
}
a:visited {
  color: #7FFFFF; 
  background: gray;
  text-decoration:underline;
  font-weight:bold;
}
a:hover {
  color:#660099;
  background:#ececec;
  text-decoration:underline;
  font-weight:bold;
}
a:active {
  color: #3d4875; 
  background: yellow;
  text-decoration:underline;
  font-weight:bold;
}
 
* html a:visited	{
  color: #7FFFFF;
  text-decoration:underline;
  background: gray;
  font-weight:bold;
}



.clearfix:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
// hack for IE mac
.clearfix	{ display: inline-block;}
// hack for IE6
* html .clearfix { height: 1%; }
.clearfix	{ display: block; }

div#banner	{
	position: relative;
	float: left;
	heigth: 200px;
}
div#bannerimg 	{
  	float: left;
	top: 0px; 
	left: 30px; 
	padding: 10px 1px 1px 33px;
}
* html div#bannerimg	{
	padding: 10px 1px 1px 33px;
}
div#title	{
/*	position: absolute; */
/*	float: left;	*/
	top: 0px; 
/*	left: 150px; */
	margin-left: 180px;
	width: 400px;
	padding: 25px 1px 1px 1px;
	font-size: 1.05em;
	text-align: center;
}

* html div#title	{
	margin-left: 50px;
}

div#content	{
	position: relative;
	float: left;
	margin-top: 30px;
	width: 700px;
	clear: both;
}

div#footer	{
	position: relative;
	float: left;
	margin-top: 25px;
	margin-left: 215px;
/* 	margin-left: 285px; */
	clear: both;
}
* html div#footer {
	margin-left: 125px;
}

div#mainpara	{
	float: left; 
	width: 60%; 
	margin-left: 50px;
}

* html div#mainpara	{
	float: left; 
	width: 64%; 
	margin-left: 25px;
}

div#noticebox {
	float: left; 
	border: 1px solid yellow; 
	text-align: center; 
	margin-left: 25px; 
	padding: 8px 15px 8px 15px; 
	font-size: 1.00em; 
	background-color: #cfe1fe; 
	color: black;
}

* html div#noticebox {
}



div#tablesect	{
	margin-left: 50px; 
/* 	margin-top: 65px;  */
	clear: both;
}

div#tablesect td	{ 	
	vertical-align: bottom;
	padding: 5 15 5 15; 
}

.table1	{
	border: 1px solid #cfe1fe; 
	margin-left: 35px; 
	width: 800px; 
	margin-top: 80px;
	vertical-align: bottom;
}

* html .table1	{
	margin-top: 20px;
	margin-left: 50px;
}

div#infoform	{
  	clear: both;
	margin-left: 165px; 
	margin-top: 15px; 
	width: 57%; 
	border: 1px dashed #cfe1fe; 
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
}

* html div#infoform table	{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}


