﻿
body
{
	background: #84A4C1 url(./Images/bkg-body.jpg) repeat-y 50% 0;
}

#ft
{
	text-align: center;
}

#masthead
{
	background-color: #3e6eac;
	height: 100%;
}
#logo
{
	float: left;
}

#contactinfo
{
	height: 90px;
	vertical-align: middle;
	color: white;
	margin-right: 20px;
	text-align: right;
	overflow: visible;
}

h1
{
	font-size: 200%;
	font-variant: small-caps;
}
h2
{
	font-size: 114%;
	font-style: italic;
}
h3
{
	font-weight: bold;
	font-size: 114%;
	text-decoration: underline;
}
h4
{
	font-size: 122%;
	font-variant: small-caps;
}
h5
{
}
h6
{
}
p
{
	font-size: 110%;
}

.gridViewPager td
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 2px;
}


/* Default Octopus Engine */
.octopus
{
	width: 100%;
}
.north
{
	background: url(./Images/north.gif) repeat-x top;
}
.east
{
	background: url(./Images/east.gif) repeat-y right;
}
.south
{
	background: url(./Images/south.gif) repeat-x bottom;
}
.west
{
	background: url(./Images/west.gif) repeat-y left;
}
.ne
{
	background: url(./Images/ne.gif) no-repeat top right;
}
.se
{
	background: url(./Images/se.gif) no-repeat bottom right;
}
.sw
{
	background: url(./Images/sw.gif) no-repeat bottom left;
}
.nw
{
	background: url(./Images/nw.gif) no-repeat top left;
}
.nw
{
	padding: 20px; /* Controls padding.  Increase to make text further away from edges; decrease to bring closer.  */
}
.white
{
	background-color: White;
	padding: 5px;
}


#sidebarcontent
{
	float: left;
	margin: 0 0px 1em;
}

#sidebarcontent h3
{
	padding: 0.3em 1.5em;
	margin: 10px 0px 0;
	line-height: 130%;
	background-color: #0066cc;
	color: #f5f5f5;
	font-size: 122%;
}
#sidebarcontent .sbcontentcontainer
{
	padding: 1em 1.5em 0.5em;
	border: 1px solid #A48D7C;
	color: #7f7f7f;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#sidebarcontent .sbcontentcontainer p
{
	margin: 0 0 1.2em 0;
	line-height: 1.2em;
}

#sidebarcontent .sbcontentcontainer ol
{
	padding-left: 20px;
}

#sidebarcontent .sbcontentcontainer ul
{
	list-style-type: none;
}

A
{
	color: #0066cc;
}

.nsglist ul
{
	list-style-type: none;
	list-style-position: outside;
}
.nsglist li
{
	background: url(../../PersistantImage.ashx?key=NSGbullet) no-repeat;
	padding-left: 20px;
}

.list
{
	margin-left: 20px;
}
.list li, .nsglist li
{
	margin-top: 7px;
}
.tablesection
{
	width: 100%;
	text-align: center;
}



@media print
{

	body
	{
		background: white;
		font-size: 12pt;
		width: 7in;
	}
	#sidebarcontent
	{
		display: none;
	}
	#menu
	{
		display: none;
	}

	#bd
	{
		width: 7in;
		margin: 0 5%;
		padding: 0;
		border: 0;
		float: left;
		color: black;
		background: transparent none;
	}
	div#content
	{
		margin-left: 10%;
		padding-top: 1em;
		border-top: 1px solid #930;
	}
	#masthead
	{
		margin-bottom: -8px;
		text-align: center;
		width: 7in;
	}
	div#masthead img
	{
		vertical-align: bottom;
	}
	a:link, a:visited
	{
		color: #520;
		background: transparent;
		font-weight: bold;
		text-decoration: underline;
	}
	#ft
	{
		width: 7in;
	}





}
