html, body{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	text-align: center; /*** IE/Win (not IE/MAC) alignment of page ***/
	background: #E3E3E3;
	font-size: 90%;
}
#shadowWrapper {
  	background: url(../images/shadow.gif) repeat-y 50% 0;
}
#pageWrapper {
	margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	text-align:left; /*** IE Win re-alignment of page if page is centered ***/
	width: 868px;
	border: 1px solid;
	border-color: #989898;
	background-color: #FFFFFF;
}
#headerWrapper {
}
#headerOne {
	height: 68px;
}
#masthead {
	float: left;
	width: 868px;
}
#referLinks {
	float: right;
	width: 250px;
	padding-top: 12px;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	color: #999;
}
#referLinks a:link, a:visited {
	text-decoration: none;
	color: #999;
}
#referLinks a:hover {
	text-decoration: underline;
	color: #999;
}
#headerTwo {
	clear: both;
}
#headerTwo img{
	margin-top: -4px;
}

#tagline {
	float: left;
	width: 434px;
	padding-left: 12px;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #EAD292;
	height: 22px;
	padding-top: 3px;
}
#searchBox {
	float: right;
	width: 410px;
	padding-right: 12px;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	text-align: right;
	background-color: #EAD292;
	height: 21px;
	padding-top: 5px;
}
#searchBox a:link, a:visited {
	text-decoration: none;
	color: #000;
}
#searchBox a:hover {
	text-decoration: underline;
	color: #000;
}
#searchForm {
	display: inline;
}
#searchBox input {
	height: 1em;
	font-size: 85%;
	width: 145px;
}
#headerThree {
	clear: both;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url(../images/gradient1.gif);
	background-repeat: repeat-x;
}
#headerFour {
	clear: both;
	text-align: right;
	padding-right: 12px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	color: #999999;
	font-weight: bold;
	letter-spacing: normal;
	float: right;
	width: 210px;
	padding-top: 10px;
}
#companyID {
	background-color: #FFF;
	float: left;
	width: 615px;
	border-bottom: 1px solid #0F4372;
}
#companyInfo {
	margin-right: 12px;
	background-color: #0F4372;
	float: right;
	width: 194px;
	font-size: 90%;
	padding: 4px 8px 4px 8px;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.2em;
	color: #FFF;
}
#companyInfo a {
	color: #FFF;
	text-decoration: underline;
}
#ieRoot #companyInfo {
	margin-right: 6px;
}
#companyInfo a:link, a:visited, a:hover {
	text-decoration: underline;
	color: #FFF;
}
#mainContentWrapper {
	padding-left: 12px;
	padding-right: 12px;
	clear: both;
}
#mainContent {
	float: left;
	width: 100%px;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 12px;
}
#fsMainContent {
	font-size: 85%;
}
#ieRoot #mainContent {
	margin-bottom: 12px;
}
#mainContent .indicator {
	display: block;
	font-size: 10px;
}
#mainContent h1 {
	font-size: 1.7em;
	margin: 0em;
	padding: 0em;
	color: #0F4372;
	font-weight: bold;
}
#mainContent h2 {
	font-size: 1.2em;
	margin: .6em .05em 0 0;
	color: #000;
	font-weight: bold;
}
#mainContent a:link {
	color:#333333;
	text-decoration: underline;
}
#mainContent a:visited {
	color:#333333;
	text-decoration: underline;
}
#mainContent p {
	margin-bottom: 0.6em;
	margin-top: 0.6em;
	color: #333333;
}
#mainContent ul, ol {
	margin: 0 0 0 1.8em;
	padding: 0em;
}
#mainContent li {
	margin: .3em 0 0 0em;
}
#mainContent li li{
	list-style-image: url(../images/dash.gif);
}
#mainContent th{
	vertical-align: top;
	background-color: #F7F0DD;	
	font-size: 90%;
}
#mainContent td{
	vertical-align: top;
	font-size: 90%;
}
#mainContent #introBox table p{
	font-size: 120%;
}
#mainContent table td p{
	font-size: 90%;
}
.pageLinks {
	list-style-image: url(../images/pageLink.gif);
}
#mainContent .smaller {
	font-size: 80%;
}
#mainContent .smallest {
	font-size: 70%;
}
#mainContent .smallerWhite {
	font-size: 80%;
	color: #000000;
}
.box {
	background-image: url(../images/box_middle.gif);
	background-repeat: repeat-y;
	padding: 0 .8em 0 .8em;
	margin: 0;
}
.boxTop {
	background-image: url(../images/box_top.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
.boxTop h2{
	padding: 0 .8em 0 .8em;
}
.boxBottom {
	background-image: url(../images/box_bottom.gif);
	background-repeat: no-repeat;
	padding: 0 .8em 0 .8em;
	margin: 0;
	background-position: bottom left;
}
#sidebarContentWrapper {
	padding-left: 19px;
	padding-right: 12px;
	padding-top: 18px;
}
#sidebarContent {
	float: right;
	width: 210px;
	font-family: arial, helvetica, sans-serif;
}
#sidebarContent h1 {
	font-size: 1.1em;
	margin: 0em;
	color: #000000;
	font-weight: bold;
}
#sidebarContent h2 {
	font-size: .9em;
	margin: .4em .05em 0 0;
	color: #000;
	font-weight: bold;
	color: #0F4372;
}
#sidebarContent a:link {
	color:#333333;
	text-decoration: underline;
}
#sidebarContent a:visited {
	color:#333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
