body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#0066FF url(images/mainBodyGb.jpg);  background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

hr
{
	width: 890px;
}
.currentpage
{
	font-size:1.0em; 	background-color:#FF6600; 
}
.hrSmall
{
    border-style:dotted; border-width:thin; border-color:#D25A0B; width:100%;
}
h4 {
	background:#FFF url(images/h4bgB.jpg) repeat-x 0 0; 
}

body #divMain  /*-------------- main container */
{
  width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:1050px;
}
#divMain #headcontainer{
	height:148px; color:#4D4747;  
	background:#FFF url(images/ezrodorganizer.jpg) no-repeat 0 0; 
}
#divMain #headcontainer #upperlogo
{
	float:right; margin-top:1px; padding-right:80px; width:400px; 
}
#divMain #headcontainer #upperlogo p{
	width:150px; height:70px;
}
#divMain #headcontainer #upperlogo img
{
  width:150px; height:70px;
}
#divMain #headcontainer #upperlogo span
{
	text-align:center; font-size:0.8em; font-weight:bold;
}  

#divMain #divMenu ul
{
 float:left; width:81%; padding-left:5%; height:40px; padding-right:3%; margin-top:5px;

}
#divMain #divMenu ul li
{
	font-weight:bold;  display:inline; color:navy; font-size:0.9em;text-align:center;

}
#divMain #divMenu ul li a
{
	font-weight:bold; font-size:1.0 em; margin-left:4px; border-left:1px dashed gray;
    float:left; color:black;
	text-transform:uppercase; padding:5px; text-align:center; padding-bottom:6px;
}
#divMain #divMenu li a:hover
{
 text-decoration:none; color:navy; 
 border-top-width:2px; border-top-color:black; border-top-style:ridge; padding-top:5px;
}
#divMain ul li a:visited        
{                             
  color:navy;         
} 

#divMain #divContent{
	clear:both;border-top-width:2px; border-top-color:black; border-top-style:ridge;  height:860px;
}  
#divMain #divContent #divLeft
{

  float: left; 
	margin-top:1px;
	width: 12em; /* since this element is floated, a width must be given */
	background: #EBEBEB;/* the background color will be displayed for the length of the content in the column, but no further */
	height:800px;
}
	
#divMain #divContent #divContentBottom
{
		background:#FFF url(images/contentBottom.jpg); width:800px; height:200px;
}


#divMain #divContent #divLeft{
	text-align:center; width:250px; height:800px;
}
#divMain #divContent #divLeft img{
	width:200px; height:190px;
}

#divMain #divContent #divCenter
{
float:left;	width:64%; height:800px; margin-top:1px; margin-left:20px;
}
#divMain #divContent #divCenter>p:first-child 
{
	font-size:2.5em; font-weight:bold;
}

#divMain #divContent #divCenter p{
	text-indent:2em;	
}
#divMain #divContent #divCenter #divPegBoard 
{
	width:340px; height:300px; text-align:center;
}
#divMain #divContent #divCenter #divPegBoard img{
	 height:300px; width:300px; padding-left:20px;
}
#divMain #divContent #divRight
{
  float: right; margin-top:1px;  margin-right:1px; margin-left:5px; position:relative; padding-left:5px;
	width: 70px; /* since this element is floated, a width must be given */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
}

#divMain #divContent #divRight ol{
	list-style-type: disc;color:black; font-size:0.8em; padding:4px; line-height:1.5em;
}
#divMain #divFooter
{
    clear:both; width:950px; height:auto; position:relative;
    letter-spacing:0.1em; font-size:0.8em; 	background:#FFF url(images/contentBottom.jpg); width:900px; height:200px;background-repeat:no-repeat;
}
#divMain #divFooter p
{
     margin-left:20%; width:90%; color:black; font-weight:bold;
}
#divMain #divFooter p span
{
	text-align:center;  padding:10px;
} 
#divMain #divFooter p span a{
	color:yellow;
}   
#divMain #divFooter #divSigniture p{
	font-size:0.9em;  color:white; font-weight:bold;
}   