﻿body 
{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica;
	background-color: #CEE8F2;
	text-align:center;
	margin:0;
	padding:0;
	overflow: hidden;
}

#contentcell{
	position:absolute;
	left:0px; 
	top:100px; 
	width:100%; 
	height:400px; 
	z-index:1; 
	background-color: #FFFFFF; 
	}
#logo{
	padding:10px;
	height:180px;
	width:90%;
	}
#blue{
	background-color:#0099cc;
	height:190px;
	width:100%;
	}
#textlayer{
	position:absolute;
	left:41%;
	top:130px;
	width:300px;
	height:300px;
	z-index:2;
	margin:0 auto;
	}

.bracket1{
	width:10px;
	height:300px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	float:left;
	}
.text{
	font: bold 11px/1.4em Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
	width:250px;
	text-align:justify;
	}
.bracket2{
	position:absolute;
	left:290px;
	top:40px;
	width:10px;
	height:260px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	}

h2 {
	font: bold 16px/1.3em Arial, Helvetica, sans-serif;
	color: #fff;
	margin:5px 0px 40px 5px;
}

/* Link items */
a:link {
	color: #CEE8F2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CEE8F2;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

/* Special elms */
.ipLight
{
	background-color: #97cde5;
	text-align: left;
}
.ipDark
{
	background-color: #0099cc;
	text-align: left;
}
.data
{
	background-color: transparent;
	font-size: 8pt;
	font-family: Verdana, Arial;
	color: white;
}
.dataHeader
{
	background-color: transparent;
	font-size: 10pt;
	font-family: Verdana, Arial;
	color: white;
}
.pageHeader
{
	background-color: transparent;
	font-size: 14pt;
	font-family: Verdana, Arial;
	color: white;
}
.ipNav
{
	background-color: transparent;
	font-size: 9pt;
	font-family: Verdana, Arial;
	color: white;
	font-weight: bold;
	text-decoration: none;
}