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

li {
margin: 10px 0px;
}
.maintext ul {
	padding:0;
	margin:0;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	list-style: none;
	margin: 0px;
	margin-left: 4px;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0;
	background: #f5fdb7;
	border: #dbb8bf 1px solid;
	width: 160px;
	padding: 4px;
	top: 14px;
}

#nav li ul li {
	float: none;
	margin: 0px 0px 8px 0px;
	display: block;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul,#nav li.over ul { /* lists nested under hovered list items */
	
	display: block;
	position: absolute;
	left: 0;
	background: #f5fdb7;
	border: #dbb8bf 1px solid;
	width: 160px;
	padding: 4px;
	top: 14px;
}
#nav li:hover ul li,#nav li.over ul li { /* lists nested under hovered list items */
	float: none;
	margin: 0px 0px 8px 0px;
	display: block;
}

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

.largehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #D3441A;
	line-height: 30px;
}
.smallhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D3441A;
	margin: 10px 0px 10px 0px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	color: #734953;
}

.quotemed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	color: #B84D77;
	padding-bottom: 8px;
}



.quotelg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: italic;
	line-height: 22px;
	color: #A35678;
	padding-bottom: 8px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 670px;
}
.imagepad {
	padding-right: 8px;
	padding-bottom: 8px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #6d414c;
}
a:link {
	color: #ce2903;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CE2903;
}
a:hover {
	text-decoration: underline;
	color: #CE2903;
}
a:active {
	text-decoration: none;
	color: #F67244;
}
body {
	margin-top: 0px;
	background-color: #c863a6;
	background-image: url(images/back-tile3.jpg);
	background-repeat: repeat-x;
	line-height: 1.3;	
}
.padleft {
	padding-bottom: 8px;
	padding-left: 8px;
}

