﻿body, input, select, td
{
	font-family: Verdana, Arial;
	font-size: 12px; /*color: #757171;*/
}

img, div, li
{
	border: 0;
	behavior: url(styles/iepngfix.htc);
}

*
{
	outline: 0;
}

a
{
	color: #4a5457;
}

/****** Admin *******/
.LeftNavText, .LeftNavText a
{
	color: #000000;
}

.LeftDiv
{
	float: left;
	text-align: right;
	width: 175px;
	padding-top: 10px;
	font-weight: bold;
}

.RightDiv
{
	float: left;
	padding-top: 10px;
}

.TableHead, .TableHead div
{
	float: left;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 20px;
}

.TableData, .TableData div
{
	float: left;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #CCC;
}

.TableDataAlt, .TableDataAlt div
{
	float: left;
	padding-top: 5px;
	padding-bottom: 3px;
}

.TitleText
{
	font-size: 18px;
	color: #00467f;
}

/****** End Admin *******/

#navigation
{
	margin: 0;
	padding: 0;
}

#navigation li
{
	float: left;
	list-style: none;
	font-size: 15px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #4a5457;
}

#navigation li a
{
	display: block;
	color: #4a5457;
	text-decoration: none;
	min-width: 25px;
	width: auto !important;
	width: 25px;
	white-space: nowrap;
}

#navigation li a:hover
{
}

#navigation li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background-color: #FFF;
	padding: 5px;
	border: solid 1px #4a5457;
}

#navigation li ul li
{
	font-size: 13px;
	float: none;
	display: inline;
}

#navigation li ul li a
{
	width: 80px;
	background: #FFF;
	color: #4a5457;
	padding-top: 5px;
}


#navigation li ul li a:hover
{
	background: #CCC;
}

.navPlus
{
	padding-top: 4px;
	margin-top: 4px;
	width: 37px;
	height: 9px;
	background-image: url(     '../Images/fpaSpacer.png' );
	background-repeat: no-repeat;
}

.MainHeading
{
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #003e73;
	width: 100%;
}

.MainText
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
	padding-left: 30px;
	line-height: 20px;
}

.FormulaText
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}


div#dvTheFoundation span
{
	color: Blue;
	font-weight: bold;
}
/******** Resume Section*********/

.BusinessTitle
{
	color: #003E73;
	font-weight: bold;
}

.ResumeHeading
{
	color: #003E73;
	font-weight: bold;
	font-size: 15px;
	padding-top: 15px;
}

.ResumeSubHead1
{
	color: #003E73;
	font-size: 13px;
}

.FactsTagLine
{
	font-weight: bold;
	color: #003E73;
}

/******** End of Resume*********/

/********* centers the page ***********/
#MainBody
{
	text-align: center;
}

div#MainContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}
/************* End Center ***************/

.CategoryTitle
{
	color: #003E73;
	font-weight: bold;
}

.HeaderBlue
{
	color: #003E73;
	font-size: 16px;
}

.ImageSpacing
{
	padding: 10px;
	float: left;
}

/************* jScrollPane *************/


.jScrollPaneContainer
{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack
{
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}

.jScrollPaneDrag
{
	position: absolute;
	background: #003E73;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop
{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp
{
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #003E73;
	height: 9px;
}

a.jScrollArrowUp:hover
{
	/*background-color: #f60;*/
}

a.jScrollArrowDown
{
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #003E73;
	height: 9px;
}

a.jScrollArrowDown:hover
{
	/*background-color: #f60;*/
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover
{
	/*background-color: #f00;*/
}

/************* End *************/