/* Layout Stylesheet */ 

body {
 margin:14px;
 /*color: #333333;*/
 text-align:center;
 padding:0;
 }

#outer {
	text-align:left;
	border:1px solid #000000;
	width:760px;
	margin:auto;
 }

#hdr {
	height:100px;
	background:#0E6FA0;
	/*color: #333333;*/
 }

#navigation {
 height:56px;
 padding-top:3px;
 background:#CC6666;
 text-align:center;
 font-size:14px;
 color: white;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#navigation a:link {
	color: white;
	text-decoration:none;}
#navigation a:visited {
	color: #E5E5E5;
	text-decoration:none;}
#navigation a:hover {
	color: black;}

#bodyblock {
 position:relative;
 background: #EEEFF0;
 /*color: #333333;*/
 width:760px;
 padding:0;
 }

#l-col {
 /*float:right;*/
 position:absolute;
 top:0px;
 right:0px;
 bottom:0px;
 padding:2px;
 margin:2px;
 background:#EEEFF0;
 /*color: #333333;*/
 width:166px;
 }
 
 #ll-col {
	position:absolute;
	bottom:10px;
	right:8px;
	padding:2px;
	margin:2px;
	background:#EEEFF0;
	/*color: #333333;*/
    width:155px;
 }

#cont {
 position:relative;
 width:580px;
 background:#ffffff;
 /*color: #333333;*/
 border:solid #000000;	
 border-width:0 1px 0 0;
 text-align:left;
 /*float:left;*/
 }

#ftr {
 clear:both;
 height:40px;
 background:#666666;
 color: white;
 font-size:12px;
 border:solid black;
 border-width:1px 0 1px 0;
 margin:0;
 }

#ftr a:link {
	color: white;
	text-decoration:none;}
#ftr a:visited {
	color: #E5E5E5;
	text-decoration:none;}
#ftr a:hover {
	color: black;}

#copyright {
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	background-color:#0E6FA0;
	height:17px;
	padding-top:4px;
	padding-left:4px;}
	
#payonline {
border-style:solid;
border-width:thin;
border-color:#000000;
border-left:none;
border-right:none;
padding-top:10px;
padding-bottom:2px;}

#sidepack {
border:dotted; 
margin-right:5px; 
padding-top:4px; 
padding-bottom:5px}