﻿body {
	margin:0px;
	padding:0px 0px 15px 0px;
	background:url(/IMAGES/Layout/background.gif) repeat-x #606060;
}

#oHeader 
{
	width:875px;
	min-height:76px;
	height:76px;
	padding:18px 0 0;	
	margin:0 auto;
}

#oLogo {
	margin:0;
	display:block;
}
#oSlogan {
	margin:0;
	padding:10px 0;
	display:block;
}

#oMenu {
	list-style:none;
	width:875px;
	height:33px;
	padding:0px;	
	margin:0px auto 0px auto;	
}
#oMenu li {
	display: inline;
	cursor:pointer;
}



#oBody 
{
	width:835px;
	margin:0px auto;
	padding:30px 20px 10px 20px;
	
	border-left:1px solid #38383B;
	border-right:1px solid #38383B;
	border-bottom:1px solid #38383B;
	background:url(/IMAGES/Layout/page.gif) repeat-x #FFFFFF;
}

#oMainContent {
	min-height:600px;
}

#oCertification 
{
	margin:40px 0px 0px 0px; 
	padding:7px 0px 7px 0px; 
	text-align:center; 
	border-top:1px dotted #CCCCCC;
}

#oFooter {
	width:875px;
	margin:0 auto 0;
}
#oFooter p, #oFooter a {
	color:#FFFFFF;
}
#oFooter div 
{
	margin:0;
	padding:5px 20px;
	background-color:#000000;
}
#oFooter span 
{
	color:#B71B1B;
}

.clearBoth 
{
	clear:both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.hr {
  margin:10px 0px 10px 0px;
  height: 7px;
  background: url(/IMAGES/Layout/line.gif) repeat-x scroll center;
  
}
div.hr hr {
  display: none;
}


.readmore
{	
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	color:#0000FF;
	text-decoration:underline;
	background-image:url(/IMAGES/ICONS/readmore.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 18px;	
}
.readmore:hover
{	
	background-image:url(/IMAGES/ICONS/readmore_over.gif);
}


