
body 
  {
  text-align: center;
  background-color: #11347b;
  }
	
#top
{
  padding: 3px;
  clear: both;
  margin: 0 auto;
  background-color: white;
  width: 100%;
  height: 10%;
  background-repeat: no-repeat;
  background-position: 10% 20%;
  text-align: right;
  background url:(logo.gif);
  	
}

#top h1
{
padding: 0;
margin: 0;
}

#content
{
width: 100%;
padding: 0.0em;
background-color: white;
margin: 0 auto;
}

#footer
{
  clear: both;
  margin: 0 auto;
  background-color: white;
  text-align: right;
  width: 82%;
  height: 80px;
  padding-right: 10px;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

h1, h2, h4 {font-family: tahoma; color: #123d6e;}
h3 {font-family: tahoma; color: #123d6e;}

p {font-family: Tahoma, serifSansSerifMonospace; color:#123d6e; font-size: 14px; font-weight:bold;}

#footer p {font-family: tahoma ; color: #123d6e; font-size: 0.7em;
font-weight: bold;
}

p.add {
	font-family: tahoma; color:#123d6e; font-size: 12px; 
	font-weight: bold;	
}

A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: underline; color: black;}

img{  border-right: 1px solid white;
	border-top: none;
	border-bottom: none;
	border-left: none;}

ul{
font-family: tahoma;
font-size: 16px;
font-style: normal;
}
 table	{
	text-align: left;
}

td.center{
  text-align: center;
          
 }

/* T is the container DIV */

.t {background: url(dot.gif) 0 0 repeat; width:82%; text-align: left; margin: 0 auto;}
.b {background: url(dot.gif) 0 100% repeat}
.l {background: url(dot.gif) 0 0 repeat}
.r {background: url(dot.gif) 100% 0 repeat}
.bl {background: url(bl.jpg) 0 100% no-repeat}
.br {background: url(br.jpg) 100% 100% no-repeat}
.tl {background: url(tl.jpg) 0 0 no-repeat}
.tr {background: url(tr.jpg) 100% 0 no-repeat; padding:50px} 

/*Form Details
.........................................................*/

fieldset{
border:1px solid #666666;
background-color:#dddddd;
font-family:arial;
}

label{
display:block;
}

input{
color:#000000;
}
