body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	background-image: url(../_images/BackgroundGradient.jpg);
	background-repeat: repeat-x;
	background-color: #e8e8e8;
	
}


/****** Structural Definition: Begins *******/
.fleft {
	float:left;
}
.leftMargin {
	margin-left: 30px;
}
#Header {
	background-color: white;
	height: 160px;
}
#Logo {
	float:left;
	margin-left: 10px;
	margin-top: 4px;
}
.headerTitle {
	text-align:center;
	margin-top: 10px;
}
#Menu {
	background-image: url(../_images/MenuGradient.jpg);
	background-color: #dadada;
	background-repeat: repeat-x;
	max-height: 42px;
	
	z-index: 1;
	position:relative;
}
.navigator {
	margin-left: 30px;
	margin-top: 4px;
	font-size: 9pt;
	letter-spacing: 1px;
}
.navigator_subtopic {
	text-decoration: none;
	color: black;
}
.navigator_subtopic:hover {
	
	color: #084a94;
}
.navigator_page {
	color: #9b9b9b;
	text-decoration: none;
	font-weight: bold;
}
.navigator_page:hover {
	color: #818181;
}
#Body {
	background-color: white;
	background-image: url(../_images/BackgroundFooter2.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 400px;
	
	
	
}
#Body .mainContent p {
	margin-bottom: 15px;
}
#Body .mainContent ul {
	list-style-type: square;
	margin-left: 20px;
}
#Footer {
	color: black;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0px;
	
	text-align:center;
	margin-top: 12px;
	margin-bottom: 24px;
}
#Footer .left {
	margin-left: 60px;
}
#Footer .middle {
	margin-left: 90px;
}
#Footer .right {
	margin-left: 110px;
}
.pageTitle {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 7px;
	margin-bottom: 7px;
}
.breadCrumb {
	margin-top:2px;
	margin-left: 15px;
}

#Body .breadCrumb a{
	color: #535353;
	text-decoration: none;
	
}
#Body .breadCrumb a:visited{
	color: #535353;
	text-decoration: none;
}
#Body .breadCrumb a:hover, #Body .breadCrumb a:focus{
	color: black;
	background-color: #afd0f3;
}
#Body .breadCrumb .current {
	color: #535353;
}

.contentColumns {
	margin-top: 30px;
	margin-bottom: 30px;
}
.imageBoxHolder {

	margin-left:1px;
	margin-bottom:-2px;
	
}
.maxImageWidth {

	max-width: 340px;

}
.imageBoxHolder_text {
	
}
.bottomMargin {
	margin-bottom: 15px;
}
.widgetBoxHolder {
	margin-left:1px;
	margin-bottom: 1px;
}	
/****** Structural Definition: Ends *******/


/****** MenuList (UL and LI) Begins ******/
#MenuList {
	margin-left: 10px;
}

#MenuList, #MenuList ul { /* all lists */
	
	list-style-type:none;
	white-space:nowrap;
}


#MenuList li a.menuBorder {

	text-decoration:none;
	display: block;
	border-right:1px solid #b3b3b3;
}
#MenuList li a{
	padding:0.2em 1em;
	color:#4b4b4b;
	text-decoration:none;
	font-weight:bold;
	
}

#MenuList li { /* all list items */
	float: left;
	
	display: inline;
}


#MenuList li ul { /* second-level lists */
	
	position: absolute;
	background: #EDEDED;
	border-left: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#MenuList li ul li {
	clear: left;
	display: block;
}

#MenuList li:hover ul, #MenuList li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#MenuList li a.menuBorder:hover, #MenuList li a.menuBorder:focus {
	background:#515151;
	color:#fff;
}
#MenuList li a:hover, #MenuList li a:focus  {
	background-color: transparent;
	color: #007cff;
	
}
#MenuList li.current  {
	background-image: url(../_images/MenuGradientCurrent.jpg);
}

/****** MenuList (UL and LI) Ends ******/

/****** Quote Block Begins ******/
.leftQuoteBlock {
	max-width: 250px;
	float:left;
	margin: 10px 12px 10px 0;
	font-size: 20px;
	color: #787878;
	padding-right: 5px;
	border-right: 1px solid #c1c1c1;
}
.rightQuoteBlock {
	max-width: 250px;
	float:right;
	margin: 10px 0 10px 12px;
	font-size: 20px;
	color: #787878;
	padding-left: 5px;
	border-left: 1px solid #c1c1c1;
}
/****** Quote Block Ends ******/

/****** Widget Begins ******/
.widgetHeader {
	background-image: url(../_images/WidgetGradient.jpg);
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	min-height: 25px;

	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 15px;
	
}
.widgetContent {
	background-color: #EEEEEE;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	
}
.widgetContent img {
	max-width: 310px;
}
.widgetContent ul {
	margin-top: 7px;
	margin-left: 15px;
	list-style-type:disc;
}
.widgetContent ul li {
	
	padding-bottom: 4px;
}
.widgetContent ul li a, .widgetContent ul li a:visited  {
	color: #3189e2;
	font-weight: bold;
	text-decoration: none;
}
.widgetContent ul li a:hover, .widgetContent ul li a:focus {
	text-decoration: underline;
	background-color: #d7d7d7;
}

/****** Widget Ends ******/

/***** Content *****/
.thinBorder {
	border: 1px solid #7d7d7d;
}
.thickBorder {
	border: 2px solid #7d7d7d;
}
.alignCenter {
	text-align: center;
}