body,td,span,div,p,b,table,li,ol,ul,input
{
    font-family: verdana;
    font-size:12px;
}

body 
{
  margin:5;
  height:100%;
  text-align:center;
  color: white;
/*   background-image: url("imgs/back1.gif"); */
  padding:10px;
}

#MainBody
{
  width:780px;
  margin:auto;
  padding:0;
  text-align:left;
  border: solid 1px black;
  border-bottom-width:2px;
}

.aLine
{
	text-decoration:underline;
}

#Header
{
    text-align:center;
    color: white;
    padding-top:10px;
    background-image: url("imgs/back2.gif");
	margin:0; 
}

# Header P,td
{
	font-family:Times New Roman;
	color:white;
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#Navigation
{
    text-align: center;
    background-color:#1752CE;
    width:780px;
    color:white;
}

#Navigation a
{
    color:white;
    background-color:#1752CE;
    padding:3px;
    text-decoration:none;
}

#Navigation a:hover
{
    color:#1752CE;
    padding:3px;
    color:white;
    text-decoration:underline;
}

#Content
{
    text-align:center;
    padding-left:50px;
    padding-right:50px;
    padding-top:0px;
	text-justify:distribute;
    color:white;
    background-color:White;
    background-image: url("imgs/back.gif");;
}

.headingerr
{
	margin-bottom:10px;
	margin-top:10px;
}

.headingtop
{
	margin-bottom:10px;
	margin-top:10px;
}

.headingmain
{
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
	margin-top:10px;
}

.tborder
{
	border-bottom-color:#1752CE;
	border-bottom-style:solid;
	border-bottom-width:1pt;
}

#Content a
{
	color:white;
	background-color:Transparent;
	text-decoration:underline;
}

#Content a:hover
{
	color:white;
	text-decoration:underline;
}

#Footer
{
	padding: 10px;
    text-align: center;
    font-size:11px;
    color: white;
    background-color:#1752CE;
}

#Footer a
{
    color:white;
    background-color:#1752CE;
    padding:3px;
}

#Footer a:hover
{
    color:#1752CE;
    padding:3px;
    color:white;
    text-decoration:underline;
}

#Footer table td p, #Footer table td 
{
    text-align: center;
    font-size:11px;
    color: white;
}