/*container*/
.tcontainer {background: url(../images/bg-box.jpg) 0 0 repeat-x; background-color:#FFF;}
.bcontainer {background: url(../images/box-line.gif) 0 100% repeat-x}
.lcontainer {background: url(../images/box-line.gif) 0 0 repeat-y}
.rcontainer {background: url(../images/box-line.gif) 100% 0 repeat-y}
.blcontainer {background: url(../images/corner-bl.gif) 0 100% no-repeat}
.brcontainer {background: url(../images/corner-br.gif) 100% 100% no-repeat}
.tlcontainer {background: url(../images/corner-tl.gif) 0 0 no-repeat}
.trcontainer {
	background: url(../images/corner-tr.gif) 100% 0 no-repeat;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
}
.container {
	margin:5px;
	text-align:left;
} 

.container p a { 
	text-align:left; /* this overrides the text-align: center on the body element. */
	color:#00703C;
} 

.container a:hover { 
	color:#000;
	text-decoration:none;
}
.containerbackground {
	background-image:url(../images/bg-box.jpg);
}