﻿.Palette
/*
navy blue: #07004F
electric blue: #1D0D85
sky blue: #5b7ab3  
purple: #4C3A8A
green: #296109
pale green: #B6D4A5  
*/
hr
{
	color:silver;
	height:1px;
}
html
{
	background-color:#c9c8d9;
	padding:0px;
	margin:0px;
}
body 
{
	background-color:#c9c8d9;
	padding:0px;
	margin:0px;
	font-family:Verdana;
	font-size:11px;
	line-height:18px;
}
.outerShell
{
	width:829px;
	background-color:#ffffff;
	background-repeat:repeat-y;
	border-left:solid 1px silver;
	border-right:solid 1px silver;
}
.mainMenu
{
	position:relative;
	top:-31px;
	right:0px;
	width:1px;
	text-align:right;
	left:-55px;
}
.StaticMenuItemStyle
{
	background-color:Transparent;
	color:White;
	text-decoration:none;
	border-left:solid 1px silver;
	position:relative;
	line-height:28px;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}
.DynamicMenuItemStyle
{
	color:#07004F;
	background-color:silver;
	position:relative;
	padding:5px;
	line-height:28px;
	text-align:left;
	width:300px;
	height:18px;
}
.mainMenuItemMouseover
{
	background-color:#c9c8d9;
	color:Black;
	cursor:pointer;
	text-decoration:none;
	line-height:28px;
	text-align:left;
}
.footer
{
	text-align:left;
	color:White;
	height:20px;
	width:829px;
	background-image:url(images/footerBackground.jpg);
 	background-repeat:no-repeat;
	height:28px;
}
.headerGraphic
{
	margin-top:10px;
	margin-bottom:10px;
	border:solid 1px silver
}
.contentShell
{
	padding:10px;
	padding-top:0px;
	width:800px;
	margin-left:-5px;
	margin-top:-20px;
}
.searchDiv
{
	vertical-align:top;
	font-weight:bold;
	margin-left: 0px;
	width:95%;
	text-align:right;
	position:relative;
	top:-8px;
}
.subHeaderBackground
{
	color:White;
	background-image:url(images/subHeaderBackground.jpg);
	background-repeat: repeat-x;
	background-color: #5b578a;
	height:30px;
	vertical-align:middle;
	line-height:30px;
	padding-left:10px;
	margin-top:10px;
	border:solid 1px silver;
	font-weight:bold
	
}
.subContentBox
{
	padding:10px;
	background-color:#dfdee6;
	line-height:18px;
	border:solid 1px #dfdee6;
}
.textbox
{
	font-size:11px;
	font-family:Verdana;
}
.button
{
	background-color: #07004F;
	color:White;
	font-size:10px;
	font-weight:bold;
}
.contentColumn
{
	text-align:left;
	padding:20px;
}
.contentHeaderImage
{	width: 414px;
}
.contentPic
{
	padding:5px;
	margin-bottom:5px;
	margin-top:5px;
	border: solid 1px #9397bd;
}
.watermark
{
	background-color:Silver;
	color:Gray;
	font-style:italic;
	font-family:Verdana;
	font-size:11px;
}
.programsMenuItem
{
	padding:10px;
	line-height:30px;
	text-decoration:none;
}
.definitionTerm
{
	color:Blue;
	font-weight:bold;
	cursor:pointer;
}
.definitionPopup
{
	background-color:White; border:solid 1px silver;
	padding:5px;
	width:200px;
	position:absolute;	
}
.definitionClose
{
	font-size:9px;
	font-weight:bold;
	border:solid 1px silver;
	padding:1px;
	float:right;
	position:relative;
	top:-12px;
	color:White;
	background-color:#07004F;
	cursor:pointer;
}
