/*BODY - START*/
body, html {
	/*margin: 5px 10px;*/
	padding: 0;
	/*important to make footer background gray in the documents*/
	background: #E3E3E3 !important;
	color: #000;
	font-family: 'lucida sans',arial,geneva,verdana,helvetica,sans-serif;
}
/*BODY - END*/



/*SPITZER BANNER AND NAV - BEGIN*/
/* Spitzer banner (top of page) */
#shdat
{
	height:45px; 
	padding: 5px 20px;
	width: 500px; 
	font-family:arial,tahoma,helvetica,sans-serif; 
	font-size:26px; 
    background-color:#E3E3E3 ;
	vertical-align:middle;
}
#shdat a {color:#111111; text-decoration:none; text-shadow: 2px 2px 2px #b3b3b3;}
#shdat a:hover {color: #0000BB;}

/* top menu search */
#spsearch {
    background-color:#E3E3E3;
	padding:10px;
	vertical-align:bottom;
	-moz-border-radius:0px 0px 10px 0px;
	-webkit-border-radius:0px 0px 10px 0px;
	border-radius:0px 0px 10px 0px;
}
input.spsearch_searchText {
	width:175px; height:19px; border-width:0px;
	background-image: url('/images/leftNav_searchText2.jpg'); 
	background-repeat: repeat-x;
}
/* end Spitzer banner*/

/* left sidebar (for navigation menu) */
#spitzer-menu-topcorner {background-color:#E3E3E3;}
#spitzer-menu
{
    width: 115px;
    background-color:#E3E3E3;
	line-height: 18px;
	-moz-border-radius:0px 0px 10px 0px;
	-webkit-border-radius:0px 0px 10px 0px;
	border-radius:0px 0px 10px 0px;
}

#spitzer-menu ul
{
    list-style: none;
	padding: 0px 3px;
	margin: 12px 0px;
}

#spitzer-menu ul a
{
	font-family:arial,tahoma,helvetica,sans-serif; 
    color: #111111;
    font-size: 13px;
	display: block;
    text-align: right;
    text-decoration:none;
	text-shadow: 2px 2px 2px #b3b3b3;
}

#spitzer-menu ul a:hover {color:#0000BB;}
/* end left sidebar*/
/*SPITZER BANNER AND NAV - end*/	
	
	
	
/*CONTENT LAYOUT - START*/
#sp_content
{
   width: 875px;
   margin: 10px;
}
#contentinnerbox {	
	width: 100%;
	background-color: #E3E3E3;
}
.pageContent { }
.pageContentBox {
	background-color: #B3B3B3; width:862px; vertical-align:top;
	-moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius:0px 0px 10px 10px;
    border-radius:0px 0px 10px 10px;
 }
.pageContentBox .pageContentBoxInner {
	font-family: 'lucida sans',arial,geneva,verdana,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	vertical-align:top; text-align:left; width:100%; padding:10px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
/*CONTENT LAYOUT - END*/



/*BREADCRUMBS - START*/
#breadcrumbs {
	text-align:left;
	font-weight:bold; color:#0062A1; font-size:13px; 
	font-family: 'lucida sans',arial,geneva,verdana,helvetica,sans-serif;
	-moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius:10px 10px 0px 0px;
    border-radius:10px 10px 0px 0px;
	background-color:#B3B3B3;
	padding: 5px;
	width:852px;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	font-family: 'lucida sans',arial,geneva,verdana,helvetica,sans-serif;
	color:#0062A1; text-decoration:underline;
}
#breadcrumbs a:hover {
	color:#000000;
}
/*BREADCRUMBS - END*/



/*STANDARD CONTENT PAGE - START*/
/* Generic styles*/
a { color:#005DA4; text-decoration: none;}
a:hover{ text-decoration: underline;}


.Title {
	color: #111111;
	font-size:22px;
    font-weight: bold;
	font-family: 'lucida sans',arial,geneva,verdana,helvetica,sans-serif;
}

.SubTitle {
	color: #111111;
	font-family: 'lucida sans',arial,geneva,verdana,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}	
	
/* content image */
#contentImage { padding: 1px !important; background-color: #C5C6C7; border: 1px solid #C5C6C7; text-align: left; vertical-align: top;}
#contentImage .contentImageInner { height:100%; padding: 8px 6px 6px 6px !important; background-color: #E3E3E3; text-align: center; vertical-align: top;}
html>body #contentImage .contentImageInner { padding-left: 8px !important; padding-right: 10px !important; padding-bottom:0px !important;}
#contentImage .imageGrayBorder { padding: 1px !important; text-align: left; vertical-align: top;}
#contentImage .imageTitle { text-align: left; vertical-align: top; font-size:11px; font-weight:bold; padding-top:0px !important;}
#contentImage .imageCaption, #contentImage .imageCaption p { text-align: left; vertical-align: top; font-size:11px; }
#contentImage .imageCaption a {	text-decoration:underline; }
#contentImage .imageCaption p {	margin-top: 2px; }
/* content image - end */
	
/* list: child pages */
.ChildPageList .Title {font-size:15px; font-weight:bold; line-height:30px; color:#004284;}
.ChildPageList .Title a:link, .ChildPageList .Title a:visited {font-size:15px; font-weight:bold; line-height:30px; color:#004284;}
.ChildPageList .Description {margin-bottom:10px !important;}
ul.ChildPageListL2  {margin-top: -2px; margin-bottom: 8px;}
ul.ChildPageListL2 li a:link, .ChildPageListL2 li a:visited {font-size:14px;}
/* end list: child pages */
		
/* list: documents */
table.DocumentIndexTable {width:60%;}
table.DocumentIndexTable tr td { padding-left:9px; font-weight: bold;}
/* end list: documents */

/* list: documents */
.DocumentList .Title a:link, .DocumentList .Title a:visited {font-size:15px; font-weight:bold; line-height:30px; color:#004284;}	
.DocumentList .Description { margin-bottom:5px !important;}
.DocumentList .DocLink { margin-bottom:12px !important;}
/* end list: documents */

	
/* documents details */
.DocumentDetails .DocHR {width: 100%; background-image: url('./images/content_hr.jpg'); background-repeat: no-repeat;}
.DocumentDetails .DisplayField {width: 100%; font-size: 14px; margin-bottom: 10px !important;}
.DocumentDetails .Description {font-size: 12px; margin-bottom: 10px;}
.DocumentDetails .DocLink {margin-bottom: 15px !important;}
.DocumentDetails .DocLink a:link, .DocumentDetails .DocLink a:visited {font-size:13px; font-weight:bold;}
/* end documents details */


/* Striped table */
table.spstriped
{
    margin: 20px 0 30px 0;
    padding: 0;
    border: 0;
}
table.spstriped td
{
    padding: 2px;
    border: 0;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
	background-color:#EEEEEE;
}
table.spstriped th
{
    padding: 2px;
    text-align: left;
    font-weight: bold;
    color: #000;
    background-color: #a9a9a9;
    border: 0;
}
table.spstriped tr.even td { background-color: #ddd; }
/* end Striped table */
/*STANDARD CONTENT PAGE - END*/


/* Advance past any floats in the normal layout flow */
.break { clear: both; }


/*
