/* Layout Stylesheet */ 

body {
 margin:0px 5px 5px;
 background:#ffffff;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
	text-align:left;
	width:780px;
	margin:auto;
	border-top: 5px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;

 }

#hdr {
	height:50px;
	background:#ffffff;
	color: #333333;
	padding-top: 10px;
	text-align: center;

 }

#bar {
	height:20px;
	background:#000066;
	color: #FFFFFF;
	border:solid #000000;
	border-width:1px 0 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
 }

#bodyblock {
	position:relative;
	background: #e5e5e5;
	color: #333333;
	width:780px;
	padding:0;
 }

#l-col {
	float:left;
	background:#e5e5e5;
	color: #333333;
	width:245px;
	text-align: left;
	line-height: 20px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
 }
 #l-col a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
 }
  #l-col a:hover {
	color: #990000;
	text-decoration: underline;

 }
#l-col ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
#l-col ul li {
padding-bottom: 12px;
}

#cont {
	width:525px;
	background:#ffffff;
	color: #333333;
	text-align:left;
	border-left: 1px solid #999999;
 }

#ftr {
	height:25px;
	background:#000066;
	color: #ffffff;
	border:solid gray;
	border-width:1px 0 0 0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	width: 780px;


 }
.certimg {
	float: left;
	margin-left: 10px;
	margin-right: 10px;


}
.certtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	float: left;
	margin-left: 35px;
	margin-top: 15px;


}
.cert {
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
