* {
	margin: 0;
	padding: 0;
	border: 0px;
}

html, body {
	height: 100%; /* Required */
}

body {
	color: #000;
	font: 14px "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif ;
	text-align: center;
	background: url(/images/ui/bg_body.png) #7e7e7e;
}

/*general html tag styles*/
h1
{
	font-size: 1.8em;
	color: #000;
	font-weight: normal;
}
h2
{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: .4em;
}
p
{
	clear: both;
	line-height: 1.3em;
	margin-bottom: 1.1em;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
ul
{
	list-style: none none;
	float: none;
}
table
{
	width: 100%;
	border-collapse: collapse;
}

/*generic classes*/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.hidden
{
	display: none;
	visibility: hidden;
}
.small
{
	font-size: 90%;
}
#sfData
{
	display: none;
}
/*-------------------*/

/*UI styles*/
#wrapper
{
    margin: 0 auto;
	width: 980px;
	position: relative;
    height: 100%;
	background: url(/images/ui_01/bg_wrapper.png) repeat-y #fff;
}
html>body #wrapper
{
    min-height: 100%; 
    height: auto !important;
}

#bannerBox
{
	width: 980px;
	height: 150px;
	position: relative;
	text-align: left;
	z-index: 50;
	background: url(/images/ui_01/bg_banner_footer.png) #f3f1d5;
	overflow: hidden;
}
#middle
{
	margin: 0 0 0 0;
	padding-bottom: 80px;
}
#middle:after
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#mainBox
{
	width: 960px;
	padding: 3px 10px 0px 10px;
	height: 400px;
	position: relative;
	text-align: left;
	z-index: 1;
}
html>body #mainBox
{
    min-height: 400px; 
    height: auto !important;
}

#footer
{
	height: 40px;
	width: 980px;
	position: relative;
	margin: -40px auto;
	background: url(/images/ui_01/bg_banner_footer.png) #f3f1d5;
	overflow: hidden;
}
#leftFooter
{
	float: left;
	text-align: left;
	color: #fff;
	font-size: .8em;
	color: #666;
	padding: 10px 0px 0px 10px;
}
#leftFooter a
{
	color: #666;
	text-decoration: underline;
}
#leftFooter a:hover
{
	color: #333;
}
div.horizBar
{
	width: 980px;
	height: 10px;
	float: left;
	display: block;
	background: url(/images/ui_01/bg_inner.png) #f9f8ea;
	overflow: hidden;
}
/*------------------------------*/
/*BANNER AREA*/
#logoBox
{
	float: left;
	height: 140px;
	width: 202px;
}
	#logoBox a
	{
	display: block;
	width: 202px;
	height: 140px;
	background: url(/images/ui_01/banner_logo1.png) no-repeat;
	}
#bannerFlashBox
{
	float: left;
	height: 140px;
	width: 778px;
}

#navBox
{
	float: left;
	height: auto;
	width: 192px;
}
	#navBox ul,
	#navBox li
	{
		height: auto;
		text-align: right;
	}
	#navBox li a
	{
		height: auto;
		width: 172px;
		padding: 6px 10px;
		display: block;
		font-size: 1.4em;
		font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
		border-bottom: 1px solid #ccdce1;
		}
	#navBox li a:hover
	{
		text-decoration: none;
	}
	#navBox li.sel a
	{
		border-bottom-style: solid;
		border-bottom-width: 2px;
	}
	#navBox li ul
	{
		border-bottom-style: solid;
		border-bottom-width: 2px;
		display: none;
	}

	#navBox li li a
	{
		height: auto;
		width: 172px;
		padding: 5px 10px;
		display: block;
		font-size: 1.1em;
		}
		#navBox li.sel li a
		{
			border-bottom-width: 1px;
		}
		#navBox li li.sel a
		{
			/*border-top-style: solid;
			border-top-width: 1px;*/
			font-weight: bold;
		}
		#navBox li li.firstSub a,
		#navBox li li.sel li a
		{
			border-top-width: 0px;
		}


	#navBox li ul ul
	{
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: none;
	}

	#navBox li li li a
	{
		font-size: 1em;
		font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif ;
		}
	#navBox li li li.sel a
		{
		font-weight: bold;
		}

/*------------------------------*/
/*MAIN AREA */

#mainInnerBox
{
	width: 511px;
	height: auto;
	float: left;
}
#headerBox
{
	width: 511px;
	height: 36px;
	overflow: hidden;
	float: left;
}
	#headerBox h1
	{
		font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
		padding: 3px 10px 0px 40px;
		line-height: 1em;
	}

#contentBox
{
	width: 268px;
	height: auto;
	padding: 20px 0px 0px 40px;
	float: left;
	font-size: .9em;
}

#contentBox.fullWidth
{
	width: 438px;
	padding: 20px 0px 0px 40px;
}
#homeContentBox
{
	float: right;
	padding: 5px;
	background: url(/images/ui_01/bg_banner_footer.png) #f3f1d5;
	margin-top: -3px;
}
#rightColumnBox
{
	float: right;
	width: 237px;
	height: auto;
	padding: 9px 10px 0px 0px;
	font-size: .9em;
}
#rightColumnBox p.relatedTitle
{
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.7em;
	line-height: .8em;
	margin: 0;
	margin-bottom: .5em;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
#rightColumnBox h2
{
	color: #000;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	border-bottom: 2px solid #ccdce1;
	padding: 4px 0px 0px 0px;
	font-size: 1.3em;
	margin-bottom: 0;
}
#rightColumnBox h2.accordion
{
	margin-bottom: .6em;
	cursor: pointer;
	background: url(/images/ui_01/accordion/arrow_grey_down.png) no-repeat 100% 80%;
}
#rightColumnBox h2.open
{
	margin-bottom: 0;
	background: url(/images/ui_01/accordion/arrow_grey_up.png) no-repeat 100% 80%;
}
#rightColumnBox ul,
#rightColumnBox p
{
	margin-bottom: 1em;
}
#rightColumnBox p
{
	margin-top: .5em;
	line-height: 1.4em;
}
#rightColumnBox a
{
	color: #666;
}
#rightColumnBox a:hover
{
	color: #000;
}
#rightColumnBox ul li a
{
	border-bottom: 1px solid #666;
	display: block;
	width: 237px;
	height: auto;
	padding: 5px 10px;
	padding: 5px 0px 0px 0px;
}
	
/*------------------------------------*/
/*Content styles*/
#contentBox ul
{
	margin-bottom: 1em;
}
#contentBox li
{
	margin-bottom: .5em;
	background: url(/images/ui/bullet.png) no-repeat 2px 9px;
	padding: 3px 15px;
}

#contentBox img
{
	margin: 0px 5px 5px 0px;
}

#contentBox a
{
	color: #666;
	text-decoration: underline;
}
#contentBox a:hover
{
	color: #000;
}
h2.menuheader
{
	cursor: pointer;
	font-size: 1em;
	border-bottom: 1px solid #666;
	background: url(/images/ui_01/accordion/arrow_grey_down.png) no-repeat 100% 80%;
	padding: 4px 0px;
	font-weight: normal;
	clear: left;
	margin: 4px 0px;
}
h2.openheader
{
	background: url(/images/ui_01/accordion/arrow_grey_up.png) no-repeat 100% 80%;
}
/*Pagination*/
p.pagination
{
	padding-top: 15px;
}
p.pagination span
{
	padding: 1px 4px;
	background: #e5e5e5;
	margin-left: 3px;
	cursor: pointer;
	border: 1px solid #ccc;
}
p.pagination span.sel
{
	background: #ccc;
	cursor: default;
}