/* basic elements */

body {
	margin:0;
	padding:0;
	background:#273340 url(images/main_bg2.gif) no-repeat bottom fixed;
	text-align:center;
	width:100%;
	height:100%;
	font-family:verdana, arial, "sans-serif";
	color:#b3bcc6;
}

h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
}

acronym {
	cursor:help;
}

acronym:hover {
	border-bottom:2px solid #919AA4;
}

/* structural elements */

#container, .ControlPanel
{
	position:relative;
	margin:0 auto;
	padding:0 3px;
	text-align:left;
	width:794px;
}

#container
{
    background:url(images/container_bg2.gif) repeat-y;
}

#intro {
	padding:0;
}

#pageHeader
{
	background:url(images/header_02.gif) no-repeat top left;
	height:132px;
}

#pageHeaderIcons
{
    border:none;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	height:68px;
	background-color:#727981;
	text-align:center;
	padding-left:2px;
}

#pageHeaderIcons a
{
	border: solid 1px #727981;
	margin:2px 2px 2px 0;
	padding:1px;
	float:left;
	background-color:#273341;
}

#pageHeaderIcons .lastchild
{
    margin-right:0;
}

#pageHeaderIcons a:hover
{
	border: solid 1px #8DC643;
}

#pageHeaderIcons a img, #pageHeaderIcons a
{
	height:60px;
	width:82px;
}

#supportingText {
    position:relative;
    float:right;
	right:-2px;
	width:559px;
	margin-top:22px;
}

#linkList
{
	position:absolute;
	padding-top:10px;
	background:url(images/linklist_bg2_06.gif) no-repeat top left;
	width:230px;
	height:600px;
}

/* intro */
.QuickSummaryPane {
	position:absolute;
	top:202px;
	right:2px;
	background:url(images/quickSum_bg2.gif) no-repeat top right;
	width:292px;
	height:47px;
	font-size:11px;
	color:#92A0AB;
	text-align:right;
	padding:0;
	margin:0;
}

.QuickSummaryPane p {
	margin:10px 20px 0 0;
}

.QuickSummaryPane a:link, .QuickSummaryPane a:active, .QuickSummaryPane a:visited {
	color:#92A0AB;
	text-decoration:none;
}

.QuickSummaryPane a:hover {
	color:#b4c2cd;
	text-decoration:none;
	border-bottom:1px solid #708089;
}

/* breadCrumbs */

#breadCrumbs {
	position:absolute;
	top:202px;
	left:250px;
	height:47px;
	font-size:11px;
	color:#92A0AB;
	text-align:right;
	padding:0;
	margin:0;
	z-index:99999;
}

#breadCrumbs p {
 margin:10px 20px 0 0; }

#breadCrumbs a
{
	color:#909FB1;
}

#breadCrumbs a:hover
{
	color:#8DC643;
}

/* supportingText */
#supportingText p {
	color:#b3bcc6;
	margin:10px 0 15px 10px;
	padding:0;
	line-height:130%;
	font-size:11px;
	padding:0 45px 0 0;
}
#supportingText li
{
}

.Head,
#supportingText h1,
#supportingText h2,
#supportingText h3
{
	color:#A0AFC1;
	padding-left:9px;
	font-weight:normal;
}

#supportingText h1, .Head
{
    display:block;
	margin: 22px 0 0 0;
	text-transform:uppercase;
	font-family:arial;
	height:22px;
	font-size:15px;
	padding-top:3px;
	line-height:100%;
	background:url(images/h3bg.gif) no-repeat top left;
	width:90%;
}
#supportingText h2
{
	font-size:14px;
}
#supportingText h3, #supportingText h4
{
	font-size:12px;
}

#supportingText a:link, #supportingText a:active, #supportingText a:visited {
	color:#b3bcc6;
}

#supportingText a:hover {
	color:#c4d2dd;
}

#supportingText .tabimage
{
    margin: 0 10px 30px 0;
}

#footer {
	text-align:center;
	border-top:1px solid #68717A;
	padding:10px;
	background:#101C28;
	margin:40px 2px 0 0;
	font-size:10px;
	font-weight:normal;
	color:#5D6772;
}

#footer a:hover {
	color:#919AA4;
}

/* linkList */
#linkList
{
	font-size:10px;
}

#linkList ul {
	margin:0;
	padding:0;
}

#linkList li
{
/*	padding:7px 0 7px 15px;*/
	color:#909FB1;
	list-style:none;
}

#linkList a:link, #lselect a:active, #lselect a:visited
{
/*	color:#8DC643;*/
/*	font-weight:bold;*/
}

#linkList ul ul li a:hover
{
	color:#8DC643;
}

#linkList a.c
{
	font-weight:normal;
	text-decoration:none;
}

#linkList ul li
{
	width:236px;
}

#linkList ul li a
{
	display:block;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	background:url(images/menutitle.gif) no-repeat top left;
	height:29px;
	font-size:12px;
	line-height:27px;
	padding-left:17px;
}

#linkList ul ul
{
    margin-bottom:8px;
}
#linkList ul ul ul
{
    margin-bottom:0;
}

#linkList ul ul li a
{
	font-size:10px;
	font-weight:bold;
	text-transform:none;
	text-decoration:underline;
	background-image:none;
	height:20px;
	color:#b3bcc6;
	line-height:22px;
	padding-left:25px;
}
#linkList ul ul ul li a
{
    padding-left:38px;
}


#linkList ul ul ul ul li a
{
    padding-left:50px;
}
table
{
    border-collapse:collapse;
}

table .Head
{
    background-image:none;
}


