/* Original */

body, td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #303030;
}

body {
	background-color: white;
}

a:link {
	color: #00015f;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #b95200;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #00015f;
	text-decoration: none;
	font-weight: bold;
}

pre {
	color: #000000;
	font-family: monaco, courier, serif;
	font-size: 13px;
}

h1 {
	font-size: 14px;
	color: #00015f;
	font-weight: bold;
}

/* Custom */

#navigationRegion
{
	color: #505050;
	width: 25%;
	float: left;
}

.NavigationFullColumn
{
	background: #d5d5ff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 25%;
	border: 1px solid #c0c0cc;
	border-top: none;
}

#mainRegion
{
	margin-left: 25%;
	border: 1px solid #c0c0cc;
	border-top: none;
	border-left: none;
	padding: 10px;
}

.Header
{
	background: #e5e5e5;
	padding: 10px;
	border: 1px solid #c0c0cc;
}

.Header p
{
	font-weight: bold;
}

.Footer
{
	background: #e5e5e5;
	text-align: center;
	padding: 10px;
	border: 1px solid #c0c0cc;
	border-top: none;
}

.Emphasis
{
	color: red;
	font-weight: bold;
}

span.Important
{
	color: red;
}

em
{
	color: red;
	font-weight: bold;
}

.Bold
{
	font-weight: bold;
}

.NewsItem
{
	color: red;
}

.Justified
{
	text-align: justify;
}

.Centered
{
	text-align: center;
}

.Left
{
	text-align: left;
}

.Right
{
	text-align: right;
}

.RightFloat
{
	float: right;
}

img
{
	border: 0px;
}

.TopSpaced
{
	margin-top: 10px;
}

.TopSpacedLarge {
	margin-top: 30px;
}

.BottomSpaced {
	margin-bottom: 10px;
}

.BottomSpacedLarge {
	margin-bottom: 30px;
}

.LeftSpaced {
	margin-left: 15px;
}

#navigationRegion a {
	display: block;
}

#homeLink
{
	font-size: 12px;
}

.ProjectBottom
{
	display: table;
	width: 100%;
}

.ProjectLastParagraph
{
	display: table-cell;
}

.ProjectDate
{
	vertical-align: bottom;
	display: table-cell;
	width: 100px;
	text-align: right;
}

.ProjectHeader
{
	display: table;
	width: 85%;
	border-collapse: collapse;
}

.ProjectContent
{
	border: 1px solid #c0c0cc;
	padding: 4px;
	width: 85%;
}

.ProjectTitle
{
	display: table-cell;
	width: 60%;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #c0c0cc;
	border-bottom: none;
	background: #d5d5ff;
	color: #505050;
	padding: 6px;
}

.PdfDownload
{
	vertical-align: bottom;
	display: table-cell;
	text-align: right;
	width: 40%;
	padding-bottom: 3px;
}

.ArticleHeader
{
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid #c0c0cc;
	border-bottom: none;
	background: #d5d5ff;
	color: #505050;
	width: 60%;
	padding: 5px;
}

.ArticleContent
{
	border: 1px solid #c0c0cc;
	background: #ffffff;
	color: #303030;
	padding: 5px;
}
