﻿body
{
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-family: Verdana;
	font-style: normal;
	font-size: .75em;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
}

/* FONT, TITLE, CONTENT SETTINGS */
.TitleXLarge
{
	font-family: Verdana;
	font-style: normal;
	font-size: 2.35em;
	line-height: 1.1em;
	font-weight: normal;
	text-decoration: none;
}

.TitleXLarge a
{
	color:#0069aa;
	text-decoration: none;
}

.TitleLarge
{
	font-family: Verdana;
	font-style: normal;
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
}

.TitleLarge a
{
	color:#0069aa;
	text-decoration: none;
}

.TitleNormal
{
	font-family: Verdana;
	font-style: normal;
	font-size: .75em;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
}

.TitleNormal a
{
	color:#0069aa;
	text-decoration: none;
}

.ContentText
{
	font-size: .75em;
	line-height: 1.5em;
}

.ContentText a
{
	color: #0069aa;
	text-decoration: none;
}

.ContentLink
{
	color: #0069aa;
	text-decoration: none;
}

/* COLOR SETTINGS */
.BlueFont
{
	color: #0069AA;
}

.BlackFont
{
	color: #000000;
}

.WhiteFont
{
	color: #FFFFFF;
}

.OrangeBack
{
	background-color: #F48024;
}

.BPABlueBack
{
	background-color:#004A80;
}

/* FONT STYLE SETTINGS */
.Bold
{
	font-weight: bold;
}

/* DIVIDERS */
.HorizontalDivider
{
	height:27px;
	padding:9px 0 9px 0;
}

.HorizontalDivider hr
{
	color:#a8a8a8;
	background-color:#b2b2b2;
	height:1px;
}

.VerticalDivider
{
	width:1px;
	height:100%;
	padding:0 27px 0 27px;
}

.VerticalDivider div
{
	background-color:#b2b2b2;
	width:1px;
	height:100%;
}

.OrangeBar
{
	border:0;
	height:9px;
	color:#F48024;
	background-color:#F48024;
}

.GreenBar
{
	border:0;
	height:9px;
	color:#A6CE39;
	background-color:#A6CE39;
}

.Clear
{
	clear:both;
}

/* SECTIONS - REGIONS - BOXES */
#ContentWrapper
{
	width:977px;
	padding:9px 18px 9px 18px;
}

.BorderBox
{
	border:solid 1px #b2b2b2;
	background:#f2f2f2;
}

.OrangeTitleBox
{
	border:solid 1px #a8a8a8;
	background:#FFFFFF;
}

.ContentSection
{
	border:solid 1px #b2b2b2;
	background:#f2f2f2;
 }

/* LAYOUT DEFINITIONS - LAYOUT ID IS SET IN ARTICLES.XML */
#Layout1 #HomepageMediaSrc {float:left;}
#Layout1 #HomepageTitle {float:right; width:270px; display:inline; padding-bottom:10px;}
#Layout1 #HomepageSummary {float:right; width:270px; padding:4px 0 4px 0;}
#Layout1 #HomepageOtherNews {clear:both; width:270px; text-align:right;}
#Layout2 #HomepageMediaSrc {float:left;}
#Layout2 #HomepageTitle {float:right; width:270px; display:inline; padding-bottom:10px;}
#Layout2 #HomepageSummary {padding:10px; clear:both;}
#Layout2 #HomepageOtherNews {}
#Layout3 #HomepageMediaSrc {text-align:center;}
#Layout3 #HomepageTitle {padding-bottom:10px;}
#Layout3 #HomepageSummary {padding:10px; clear:both;}
#Layout3 #HomepageOtherNews {}