#sidebarContent p {
	font-size: .95em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	color: #333333;
}
#sidebarContent ul, ol {
	margin: 0 0 0 1.8em;
	padding: 0em;
}
#sidebarContent li {
	margin: .3em 0 0 0em;
}
#sidebarContent li li{
	list-style-image: url(../images/dash.gif);
}
#sidebarContent th{
	vertical-align: top;
	background-color: #F7F0DD;	
}
#sidebarContent td{
	vertical-align: top;
}
#footerWrapper {
	clear: both;
}

#footerOne {
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	text-align: center;
	padding-top: 6px;
	margin-left: 12px;
	margin-right: 12px;
	padding-bottom: 12px;
	border-top: 1px solid;
	border-color: #989898;	
}
#footerOne a:link, a:visited {
	color: #000;
}
#footerTwo {
	background-color: #F7F0DD;
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footerTwo a:link, a:visited {
	text-decoration: none;
	color: #000;
}
#footerTwo a:hover {
	text-decoration: underline;
	color: #000;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*** Menu defnitions ***/
.menuActive {
	display: block;
}
.menuHidden {
	display: none;
}
.mainMenuSelect a {
	font-weight: bold;
	background-color: #F2E4BE;
}
.mainMenuDeselect a {
	background-color: #F7F0DD;
}
.mainMenuHighlight a {
	background-color: #FFFFFF;
}
.mainMenuHighlight a:hover {
	background-color: #FFFFFF;
}
#mainMenu {
	background-color: #F7F0DD;
	width: 100%;
	float: left;
	padding-top: 8px;
	background-image: url(../images/gradient2.gif);
	background-repeat: repeat-x;
}
#mainMenu a {
	font-family: arial, helvetica, sans-serif;
	/*** font-size: 100%; OLD VALUE ***/
	font-size: 90%;
	color: #666;
	float:left;
	display: block;
	padding: .2em 1.5em .5em .5em;
	border-left: #FFF 1px solid;
	line-height: 120%;
}
#mainMenu a:link, a:visited {
	text-decoration: none;
	color: #666;
}
#mainMenu a:hover {
	background-color: #FFFFFF;
}
ul#menulist  {
	margin: 0px;
	list-style-type: none;
	padding: 0em 0em .1em 0em;
}
#menulist li {
	display: inline;
}
#subMenu {
	font-family: arial, helvetica, sans-serif;
	font-size: 85%;
	clear: both;
	border-bottom: solid #000 1px;
	padding: .6em .5em .6em .4em;
}
#subMenu a {
	text-decoration: none;
	color: #666;
}
#subMenu a:link, a:visited {
	text-decoration: none;
	color: #666;
}
#subMenu a:hover {
	text-decoration: underline;
	color: #666;
}
.pipe {
	color: #CCCCCC
}

