/* Layout Stylesheet */ 

body {
 margin:0px 0px 10px 0px;
 background:#D3E8F5;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 width:760px;
 margin:auto;
 }

#hdr {
 border:solid #0168C5;	
 border-width:0 0 1px 0;
 }


#bodyblock {
/* position:relative; */
 background: #0168C5;
 width:760px;
 padding:0;
 }

#nav{
 float:left;
 background:#0168C5;
 width:180px;
 }


#cont {
 width:570px;
 border:solid #FFFFFF;	
 border-width:0 0 1px 0px;
 background-color:White;
}

#ftr {
 background:Silver;
 border:solid black;
 border-width:1px 0px 0 0px;
 margin:0;
}

#templateForm 
{
	margin:0;
}

