body   {   background-color: #f2e4d2;    margin: 0px;   padding: 0px;        /* background-image: url("images/back2.gif"); */      }

#wrapper {  width: 930px;    margin-left: auto;   margin-right: auto;   padding-top: 0px;   padding-bottom: 5px;  }

p      {   font-family: arial, sans-serif;	   font-size: 13px;	   color: #330000;    margin: 0px;  }
p.h    {   font-family: georgia,times new roman;	   font-size: 13px;	   color: #330000;    margin: 0px;  }

h1     {   font-family: georgia,times new roman;	   font-size: 13px;	   color: #330000;    margin: 0px;  }

h2     {   font-family: arial, sans-serif;;           font-size: 16px;     color: #844200;       
           padding-top: 12px;    padding-bottom: 2px;   margin-bottom: 0px;   margin-top: 0px;    }

h3     {   font-family: trebuchet ms,helvetica,arial;      font-size: 18px;         font-style: normal;    color: #000000;
           padding-top: 0px;            font-weight: bold;    padding-bottom: 2px;  /* area of background */
           margin-bottom: 6px;     /* space outside padding */   }

h4     {   font-family: arial,helvetica;      margin-top: 0px;   margin-bottom: 0px;    padding-bottom: 6px;  
           font-size: 13pt;	   color: #ad39c6;      }

b      {   color: #000000;  font-weight: bold;       }

sup     {  font-size: 8px;   }
i      {   font-family: arial, arial, sans-serif;    font-style: italic;     }
i.sm   {   font-family: arial, sans-serif;    font-size: 12px;  font-style: normal;    color: #996600;    /* gold */     }

ul     {   padding-left: 10px;  padding-top: 0px;  margin-top: 4px;  margin-bottom: 4px; }
li     {   font-family: arial, sans-serif;   font-size: 13px;	   color: #d4d4d4;     margin-top: 5px;    }
td     {   font-family: arial, sans-serif;	   font-size: 13px;       color: #666666;          }

a:link  {  color: #663300;	   font-family: arial;           font-size: 13px;          
           font-weight: normal;           text-decoration: underline;     }
a:hover {  color: #990000;	   font-family: arial;           font-size: 13px;          
           font-weight: normal;           text-decoration: underline;    }
a:visited  {   color: #663300;	   font-family: arial;           font-size: 13px;          
           font-weight: normal;           text-decoration: underline;       }

a.b:link     {  font-size: 10px;      text-decoration: none;     }
a.b:hover    {  font-size: 10px;      text-decoration: underline;    }
a.b:visited  {  font-size: 10px;      text-decoration: none;       }

a.n:link  {  color: #000000;  font-family: georgia,times new roman;  font-size: 14px;   font-weight: bold;    text-decoration: none;   
             padding: 4px;  }

a.n:hover {  color: #663300;	font-family: georgia,times new roman;   font-size: 14px;   font-weight: bold;   text-decoration: none;    
             background-color: #eaded5;   padding: 4px;   }
a.n:visited  { color: #000000;  font-family: georgia,times new roman;  font-size: 14px;   font-weight: bold;   text-decoration: none;  
             padding: 4px;   }

img.a     { border: 2px solid #996600;  }

/*****************Top Fixed Swirly BG with Hack for IE6*/
#Top {
	background-image: url("images/swirlBG.jpg");	background-repeat: repeat-x;
	background-position: left top;	width: 100%;	height: 21px;	position: fixed;
	z-index: 100;	left: 0px;	top: 0px;  }

* html #Top { /*\*/position: absolute; top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

/*****************Bottom Swirly BG with Hack for IE6*/
#Bottom {
	background-image: url("images/swirlBG.jpg");	background-repeat: repeat-x;
	background-position: left bottom;	width: 100%;	height: 21px;	position: fixed;
	z-index: 100;	left: 0px;	bottom: 0px;  }

* html #Bottom { /*\*/position: absolute; bottom: expression((0 + (ignoreMe = document.documentElement.scrollBottom ? document.documentElement.scrollBottom : document.body.scrollBottom)) + 'px'); left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

/*****************Shared Hack code*/
body > #Top, body > #Bottom { 	position: fixed; 	top: 0x; 	left: 0px; } 
