﻿.brclear
{
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.topnav
{
	font-size: 90%;
	font-weight: bold;
}

.logolink
{
	display: block;
	height: 100%;
	width: 100%;
}

.bordertop
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 1px solid White;
}

.borderbottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid White;
}

.borderleft
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 1px solid White;
}

.borderright
{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-right: 1px solid White;
}

.paddingleft
{
	padding-left: 20px;	
}

paddingtopbottom
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.textbannerborderfix
{
	/*IE7 Fix*/
	height: 24px;

}

.header
{
	position: relative;
	margin-bottom: 10px;
}

.headtext
{
	font-size: 31px;
}
.subheadtext
{
	font-size: 14px;
	font-weight: normal;
}

.impersonatepanel
{
	display: inline;
	background-color: Yellow;
}

.innerimage
{
	position: relative;
	border-left: 1px solid #BABABA;
	margin-left: 1px;
}

.innerheader
{
	position: absolute;
}

.listheader
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.copyright
{
	display: block;
	margin: 6px;
}

.ad
{
	padding: 15px 5px 15px 5px;
	background-color: White;
	border-top: solid 1px #BABABA;
	border-bottom: solid 1px #BABABA;
	margin-top: 25px;
	margin-bottom: -1px;
}

.ad ul
{
	margin: 0;
	padding: 0;
	margin: 15px 0px 15px 15px;
}

.ad ul li
{
	margin: 0;
	padding: 0;
	margin: 5px 0px 5px 0px;
}