body {
background-color: #CCCCCC;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color: #000000;
margin: 10px 0 10px 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 */
}

#container { 
	width: 800px;  /* 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: 2px solid #660066;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
    margin: 0 auto;
	background: #FFFFFF; 
	border-bottom: 2px solid #660066;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


#hmenu
{
  width:800px;
  margin: 0 auto;
  border-bottom: 2px solid #660066;
  padding: 10px 0 7px 0;
  background-color: #FFDDFF;
}

#hmenu ul
{
	list-style: none;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

#hmenu li
{
  display: inline;
  padding: 2px 0;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
}



#hmenu a:link, #hmenu a:visited
{
	text-decoration: none;
	background-color:#660066;
	color: #FFFF99;

	font-family: Verdana,Geneva,Arial,Sans-serif;
	padding: 3px 7px 2px 7px;
}

#hmenu a:hover
{
	padding: 3px 7px 2px 7px;	
	color: #660066;
    background-color: #CCFFFF;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 5px 0px 5px;
	margin: 0 auto;
	text-align: center;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  border-left: 2px solid #660066;	  
} 

.oneColFixLtHdr #mainContent { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    border-top: 2px solid #660066;	
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

td {
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  }
  
td.title {
  background-color: #C0C0C0;
  }

a { font-family: Verdana, Arial, sans-serif; font-size: 12px; 
text-decoration: underline}

a:link {color: #0000FF}
a:visited {color: #500050}

a.title1 { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000000; 
text-decoration: bold; text-decoration: nounderline;}

a.title2 { font-family: Verdana, Arial, sans-serif; font-size: 14px; color: #0000FF; 
text-decoration: bold}

a.title3 { text-align: center; font-family: Verdana, Arial, sans-serif; font-size: 24px; color: #0000FF; 
text-decoration: bold}

.small { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #CCCCCC}

a.bm { font-family: Verdana, Arial, sans-serif; font-size: 14px; color: #000000;
       text-decoration: nounderline;}


a:hover { font-family: Verdana, Arial, sans-serif; color: 
#A52A2A; background-color: #FAEBD7}



h1 { text-decoration: bold, font-family: Verdana, Arial, sans-serif; font-size: 14px; color: #000000;
      margin-right: 5px; margin-left: 5px;} 

h2 { text-decoration: bold,font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000000;} 

h3 { text-decoration: bold,font-family: Verdana, Arial, sans-serif; font-size: 24px; color: #000000;
      margin-right: 10px; margin-left: 10px;} 

p  { font-family: Verdana, Arial, sans-serif; 
     font-size: 12px; color: #000000; margin-top: 0px; 
     margin-right: 5px; margin-bottom: 5px; margin-left: 5px; 
     word-spacing: 0;} 


hr{ color: #C0C0C0; width:90%; height:2px; } 
 
table { 
font-family: Verdana, Arial, sans-serif; 
font-size: 10px; 
color: #000000; 
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
padding-top: 0px; 
padding-right: 0px; 
padding-bottom: 0px; 
padding-left: 0px; 
word-spacing: 0;
} 

 
.note { 
font-family: Verdana, Arial, sans-serif; 
font-size: 10px; 
color: purple; 
font-weight: bold; 
}