﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 14px;
	height: 100%;
}
html
{
	height: 100%;
}
td
{
	vertical-align: top;
}
img
{
	border: 0px;
}
h1,h2,h3,h4
{
	color: #027E9D;
}
h1
{
	font-size: 24px;
	font-family: Verdana;
}
h2
{
	font-size: 17px;
	font-weight: bold;
	font-family: Verdana;
	margin-bottom:2px;
}
a:link, a:active, a:visited
{
	color: #027E9D;
}
#header
{
	height: 120px;
	background-color: #027E9D;
}
.topLogo
{
	margin: 35px 0px 0px 45px;
}

#leftBar
{
	width: 170px;
	background-color: #8DACB4;
	height: 100%;
	float: left;
	margin-right: 5px;
}
#leftBar a:link,#leftBar a:active,#leftBar a:visited
{
	text-decoration: none;
	color: White;
}
#leftBar a:hover
{
	color: #027E9D;
	text-decoration: underline;
}
#leftNav
{
	margin-left: 0px;
	padding-left: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	color: #fff;
	padding-top: 25px;
}
.sp
{
	 border: 1px solid red;
	 width:200px;
	 font-size:12px;
	 padding:10px;
	 margin-top: 15px;
}
.sp strong
{
	display: block;
}
#leftNav li
{
	padding: 7px 3px 7px 12px;
	border-top: dotted 1px #fff;
}
#contentPanel
{
	padding: 25px 15px 15px 35px;
}

.articleCopy
{
	line-height: 25px;
	width: 500px;
}
#contentTable
{
	height: 100%;
}
#underHeader
{
	margin-left: 190px;
	float:right;	
}
#header h1
{
	color: Red;
	display: inline;
}
#header a:active, #header a:link, #header a:visited
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}


#copyright
{
	text-align: center;
	width: 800px;
	position: relative;
	margin: 12px auto 0px auto;
}


.pagelet
{
		visibility: hidden;
	width: 0px;
	height: 1px;
	overflow:hidden;
	position:absolute;
	
}
.showPagelet
{
	width: 250px;
	position: absolute;
	border: solid 1px #000;
	background-color: #fff;	
}
.showPagelet h1
{
	font-size: 12px;
	color:#000;
}
a.NoUnderline:link,a.NoUnderline:active,a.NoUnderline:visited
{
	text-decoration:none;
	color: #000;
}