body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, serif;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	padding-left: 20px;
}

.singlecolumn{
width: 310px;
float:left;
}

.border {
	border: 2px solid #795583;
}
.textinput {
	padding: 2px;
	margin: 3px;
	height: 12px;
}
table table{
background-color:transparent;
} 


h1 {
	color: #3B0543;
	font-size:20px;
}
a{
color: #3B0543;
}

.paddedcell {
	padding-right: 5px;
	padding-left: 10px;
}

/* ***********************************************************************************

Convertable Nestled list menu by DUNCAL Productions
© 2007 by Duncan Hill and Alan Gresley
http://

Converts from a verticle menu with flyout submenus or a horizontal menu, with dropdown 
and then flyout submenus with a few changes in style where ****CONVERT**** appears.

*********************************************************************************** */

div#menu {
	position:relative;
/*	margin-top:-20px;
	padding:0;
	height:auto;
	width:12em;
	text-align:left; */
}

ul#navigation{
	font-size: 90%;
	position:absolute;
	left:0;
}
ul#navigation, ul#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top:-30px; 
	
/*	border-left: 1px solid #238126;
	border-bottom: 0.04em solid #238126;  */
}
ul#navigation li { 
	/* line-height : 1em; */
	position: relative;
	float: left;

	
}
ul#navigation>li li { /* Needed for Opera 9, maybe because it's decent CSS. Hide from IE6 */
	float: none;
}

#navigation a {
	display: block;
	width: 65px; /*            ****CHANGE MENU WIDTH**** */
	color: #35003F;
/*  background-color: #b0efbe; */
/* 	padding: 4px 0.5em; */
	text-decoration: none;
/*	border-top: 0.04em solid #238126;
	border-right: 1px solid #238126;  */
}

ul#navigation a:hover {
	color: #BFAB73;
	/*
	background-color: #99e1b1;  */
}

ul#navigation li li a {
	width: 10em; /*           ****CHANGE SUBMENU WIDTH**** */
}
ul#navigation li li li a {
	width: 10em; /*           ****CHANGE SUBMENU WIDTH**** */
}
ul#navigation li li a {
	width: 10em; /*           ****CHANGE SUBMENU WIDTH**** */
}
ul#navigation li li li a {
	width: 10em; /*           ****CHANGE SUBMENU WIDTH**** */
}

ul#navigation li ul {
	position : absolute;
	left: -999em;
 
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;

}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
	top: 0;
	left: -1px;
	margin-left: 100%;

}

/*					****DISPLAYS HORIZONTAL MENU**** */
#navigation li:active ul, #navigation li:hover ul, #navigation li.sfhover ul {
   	top: 100%;
	margin-left: 0;

	margin-top:-100px;  
	padding-bottom:50px;   

}
div#menu {
width:350px;
}

