  body 
	 { color: black; background-color: rgb(255,255,255); text-align: center; margin: 5px}


  #header 
	{
    text-align: center;
    width: 100%;
    }


  #headerblock 
	{
	text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 750px;
    }


  .spacer 
	{
	clear: left;
    width: 100%;
    height: 16px;
    }


  #content 
	 { 
	 font-size: 11px; line-height: 20px; 
	 font-family: Verdana, Geneva, Arial, sans-serif; 
	 background-color: white; 
	 text-align: left; 
	 margin-right: auto; 
	 margin-left: auto; 
	 width: 750px; 
	 height: auto }


  .col1 
	{
	font-weight: bold;
    font-size: 11px;
    line-height: 28px;
    text-align: right;
    float: left;
    width: 150px;
    height: auto;
    padding-right: 15px;
    }


  .col2 
	{
    padding: 1px 10px 3px 15px;
    float: left;
    height: auto;
    width: 433px;
    }


  .dotrules 
	{
	color: rgb(153, 153, 255);
   	}


  .col3 
	{
	font-size: 10px;
	float: left;
	width: 100px;
	height: auto;
	margin-left: 15px;
	background-color: #E7E1CB;
	padding: 4px;
	text-align: left;
	border: thin solid #999999;
    }


  #footer 
	{
	color: black;
    font-size: 10px;
    font-family: Verdana,Geneva,Arial,sans-serif;
    text-align: center;
    clear: left;
    margin-top: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    }


  #footertext 
	{
	text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 750px;
    }


  a:link 
	{
	color: #CC9966;
    text-decoration: none;
    }


 a:visited 
	{
	color: #9999FF;
    text-decoration: none;
    }


 a:hover 
	{
	color: red;
    text-decoration: underline;
    }

  .navyblue 
	{
	color: navy;
    }


  h3 
	{
	font-weight: bold;
    font-size: 17px;
    line-height: 17px;
    }

.quoteblock {
	text-align:center;
	margin-right: auto;
    margin-left: auto;
	background-color: #FFCC99;
	width: 250px;
	padding: 5px;
	border: 1px dashed #999999;
}

.quotetext {
	font-style: italic;
}
.leftimage {
	float: left;
	padding-right: 4px;
}
a.white:link {
	color: #ffffff;
	text-decoration: none;
	display: block;
}

a.white:visited 
	{
	color: #ffffff;
    text-decoration: none;
	display: block;
    }
a.white:hover 
	{
	color: #ffffff;
    text-decoration: underline;
	display: block;
    }
div#buttonA {
	text-align: left;

}
div#buttonA ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}
div#buttonA li {
	list-style-type: none;
	height: 30px;
	width: 125px;
	margin: 7px;
	text-align:center;
}
div#buttonA li a {
	height: 100%;
	width: 100%;
	display: block;
	text-decoration: none;
	border-width: 3px;
}
div#buttonA li a:link {
    color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	border-style: outset;
}
div#buttonA li a:visited {
	color: #000000;
	font-weight: normal;
	background-color: #CCCCCC;
	border-style: outset;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
	background-color: #999999;
	border-style: outset;
}
div#buttonA li a:active {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	border-style: inset;
}

