body {

	font-family: Verdana, Helvetica, sans-serif;

	color: #000000;



}



/* Universal paragraph styles that apply throughout the page, including editable areas */

p, td, li {   
	font-size:13px;
	font-family: Verdana, Helvetica, sans-serif;
}



li {	list-style-type: disc;

	}

h1, h2, h3, h4, h5, h6, h7 {font-family: Verdana, Helvetica, sans-serif;

	}

h1 {font-size:16px;
	color:#663366;
	font-weight: bold;

	}

h2 {font-size:16px;
	color:#8E3E77;
	font-weight: bold;

	}

h3 {font-size:14px;
	color:#663366;
	font-weight: bold;
	padding: 0px;

	}

h4 {font-size:14px;
	color:#8E3E77;
	font-weight: bold;

	}

a:link {color: #000066;
	text-decoration: none;
	font-weight: bold;

}

a:visited {color: #1C3193;
	text-decoration: none;
	font-weight: bold;

}

a:hover   {	color: #000066;
	text-decoration: underline;
	font-weight: bold;

}

.section-head {
	font-size:16px;
	color:#FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-variant: normal;
	letter-spacing: .1em;


	}

.side-quote {
	color: #660066;
	font-size: 14pt;
	font-style: italic;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	text-align: center;
	padding-left: 0px;
	padding-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-top: 3px;
	font-weight: bold;

}

/* Menu */

.menu {
	float:none;
	margin: 0px;
	padding:0px;
	list-style-type: none;

}

.menu-list {
	list-style-type: none;
	margin:0px 5px 10px 15px;
	padding:0px;
}

/* html .menu li{
	clip:  rect(auto auto -3px auto);
}*/


.menu li {
	margin:0px;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	padding:2px;
	width:180px;
	font-weight: bold;
	list-style-type: none;

}

.menu li a {
	margin:0px;
	display: block;
	color: #440044;
	font-size: 12px;
	text-decoration: none;
	border-left:5px solid #E0E0E0;
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #440044;
	font-weight: bold;

}


.menu li a:hover {
	text-decoration: none;
	background-color:#E0E0E0;
	color: #8E3E77 !important;
	border-left:5px solid #8E3E77;
}

.menu li a:visited {
	color: #440044;
	
}
/* End Menu */

blockquote.pull1 {
  padding: 0; 
  margin: 0;

 }

  

  blockquote.pull2 {
  padding: 0 20px; 
  margin: 0;

  }
