/* WRAPPER WORKS FINE */
#wrapper 
	{
	width: 984px;
	position: relative;
	margin-top: 10px;
	/*  margin: 0px; */
	padding: 0;
	text-align: left;  
	border: 1px #000000 solid  ;
	background: #FFFFFF /*url("images/body_home.jpg.")*/ ;
	background-repeat: no-repeat;
	background-position: center;
	}

/*  WOM INTERIOR - ALTER FOR BERNARD PERIO
#wrapper_interior {
width: 640px;
position: relative;
margin-top: 10px;
padding: 0;
text-align: left;  
border: 2px #805022 solid;
background: #FDFDFc url("interior_bg.jpg");
background-repeat: repeat;
background-position: center;
}
*/

/*HEADER WORKS FINE
#header {
width: 980px;
height: 211px;
position: fixed;
margin-top: 0px;
padding: inherit;
background: #FFFEFF url("images/zoom_372132.jpg");
  background-repeat: no-repeat;
  background-position: center;
  }
*/
  

  
/* THIS BODY SETS THE FONT FOR THE BODY ONLY. ALL OTHER ELEMENTS CONTROLLED IN RESPECTIVE divs */
body 
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000; 
	font-size: 90%;	
	background-color:#FFFFFF;
	}




a:link {
	font-family: verdana, arial, sans-serif; 
	font-size:90%; 
	color: #3B67B0;
	cursor: auto;
	text-decoration: none;
	}

a:hover {
	font-family: verdana, arial, sans-serif; 
	font-size:90%; 
	color: #F58D82;
	text-decoration: underline;
	cursor: auto;
	}

a:visited { 
	font-family: verdana, arial, sans-serif; 
	font-size:90%; 
	font-family: verdana, arial, sans-serif; 
	font-size:90%; 
	color:#999999;
	} 

 h1
   {
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;
   color: #3B67B0;
   font-size: 150%;
   }

h2
	{
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;
   color: #F58D82;
   font-size: 130%;
   }

h3
   {
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;
   color: #000000;
   font-size: 110%;
   }

li    
	{
	font-family: Verdana, Arial, Helvetica, Geneva, San Serif;
	color: #000000;
	font-size:90%; 
	}	

td    
	{
	font-family: Verdana, Arial, Helvetica, Geneva, San Serif;
	color: #000000;
	font-size:90%; 
	}

.smaller 
	{
	font-family: verdana, arial, sans-serif; 
	font-size:70%; 
	color:#000;
	}

 

/* ============BUTTONS FOR INTERIOR PAGES ============== */
a.interior_button:link
{
display:block; 
width:185px; 
height:30px; 
border-color: #000;
border-style: solid;
border-width: 2px;
background: #3B67B0 url("images/navigation_slice2.jpg") repeat;
padding-left: 10px;
padding-top:5px;
margin-top:5px; 
margin-bottom:5px; 
text-align:left; 
text-decoration:none; 
font-weight: bold;
font-family: verdana, arial, sans-serif; 
font-size:90%; 
color:#FFF; 
line-height:15px; 
} 

a.interior_button:visited 
{
display:block; 
width:185px; 
height:30px; 
border-color: #000;
border-style: solid;
border-width: 2px;
background: #3B67B0 url("images/navigation_slice2.jpg") repeat;
padding-left: 10px;
padding-top:5px;
margin-top:5px; 
margin-bottom:5px; 
text-align:left; 
text-decoration:none; 
font-weight: bold;
font-family: verdana, arial, sans-serif; 
font-size:90%; 
color:#FFF; 
line-height:15px; 
} 

a.interior_button:hover 
{
display:block; 
width:185px; 
height:30px; 
border-color: #000;
border-style: solid;
border-width: 2px;
background: #3B67B0 url("images/navigation_slice3.jpg") repeat;
padding-left: 10px;
background-color:#FFFEFF;
padding-top:5px;
margin-top:5px; 
margin-bottom:5px; 
text-align:left; 
text-decoration:none; 
font-weight: bold;
font-family: verdana, arial, sans-serif; 
font-size:90%; 
color:#000; 
line-height:15px; 
cursor:auto;
} 


a.interior_button:active 
{
display:block; 
width:185px; 
height:30px; 
border-color: #000;
border-style: solid;
border-width: 2px;
background: #3B67B0 url("images/navigation_slice2.jpg") repeat;
padding-left: 10px;
padding-top:5px;
margin-top:5px; 
margin-bottom:5px; 
text-align:left; 
text-decoration:none; 
font-weight: bold;
font-family: verdana, arial, sans-serif; 
font-size:90%; 
color:#FFF; 
line-height:15px; 
} 
/* END ============BUTTONS FOR INTERIOR PAGE ONLY ============== */


