﻿/*
Header info
*/

.Logo
{	
	background-color: white;
	width: 300px; 
	padding: 10px;
}

.Nav
{	
	width: 660px;
	vertical-align:bottom;
}

.StaticMenu
{
	background-color: #459fbd;
	color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
}

.StaticMenuHover
{
	background-color: #459fbd;
	color: #fff100;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
}

/*
End Header 
*/

/*Text*/
.HomePageWhite
{
	color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	padding: 7px;
	text-align: left;
	a:link color:#FF0000; /* unvisited link */
	a:visited color:#00FF00; /* visited link */
	a:hover color:#FF00FF; /* mouse over link */
}

a.HomePageWhite:link {color:white}
a.HomePageWhite:visited {color:white}
a.HomePageWhite:hover {color:white}

a.HomePageBlue:link {color:#459fbd}
a.HomePageBlue:visited {color:#459fbd}
a.HomePageBlue:hover {color:#459fbd}

.HomePageBlue
{
	color: #459fbd;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	padding: 7px;
	text-align: left;
}

.HomePageArrowText
{
	color: #545572;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	padding: 7px;
	text-align: left;
}

.YellowHeader
{
	color: #fff100;	
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	padding: 7px;
}

.BlackHeader
{
	color: black;	
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	padding: 7px;
}

h1
{
	color: #fff100;
	padding: 0px;
}

.TwoColLeft
{
	background-color: white;
	float: left;
	width: 80%;
	display: inline;
	text-align:left;
}
.TwoColRight
{
	background-color: white;
	float: left;
	width: 20%;
}



page
{
	background-color: #51b9dd;
	color: Black;
}

.ContentTop
{
	background-color: white;
	width: 100%;
}

.NavContainer
{
	background-color: #FFFFFF;
	color: Black;
}

body
{
	font-family: Calibri, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 1em;
	margin: 0px auto;
	background-color: #51b9dd;
	/* text-align: center; provides a centered layout */
	text-align: center;
	height: 100%;
	/* Use width: 100% for a float layout */
	/* width: 100%; */
	/* Use width: 600px; for a fixed width layout */
	width: 960px; 
	min-width: 500px;
}
p
{
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
}

.ContentContainer
{
	background-color: #FFFFFF;
	width: 100%;
	/* Turn the border row on to see the container outline */
	/* border: dotted 1px #000000;  */
}
.ContentMiddle
{
	background-color: white;
	width: 100%;
}
.ContentMiddleInner
{
	background-color: white;
	width: 100%;
}

.ContentLeftRail
{
	background-color: white;
	float: left;
	width: 20%;
	display: inline;
}
.ContentCenterRail
{
	background-color: white;
	float: left;
	width: 60%;
}

.ContentCenterAndRightRail
{
	background-color: white;
	float: left;
	width: 80%;
}
.ContentRightRail
{
	background-color: white;
	float: left;
	width: 20%;
}

.IE8Fix 
{ 
    z-index: 1000; 
}