/* right column contains the latest news box */
.RightSpacer
{
	background-color: #ffffff;
}

.SSARight
{
	margin-bottom: 10px;
	width: 200px;
}

.RightHeader, .RightHeader span
{
	border-right: #fc0 2px solid;
	border-top: #fc0 2px solid;
	padding-left: 2px;
	font-weight: bold;
	font-size: 1em;
	border-left: #fc0 2px solid;
	color: #000;
	border-bottom: #fc0 2px solid;
	background-color: #fc0;
}

.RightContentPane
{
	border-right: #fc0 2px solid;
	padding-right: 10px;
	border-top: #fc0 2px solid;
	padding-left: 10px;
	font-size: 0.9em;
	padding-bottom: 3px;
	border-left: #fc0 2px solid;
	line-height: 1.2em;
	padding-top: 5px;
	border-bottom: #fc0 2px solid;
}


.MainHeader, .MainHeader span
{
	padding: 0 10px 0 10px;
	font-size: 120%;
	font-weight: BOLD;
	color: #069;
}

.MainTopHeaderTitle
{
	border-bottom: 2px solid #FC0;
	padding-bottom: 10px;
	padding-top: 25px;
}
.MainHeaderTitle
{
	border-bottom: 1px solid #c0c0c0;
	padding-top: 10px;
}

.MainTopHeaderTitle .MainHeader, .MainTopHeaderTitle .MainHeader span
{
	font-size: 180%;
}

.SSAMain .containerContent
{
	margin-bottom: 0;
}

.MainContentPane
{
	padding: 10px 10px 0 10px;
}

.MainContentPane h1, h2
{
	color: #069;
}

.MainContentPane h2
{
	font-size: 1.1em;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}

.MainContentPane p.intro
{
	color: #069;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3em;
}

.MainContentPane a, .MainContentPane a:visited
{
	color: #069;
	font-weight: bold;
}

.MainContentPane a:hover
{
	color: #FC0;
}

.MainContentPane img
{
	float: right;
	margin: 5px 10px 5px 10px;
}


