﻿/*----------------Basic setup stuff------------*/

body
	{
	background: #999; /*-- #333; --*/
	font-family: Georgia, Verdana, "MS Sans Serif";
	font-size: 1em;
	}
a:link
	{ 
	color: #0000FF;
	}
a:visited
	{ 
	color: #990099;
	}
a:hover
	{ 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active
	{ 
	color: #FFFFFF;
	}

/*-------------------Header--------------------*/
#pageLeftHeader
	{
	background-image: url("images/LeftHeader.gif");
	background-repeat: no-repeat;
	position: fixed;
	top: 0px;
	left: 2px;
	right: 200px;
	bottom: 150px;

	}

#pageRightHeader
	{
	background-image: url("images/RightHeader.gif");
	background-repeat: no-repeat;
	position: fixed;
	top: 0px;
	left: 202px;
	right: .2em;
	bottom: 150px;
	border: 2px transparent;
	}	
/*-------------------Left column links---------*/
#pageLinks
	{
	background-color: #fff;
	position: fixed;
	width: 182px;
	top: 152px;
	left: 2px;
	bottom: 100px;
	border: 2px transparent;
	padding-left: 1em;
	padding-top: 1em;
	overflow: auto;
	}

a.pageLinks
	{
	color: #0000FF;
	font-size: .75em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}

a.pageLinks:link
	{
	color: #0000FF;
	}

a.pageLinks:visited
	{
	color: #990099;
	}

a.pageLinks:hover
	{
	color: #CCCCCC;
	background-color: #333333;
	}

a.pageLinks:active
	{ 
	color: #FFFFFF;
	}

#pageLinks-Consult
	{
	background-color: #fff;
	position: fixed;
	width: 182px;
	top: 152px;
	left: 2px;
	bottom: 152px;
	border: 2px transparent;
	padding-left: 1em;
	padding-top: 1em;
	overflow: auto;
	}


/*-----------------Body text------------------*/
h4,h6
{
	text-align: center;
}

h4
{
	font-style: bold;
	font-size: 1.5em;
}

h6
{
	font-style: italic;
	font-size: 1.1em;
}

#supportingText
	{
	background-color: #fff;
	position: fixed;
	top: 152px;
	left: 202px;
	bottom: 100px;
	right: .2em;
	border: 2px transparent;
	padding: 1em 2em;
	overflow: auto;
	}

#supportingText-Consult
	{
	background-color: #fff;
	position: fixed;
	top: 152px;
	left: 202px;
	bottom: 152px;
	right: .2em;
	border: 2px transparent;
	padding: 1em 2em;
	overflow: auto;
	}

#supportingText h3
	{
	font-style: italic;
	text-align: center;
	}
/*----------------Footer --------------------*/
#pageFooter
	{
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	position: fixed;
	right: .2em;
	height: 96px;
	top: auto;
	left: 2px;
	bottom: 2px;
	border: 2px transparent;
	padding-left: 10px;
	}
#pageFooter1
	{
	position: fixed;
	right: .2em;
	height: 96px;
	top: auto;
	left: 300px;
	bottom: 2px;
	border: 2px transparent;
	padding-left: 10px;
	}
#pageFooter-Consult
	{
	position: fixed;
	right: .2em;
	height: 150px;
	top: auto;
	left: 2px;
	bottom: 2px;
	border: 2px transparent;
	padding-left: 10px;
	}
#pageFooter1-Consult
	{
	position: fixed;
	right: .2em;
	height: 150px;
	top: auto;
	left: 300px;
	bottom: 2px;
	border: 2px transparent;
	padding-left: 10px;
	}

#pageFooter h5
	{
	font-family: Georgia, Verdana, "MS Sans Serif";
	font-size: .75em;
	font-style: normal;
	}

a.pageFootervalid
	{
	position: fixed;
	right: 10px;
	bottom: 10px;
	}
	