@media all {

html		{margin:0; padding:0;}

#header		{position:relative; top:5px; left:5px; height:12em; padding: 1px 0px 5px 20px; margin:0 0 5px 0;}

#header h1, 
#header h2 	{margin-left:0; margin-top:0; color:#03436A; }

#headAddr	{width:220px; float:left; border-right:1px solid #3D9AD1; margin:0; }

#headTelNo	{float:left; margin:0 0 0 10px; }


body		{height:100%; font-size:80%; font-family:verdana,helvetica,arial,sans-serif; background-color:#64A8D1; }

#bodyDiv	{height:100%; width:795px; position:relative; margin-left:auto; margin-right:auto; 
		 padding:10px 5px 5px 5px; background-color:white; border:2px solid #B8D9D5; }
	

		
h1		{font-size:195%; margin-bottom:10px;}

h2		{font-size:145%; }

h3		{font-size:120%; margin-top:0; padding-top:5px; margin-bottom:1px; }

h4		{font-size:100%; margin:10px 0 0 10px; padding-top:0;}

#content	{position:relative; height:22em; width:98%; padding:20px 5px 10px 10px; }

a 		{text-decoration:none }
a:link,
a:visited 	{color:blue}
a:hover 	{color:blue;font-weight:bold} 
a:active	{color:blue}

#footer		{position:relative; botom:5px; left:4px; height:1.2em;  padding:10px 5px 5px 15px; 
		 font-size:85%; color:#999; border-top: 1px solid #DDD; }

#E4		{display:none}

/* -- -- --   Following Specific to the indiv pages  -- -- -- --  */

.listP1		{margin:0 0 0 15px; padding:0 0 0 15px; }

#ulS1 li	{line-height:1.4em; margin-bottom:0.5em; list-style-type:square;}


/* -- -- --   menu   -- -- -- --  */

#menuDiv ul 	{width: 100%; height: 40px; background: #FFF url("menu_bg4.gif") top left repeat-x; 
          	 font-weight: bold; list-style-type: none; margin: 0; padding: 0;  border-bottom: 5px solid #A62800; }

#menuDiv li 	{display:block; float:left; margin: 0 8px 0 8px; padding:0 0 0 0; }

#menuDiv li a 	{height:40px; color: #777; text-decoration: none; display:block; float:left; 
                 line-height: 200%; padding: 8px 15px 0;  }

#menuDiv li a:hover {color: #333; }

#menuDiv li a.selected {color:#FFF; background:#A62800; margin-top:4px; padding:0 9px 0 9px; }
	
	
/* -- -- --  Other Custom DIVs in the content  -- */
	

#tabDiv2	{position:absolute; bottom:5px; right:0; width:250px; padding:5px; background-color:#EEE;
		 border: 1px solid #DDD;}


}
	
	
	
/* -- -- --  next section is for any styles that need to be different when printed  -- */
	
@media print {



}
	
	
	/* --  end  -- */