/*p, table, OL, UL
{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
}
.greySmallCaps
{
	color:#d3d3d3;
	font-variant:small-caps;
}
.rightalign
{
	text-align:right;
}
.twolevel LI
{
	padding-top : .5em;
}
.twolevel img, .twolevel object
{
	display:block;
	margin-top : 1em;
}
.twolevel LI OL LI
{
	list-style-type:lower-roman;
}
.codesnippet
{
	font-family:Courier;
}
div.codesnippet
{
	padding: .5em .5em .5em .5em;
}
.codesnippet strong
{
	font-weight:bold;
	color:Red;
}
.note
{
	font-style:italic;
	padding: .5em .5em .5em .5em;
	margin: .5em .5em .5em .5em;
	width: 700px;
	border: solid 1px White;
}
div#bodyDiv
{
	width:800px;
}
div#TopNavT1 a, div#TopNavT2 a
{
	color: #2179A7;
	text-decoration: none;

}
div#Footer a
{
	background-color: Transparent;
	font-family: Arial;
	font-size: 8px;
	color: Black;
	text-decoration: none;
}
div#FeatureContent, div#TopNavT1, div#TopNavT2, div#Footer
{
	background-color: Transparent;
	font-family: Arial;
	font-size: 8px;
	color: Black;
	text-decoration: none;
}
div#TopNavT1
{
	
	text-align:right;
}
div#TopNavT1 LI
{
	display:inline;
	list-style-type:none;
	margin-left: .5em;
	margin-right: .5em;
}
div#TopNavT1 .navtarget
{
	background-color:Red;	
}
div#TopNavT2
{
	
	text-align:left;
}
div#TopNavT2 LI
{
	display:inline;
	list-style-type:none;
	margin-left: .5em;
	margin-right: .5em;
}
div#TopNavT2 .navtarget
{
	background-color: #d3d3d3;
}
div#MidPage
{
	
}

div#FeatureContent
{
	
	position:relative;
	width: 500px;
	float: right;
	z-index : 50;
}

div#Footer
{
	
	text-align:center;
	clear: both;
}
div#Footer LI
{
	display:inline;
	list-style-type:none;
	margin-left: .5em;
	margin-right: .5em;
}
div#Footer .navtarget
{
	background-color:Red;	
}
*/


/* Site Menu */
div#TopNavT1T2D
{
	/* Put positioning attributes here... */
	font: 11px Arial;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	background: Transparent;
	height: 28px;
	vertical-align: top;
	overflow: visible;
	z-index: 100;
}
div#TopNavT1T2D a
{
	font: 11px Arial;
	text-decoration: none;
	font-weight: bold;
	color: #1F578A;
	text-decoration: none;
}
div#TopNavT1T2D a:hover
{
	font: 11px Arial;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
div#TopNavT1T2D .navtarget
{
	font: 11px Arial;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;	
}
div#TopNavT1T2D LI
{
	font: 11px Arial;
	text-decoration: none;
	font-weight: normal;
	position:relative;
	border-bottom: solid 1px #FFFFFF;
	display:inline;
	list-style-type:none;
	margin-left: .5em;
	margin-right: .5em;
}

div#TopNavT1T2D LI UL
{
	/* CSS Menu Pop Up*/
	color: #000000;
	font: 11px Arial;
	border: solid 1px #FFFFFF;
	position: absolute;
	top: 18px;
	left: -999em;
	display: block;
	width: 120px;
	text-align: left;
	background-color: #d3d3d3;
	list-style-type: none;
	z-index: 1000;
	padding-right: 0px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
}
div#TopNavT1T2D LI UL a
{
	font: 11px Arial;
	font-weight: normal;
	color: #000000;
}

div#TopNavT1T2D LI UL LI
{
	display:list-item;
	list-style-type:none;
	margin-left: 0px;
	margin-right: 0px;
}

div#TopNavT1T2D LI UL LI a
{
	color: #000000;
	display:block;
	width:100%;
}

div#TopNavT1T2D LI UL LI a:hover
{
	color:White;
	background-color:Navy;
}
/* Bread Crumb CSS*/
div#BreadCrumb
{
	/* Put positioning attributes here... */
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	background-color: #ffffff;
	color: #999999;
	text-decoration: none;
}
div#BreadCrumb a
{
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	background-color: #ffffff;
	color: #2179A7;
	text-decoration: none;
}
div#BreadCrumb a:hover
{
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	background-color: #ffffff;
	color: #FFB901;
	text-decoration: underline;
}
/* Left Nav CSS*/
div#LeftNav
{
	/* Put positioning attributes here... */
	width: 213;
	float: left;
	margin-right: -530px;
	background-color: #2079A6;
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
}
div#LeftNav a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	text-decoration: none;
}
div#LeftNav a:hover
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #EBB700;
	text-decoration: none;
}
div#LeftNav .navtarget
{
	font-weight: bold;
	color: #EBB700;
}
div#LeftNav .navtarget:hover
{
	font-weight: bold;
	color: #EBB700;
}
div#LeftNav LI
{
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
}
.LI_UNDERLINE
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 174%;
	border-top: solid 1px #3589D0;
	width: 221px;
}
.LI_SPACER
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 157%;
}
div#LeftNav UL
{
		font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin-left: .75em;
	padding-left: .75em;
}