/* ================================================ */
/* GENERAL FORMATTING RULES                         */
/* ================================================ */
p
{
	margin: 0;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 19px;
}
a
{
	font-weight: normal;
	color: rgb(0,161,222);
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/* HEADINGS */
h1,h2,h3,h4,h5
{
	margin: 0;
	margin-bottom: 15px;
	color: #354c8f;
}
h1,h2
{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight: normal;
}
h3,h4,h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1
{
	font-size: 190%;
}
h2
{
	font-size: 180%;
}
h3
{
	font-size: 120%;
}
h4
{
	font-size: 100%;
}
/* LISTS */
ul,ol
{
	margin: 0px;
	margin-left: 40px;
	padding: 0px;
	margin-bottom: 10px;
}
ul li
{
	list-style-type: square;
	line-height: 19px;
}
ol li
{
	margin-left: 6px;
}
/* ================================================ */
/* RIGHT COLUMN OVERRIDES                           */
/* ================================================ */
.right h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: normal;
	color: #354c8f;
	margin: 0;
}
.right p
{
	margin-top: 3px;
	margin-bottom: 3px;
}

