*  /* zero out everything */
	{
	margin: 0;
	padding: 0;
	}

body
	{
 	margin: 0;
	width: 100%;
	background: url(../images/bg_shell.png) repeat-y #ededed center;
	text-align: center;
	}


/*------------------------- Global ------------------------*/

div
	{
	position: relative;
	}

#printwrap
	{
	position: static;
	}

h1, h2, h3, h4, h5, h6
	{
	margin: 10px;
	}

h1#website-title
	{
	margin: 0;
	}

h2#website-slogan
	{
	margin: 0;
	}

#navcontainer div h3
	{
	margin: 0;
	}

#navcontainer div h3
	{
	margin: 0;
	}
ul
	{
	margin: 10px;
	padding: 0 0 0 20px;
	list-style-type: disc
	}

ol
	{
	margin: 10px;
	padding: 0 0 50px 20px;
	list-style-type: decimal
	}

blockquote
	{
	margin: 10px 10px 10px 40px;
	}

.clearer
	{
	clear: both;
	}


/*------------------- General Structure -------------------*/

#inner
	{
	float: left;
	}

.accent-none
	{
	display: none;
	}

#docwrapper
	{
	clear: both;
	}


/*------------------------ Layout -------------------------*/

#nav-top
	{
	margin: 0 auto;
	width: 753px;
	text-align: left;
	border: 1px solid #D6D7D6;
	border-top: 0;
	}

* html #nav-top
	{
	width: 748px;
	}

/*-----------------------------------------*/

#nav-top #headertop
	{
	float: left;
	width: 753px;
	border-bottom: 1px solid #fff;
	z-index: 1000;
	}

* html #nav-top #headertop
	{
	width: 748px;
	}

/*-----------------------------------------*/

#nav-top #headertop #website-title
	{
	float: left;
	padding: 25px 10px 10px 10px;
	width: 728px;
	}

* html #nav-top #headertop #website-title
	{
	width: 732px;
	}

/*-----------------------------------------*/

#nav-top #slogan-container
	{
	float: left;
	width: 753px;
	}

* html #nav-top #slogan-container
	{
	width: 748px;
	}

/*-----------------------------------------*/

#nav-top #slogan-container #website-slogan
	{
	float: left;
	padding: 10px;
	width: 728px;
	}

* html #nav-top #slogan-container #website-slogan
	{
	width: 732px;
	}

/*-----------------------------------------*/

#nav-top #slogan-container #slogan-cover
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 753px;
	height: 25px;
	background-image: url(../images/ic_060_slogan_bg_wide.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
* html #nav-top #slogan-container #slogan-cover
	{
	width: 752px;
	}

/*-----------------------------------------*/

#nav-top #inner
	{
	float: left;
	width: 753px;
	border-top: 1px solid #fff;
	background: #fff;
	}

* html #nav-top #inner
	{
	width: 748px;
	}

/*-----------------------------------------*/

#nav-top #inner #navcontainer
	{
	float: left;
	width: 753px;
	z-index: 1000;
	}

* html #nav-top #inner #navcontainer
	{
	width: 752px;
	}

/*-----------------------------------------*/

#nav-top #inner #navcontainer #nav-wrapper
	{
	float: left;
	z-index: 1000;
	}

/*-----------------------------------------*/

#nav-top #inner #content
	{
	float: left;
	padding: 15px 0 0 0;
	width: 748px;
	background-image: url(../images/ic_060_content_bg_wide.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

#nav-top #inner #content 
	{
	float: left;
	padding: 15px 0 0 0;
	width: 753px;
	background-image: url(../images/ic_060_content_bg_wide.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

* html #nav-top #inner #content
	{
	width: 748px;
	}

/*-----------------------------------------*/

#nav-top #inner #content .accent
	{
	margin: 0 10px 10px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
	width: 732px;
	height: 221px;
	}

* html #nav-top #inner #content .accent
	{
	width: 728px;
	}

/*-----------------------------------------*/

#nav-top #footer
	{
	clear: both;
	padding: 10px;
	border-top: 1px solid #fff;
	}


/*------------------ Navigation Elements ------------------*/

#nav-top #navcontainer #nav-wrapper div, 
#nav-top #navcontainer #nav-wrapper div h3
	{
	float: left;
	display: block;
	cursor: pointer;
	}

#nav-top #navcontainer #nav-wrapper div a:link,
#nav-top #navcontainer #nav-wrapper div a:active,
#nav-top #navcontainer #nav-wrapper div a:visited
	{
	float: left;
	padding: 5px;
	text-decoration: none;
	border-right: 1px solid #fff;
	white-space: nowrap;
	}

#nav-top #navcontainer #nav-wrapper div a:hover 
	{
	padding-top: 5px;
	}

#nav-top #navcontainer #nav-wrapper div div.submenu, 
#nav-top #navcontainer #nav-wrapper div div.submenu h3
	{
	float: left;
	display: block;
	}

#nav-top #navcontainer #nav-wrapper div div.submenu
	{
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 200px;
	}

#nav-top #navcontainer #nav-wrapper div div.submenu div
	{
	display: block;
	margin: 0;
	}

#nav-top #navcontainer #nav-wrapper div div.submenu a:link,
#nav-top #navcontainer #nav-wrapper div div.submenu a:active,
#nav-top #navcontainer #nav-wrapper div div.submenu a:visited
	{
	float: left;
	width: 190px;
	border-bottom: 1px solid #fff;
	border-left: 0;
	word-wrap: break-word;
	white-space: normal;
	}

#nav-top #navcontainer #nav-wrapper div div.submenu a:hover
	{
	padding-top: 5px;
	border-top: 0;
	}


/*-------------------- Table Structures -------------------*/
	
#nav-top #content-table
	{
	float: left;
	width: 100%;
	}

#nav-top #content-table-main
	{
	width: 100%;
	}

#nav-top #content-table-main p
	{
	margin: 10px 10px 15px 10px;
	}

					

