p, h1, h2, h3, h4, h5, h6, div
{
	font-size: 13px;
	font-family: Arial;
	color: #666666;
}

p.newsDate
{
	font-size: 16px;
	color: #1F749F;
	font-weight: bold;
	position: relative;
	margin: 0px;
}

p.newsListNavigation
{
    font-size: 12px;
	color: black;
	/*font-weight: bold;*/
	position: relative;
	right: 0px;
	margin: 0px;
	text-align: right
}

a.morelink
{
    color: #1F749F;
	text-decoration: none;
}

a.morelink:hover
{
	color: #1F749F;
	text-decoration: underline !important;
}

#newsArchiveList
{
	position: relative;
	margin: 0px 0px 10px 0px;
}

#newsArchiveList li
{
	list-style-type: none;
	background: url(../../images/global/news_archive_bottom_bg.gif) repeat-x;
	background-position: top left;
	font-size: 11px;
	position: relative;
}

p.testimonialDivider
{
    background: url(../../images/global/news_archive_bottom_bg.gif) repeat-x;
    bottom: 0;
    clear: both;
    padding: 25px 0 0 0;
}

a.SiteLinks
{
padding-left: 30px;
}

div.newsArchive
{
	font-size: 11px;
}

div.itemList
{
	font-size: 11px;
	margin-left: 15px;
	padding-left: 15px;
	background: url(../../images/global/blue_arrow_shadow.gif) no-repeat;
	background-position: top left;
}

a.newsArchiveLink
{
	margin-left: 15px;
	padding-left: 15px;
	background: url(../../images/global/blue_arrow_shadow.gif) no-repeat;
	background-position: top left;
}

a.newslink, a.newsArchiveLink
{
	color: #666666;
	text-decoration: none;
}

a.newslink:hover, a.newsArchiveLink:hover
{
	color: #666666;
	text-decoration: underline;
}

body
{
	background: #FFFFE9;
	margin: 0;
	padding: 0;
	width: 100%;
}

#PopupBody
{
	background: url(../../images/global/popup_background.gif) repeat-y;
}

#TemplateBox
{
	margin: 0 auto;
	position: relative;
	width: 800px;
}

#PopupBox
{
	margin: 0 auto;
	position: relative;
	width: 426px;
}

#TopLeftBox
{
	width: 500px;
	padding: 0;
	position: relative;
	float: left;
	display: inline;
}

/*#TopRightBox
{
	margin: 0;
	padding: 0 23px 0 0;
	width: 207px;
	position: relative;
	float: right;
	display: inline;
}*/

#TopRightBox
{
	margin: 0;
	padding: 0 0 0 0;
	width: 237px;
	position: relative;
	float: right;
	display: inline;
}

#TopRightBox ul
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#TopRightBox li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#TopDividerBox
{
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	width: 800px;
	height: 26px;
	line-height: 26px;
	clear: both;
	_clear: both;
}

#ContentBox
{
	background: #FFFFFF url(../../images/global/content_background.gif) repeat-y;
	margin: 0;
	padding: 0 33px 0 9px;
	position: relative;
	width: 758px;

	/**
	 * PJ 2006 08 31
	 *
	 * An element with the width or height set and an overflow value of auto or hidden will automatically
	 * envelope all floated elements inside it. Otherwise, the floated elements can actually "jump" outside
	 * their container. The value "-moz-scrollbars-none" is to ensure that older FireFox and Netscapes don't
	 * show scrollbars along the side and bottom of the element.
	 */
	overflow: auto;
	overflow: -moz-scrollbars-none;
}