﻿html body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #FFFFFF url('/images/pagebkg.jpg') repeat-x;
}

#container
{
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: none;
	font-size: 100%;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#toolbar
{
	width: 100%;
	height: 18px;
	margin: 0;
	padding: 0;
	background-image: url('/images/topbkg-loginarea.jpg');
}

#toolbar table, #toolbar span, #toolbar div
{
	float: left;
	display: inline;
}

#ctl00_explitLogout_ExplicitLogin /* Sign In link */
{
	width: 5em;
	color: #000000;
	text-decoration: none;
	font-size: smaller;
}

#header
{
	height: 190px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF url('/images/children.jpg') no-repeat left bottom;
}

#header img, #header a img
{
	border: none;
}

#main
{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#leftcolumn
{
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 0 20px 0;
}

#lefttop, #leftbottom
{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 80%;
}

#lefttop img, #leftbottom img
{
	display: block;
	margin: 10px auto;
}

#leftbottom img
{
	margin-bottom: 30px;
}

#leftbottom h4
{
	margin: 0 10px;
	padding: 0;
	color: #00529B;
	*:font-size: 100%; /* Fix HUGE font size in IE7 */
}

#leftbottom p
{
	margin: 0 10px;
	padding: 0;
}

#leftbottom a, #leftbottom a:link, #leftbottom a:active, #leftbottom a:visited
{
	color: #00529B;
}

.leftNav
{
	width: 180px;
	margin: 10px;
	padding: 0;
	border: none;
	background-color: #FFFFFF;
}

.leftNav1, .leftNavSelected, .leftNavHover
{
	font-size: 80%;
	border-bottom: 1px #666666 dotted;
	border-top: none;
	background-color: #FFFFFF;
}

.leftNav1 a, .leftNavSelected a, #ctl00_PlaceHolderLeftNavBar_idNavLinkRecycleBin, #ctl00_PlaceHolderLeftNavBar_idNavLinkViewAll
{
	display: block;
	margin: 0;
	padding: 5px 0 5px 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #023C6E;
	font-weight: normal;
	text-decoration: none;
}

.leftNavSelected
{
	background-image: url('/images/leftnavbullet.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

.leftNavHover a
{
	color: #69632E;
}

#pageContent, #pageTitle, #releaseDate
{
	margin: 10px 20px 10px 210px;
	padding: 0;
}

#pageTitle
{
	font-size: 120%;
	font-weight: bold;
	color: #00529B;
	padding-top: 25px; 
	border-bottom: 1px solid #00529b;
}

#releaseDate
{
	font-size: 80%;
	color: #6E6E6E;
}

#pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6, #pageContent p
{
	margin: 0 0 10px 0;
	padding: 0;
}

#pageContent a, #pageContent a:link, #pageContent a:active, #pageContent a:visited
{
	color: #023C6E;
	text-decoration: underline;
}

#pageContent h1
{
	font-size: 120%;
	color: #00529B;
	font-weight: normal;
}

#pageContent h2
{
	font-size: 110%;
	color: #69632E;
	font-weight: bold;
}

#pageContent h3
{
	font-size: 100%;
	color: #00529B;
	font-weight: bold;
}

#pageContent h4
{
	font-size: 100%;
	font-weight: bold;
}

#pageContent h5
{
	font-size: 90%;
	color: #69632E;
	font-weight: bold;
}

#pageContent h6
{
	font-size: 80%;
	color: #00529B;
	font-weight: bold;
}

#pageContent .ms-WPBody, #pageContent .ms-WPBody table, #pageContent .ms-WPBody td
{
	font-size: 100%;
}

.link-item, .link-item a, .link-item a:link
{
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.item
{
	margin-left: 0px;
}

#pagefooter
{
	clear: both;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
	background-image: url('/images/footerbkg.jpg');
}

#footer-copyright
{
	padding-top: 25px;
}

#footer-address
{
	font-size: 90%;
}

#pagefooter .colons
{
	color: #00529B;
	font-weight: bold;
}

.unused, #toolbar div.unused
{
	display: none;
}

@media print
{
	#toolbar, #header, #leftcolumn, #rightcolumn
	{
		display: none;
	}
	
	#container, #pageTitle, #pageContent
	{
		width: 100%;
		margin: 0 0 10px 0;
		float: none;
	}
	
	#pageTitle, #pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6
	{
		color: #000000;
		page-break-after: avoid;
	}
	
	#pagefooter, #pagefooter div
	{
		margin: 0 10px 0 10px;
		padding: 0;
		text-align: left;
	}
	
	#pagefooter .colons
	{
		color: #000000;
	}
}
