body { background-color:#fdc6ce; margin:0px; font-family:arial; font-weight: bold; color:#800080; size:13pt;  }

table { text-align:left; }
td a.button:link, a.button:visited { height: 31px; padding: 6px 0px 0px 0px; display: block; width: 100%; font-family: Arial; font-weight: bold; font-size: 14pt; color: #fec4f7; text-decoration: none; }
td a.button:hover, a.button:active { height: 31px; padding: 6px 0px 0px 0px; display: block; width: 100%; font-family: Arial; font-weight: bold; font-size: 14pt; color: #000000; text-decoration: none; background-color: #fedbe1; }
td.button { background-color:#000000; text-align:center; height:37px; border-right:1px solid #c4aa9a; white-space:nowrap; }
div.footer { background-color:#000000; font-family:arial; font-size:10pt; color:#ffffff; text-align:center; font-weight:bold; }

td a.button2:link, a.button2:visited { height: 23px; padding: 2px 0px 0px 0px; display: block; width: 100%; font-family: Arial; font-weight: bold; font-size: 14pt; color: #450745; text-decoration: none; }
td a.button2:hover, a.button2:active { height: 23px; padding: 2px 0px 0px 0px; display: block; width: 100%; font-family: Arial; font-weight: bold; font-size: 14pt; color: #000000; text-decoration: none; background-color: #fedbe1; }
td.button2 { background-color:#f0acf0; text-align:center; height:25px; border-right:1px solid #c4aa9a; white-space:nowrap; }


a:link, a:visited, a:active { color: #5519a2; }
a:hover { color: #926bc4; }

	#nav, #nav ul {
		padding: 0;
		margin: 0;
		list-style: none;

	}
	
	#nav a {
		display: block;
		border:0;
                height: 31px;
                font-family: Arial; font-weight: bold; font-size: 14pt; color: #fec4f7; text-decoration: none;
                padding: 6px 0px 0px 0px;
                text-align:center;


	}

	#nav a:hover, #nav a:active {
		display: block;
		border:0;
                height: 31px;
                font-family: Arial; font-weight: bold; font-size: 14pt; color: #000000; text-decoration: none; background-color: #fedbe1;
                padding: 6px 0px 0px 0px;
                text-align:center;

	}

	#nav li { /* both initial button and entire drop down area */
		float: left;
                width: 100%;
		background:#000000;


	}
	
	#nav li ul { /* entire drop down menu area*/
		position: absolute;
                width: 15em;
		left: -999em;
		background:#000000;

	}
	
	#nav li ul li { /* individual buttons within drop down area */
		float:none;
		background:#000000;
		display:block;

                border-bottom: 1px solid #c4aa9a;


	}
	
	
	#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
	}
