body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
				
/***********************************************/
/* Customer Fonts                              */
/***********************************************/
.FontLight12 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F4F4D7;
}

.FontDark12 {
	font-size: 14px;
	font-family: Palatino Linotype, Arial, Helvetica, sans-serif;
	color: #32271B;
}

.leftSplash {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 42px;
	font-family: Palatino Linotype, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.Content {
	font-size: 16px;
	line-height: 130%;
	font-family: Palatino Linotype, Arial, Helvetica, sans-serif;
	color: #32271B;
}

.caption {
	font-size: 12px;
	line-height: 1;
	font-family: Palatino Linotype, Arial, Helvetica, sans-serif;
	color: #32271B;
	font-style: italic;
}

.leftText {
	font-size: 14px;
	font-family: Palatino Linotype, Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Drop-down menu navigation                   */
/***********************************************/
#nav, #nav ul {
	font: 88%/1.5 arial, helvetica, serif;
	float: left;
	width: 539px;
	list-style: none;
	line-height: 1.5;
	background: white;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 1em;
	color: #7C6240;
	text-decoration: none;
	padding: 0;
}

#nav a.daddy {
	background: url(/images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 77px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border: solid #eda;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 18em;
	w\idth: 12em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

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

#nav li:hover, #nav li.sfhover {
	background: #eda;
}

#content {
	clear: left;
