﻿/**********************************************************
* Main elements
**********************************************************/
body 
{
	margin-bottom: 30px;
	padding: 0px;
	color: #3a4754;
	background-color: #edf2f8;
	background-image: url("Images/background.gif");
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Arial";
	font-size: 13px;
}

a
{
	color: #3a4754;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	color: #3a543a;
	font-size: 16px;
	font-weight: bold;
}

h2
{
	color: #4f724f;
	font-size: 14px;
	font-weight: bold;
}

h3
{
	color: #649064;
	font-size: 12px;
	font-weight: bold;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

/**********************************************************
* Common elements
**********************************************************/
div.item
{
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	background-color: #ffffff;
	background-image: url("Images/item.gif");
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

div.subitem
{
	padding-top: 2px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 2px;
	background-color: #ffffff;
	background-image: url("Images/subitem.gif");
	background-repeat: no-repeat;
	background-position: 15px 8px;
}

/**********************************************************
* Main layout
**********************************************************/
div.title
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 56px;
	width: 800px;
}

span.titleText
{
	font-size: 24px;
	font-style: italic;
}

div.main
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

/**********************************************************
* Navigation
**********************************************************/
div.navigation
{
	padding: 10px;
	height: 14px;
	background-color: #647a90;
	background-image: url("Images/navigation_bg.gif");
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 14px;
	font-weight: bold;
}

a.navlink
{
	color: #edf2f8;
	text-decoration: none;
}

a.navlink:hover, a.navlink_sel
{
	color: #90d590;
	text-decoration: none;
}

/**********************************************************
* Content
**********************************************************/
div.content
{
	padding: 10px;
}

div.content_left
{
	float: left;
	width: 222px;
}

div.content_right
{
	margin-left: 232px;
}

div.content_clear
{
	clear: both;
}

/**********************************************************
* Submenu
**********************************************************/
div.submenu
{
	padding: 10px;
	height: 16px;
	background-color: #b5cce3;
	background-image: url("Images/subnavigation_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-weight: bold;
}

div.submenu_content
{
	padding: 10px;
	border-style: solid;
	border-color: #a1a4a7;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

/**********************************************************
* Logos
**********************************************************/
div.logos
{
	padding: 10px;
	border-style: solid;
	border-color: #a1a4a7;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

/**********************************************************
* Footer
**********************************************************/
div.footer
{
	padding: 10px;
	height: 11px;
	color: #edf2f8;
	background-color: #647a90;
	background-image: url("Images/footer_bg.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

/**********************************************************
* TimeLine
**********************************************************/
a.timelineLink 
{
	font-size: 11px;
}

td.RightGBottomG, td.RightGBottomB, td.RightBBottomG, td.RightBBottomB
{
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

td.RightGBottomG 
{
	border-right-color: #c2c2c2;
	border-bottom-color: #c2c2c2;
}

td.RightGBottomB 
{
	border-right-color: #c2c2c2;
	border-bottom-color: Black;
}

td.RightBBottomG 
{
	border-right-color: Black;
	border-bottom-color: #c2c2c2;
}

td.RightBBottomB
{
	border-right-color: Black;
	border-bottom-color: Black;
}

/**********************************************************
* Indicators
**********************************************************/
div.indicators
{
	padding: 10px;
	height: 16px;
	background-color: #b5cce3;
	background-image: url("Images/indicators_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-weight: bold;
}

div.indicators_content
{
	padding: 10px;
	border-style: solid;
	border-color: #a1a4a7;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

div.indicators_copy
{
	padding: 5px;
	border-color: #a1a4a7;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
}
