﻿body {
}
.Tooldiv{
	position: absolute;
	z-index: 2;
	top:1px;
	height:14%;
	width:100%;
	background-color:black;
}

.Toolbar{
		position: absolute;
	z-index: 2;
	left: 2%;
	top: 5px;
	height:14%;
	width:45%;
}

.ToolbarSize{
		position: absolute;
	z-index: 2;
	left: 2%;
	top: 0px;
	height:14%;
	width:22%;
}

.Logo {
	position: absolute;
	z-index: 1;
	left: 2%;
	top: 0px;
	height:14%;
	width:22%;
}

.Tagline {
	position: absolute;
	z-index: 1;
	left: 25%;
	top: 0px;
	height:14%;
	width:50%;
}

.pnl_LeftColumn {
	position: absolute;
	z-index: 2;
	left: 3%;
	top: 15%;
	width:20%;
	height:80%;
}
.pnl_News_ID {
	position: relative;
	z-index: 2;
	height: 49%;
	width:100%;
}
.pnl_News_Ind {
	position: relative;
	z-index: 2;
	width: 20%;
	height: 49%;
	width:100%;
	top:2%;
}
.pnl_RightColumn {
	position: absolute;
	z-index: 1;
	right: 3%;
	top: 15%;
	width:20%;
	height:80%;
}
.pnl_Content1 {
	position: relative;
	z-index: 2;
	height: 49%;
	width:100%;
}
.WhitePaperLinks {
	position: absolute;
	z-index: 5;
	font-family: "Arial Rounded MT Bold";
	font-size: 80%;
	width:85%;
	color: #FFFFFF;
	line-height: 110%;
	overflow: auto;
}

.pnl_Content2 {
	position: relative;
	z-index: 2;
	width: 20%;
	height: 49%;
	width:100%;
	top:2%;
}

.BodyPanel {
	position: absolute;
	z-index: 2;
	width: 50%;
	height: 80%;
	top: 15%;
	left: 25%;
}
.BodyBG {
	background-color: #FFFFFF;
}
.BodyDiv {
	position: absolute;
	font-family: "Arial Rounded MT Bold";
	font-size: 80%;
	width:94.5%;
	color: #000000;
	left:3%;
	top:5%;
	background-color:white;
	z-index: 2;
	height:88%;
}
.BodyContent {
	position: relative;
	z-index: 2;
	top: 15%;
	height: 80%;
	overflow: auto;
	width: 100%;
}
.BodyIntro {
	position: relative;
	z-index: 3;
	margin: 5px;
	text-decoration: underline;
	font-size: 120%;
	text-align: center;
	color: #000080;
}

.BodyText {
	position: relative;
	font-size: 95%;
	padding-right: 10px;
	padding-top: 10px;
		padding-left: 10px;
	z-index: 2;
	background-color:white;
	overflow:auto;
}
.NewsBody {
	font-family: "Arial Rounded MT Bold";
	font-size: 70%;
	color: #FFFFFF;
	position: absolute;
	z-index: 4;
}
.NewsText {
	font-size: 85%;
	color: #FFFFFF;
	position: absolute;
	top: 20%;
	left: 0px;
	margin-right: 12%;
	margin-bottom: 15%;
	margin-left: 12%;
}
.NewsIntro {
	font-family: "Arial Rounded MT Bold";
	color: #FFFF00;
}
.NewsDetail {
	margin-top:10px;
	font-family: "Arial";
}
.ButtonCell {
	width: 14%;
}
.iButton {
	height: 100%;
	width: 100%;
}
/******  LINKS  ************/
a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
/************** Home Body Formatting **********/
.MainIntro {
	text-align: center;
}
.Welcome {
	font-size: 120%;
}
.MainText 
{
   	font-family: "Arial Rounded MT Bold";
    font-size: 100%;
    color: #000000;
    margin-left:10%;
    margin-right:10%;
    text-align:justify;
    height:auto;
}
.MainImage {
	width:25%;
	text-align: center;
}

