/****************************	font-weight: bold;*******************/
* {
	margin: 0px;
	padding: 0px;
}

/* Screen Only */
@media screen {
.noprint {display:block !important;}
.noshow  {display:none  !important;}
}

/* Print Only */
@media print {
.noprint {display:none  !important;}
.noshow  {display:block !important;}
}


body {
	color: #002;
	background: #CCCCFF url('sje-left-1600x120.gif') repeat-y;
}

table.automatic {
      table-layout: automatic;
      }
table.fixed {
      table-layout: fixed;
      }
td.column   {
      vertical-align: top;
      margin-top: 0px;
      border-style: solid;
      border-width: 1px;
      border-color: #666666;
      padding: 0px 8px;	
      width: 33%;
      }

a {
	color: #226;
	background-color: inherit;
	text-decoration: underline;
}

a.pdf {
   padding-right: 14px;
   background: transparent url(pdf.gif) no-repeat center right;
}

a.jpg {
   padding-right: 14px;
   background: transparent url(jpg.gif) no-repeat center right;
   cursor: pointer;
}

a.external {
   padding-right: 14px;
   background: transparent url(external.gif) no-repeat center right;
}

a:hover {
	color: #f4a308;
	background-color: inherit;
}

img {
	border: none;
}

p {                   /************* 	padding: 10px 26px 11px;  */
	
	text-align: left;
	padding-top:  10px;
	padding-right:  4px;
	padding-bottom:  11px;
	padding-left:  0px;
}

	/* list-style-type: disc; */
li {
	padding: 3px 0px;
}

dt {
	font-weight: bold;
}

dd {
	padding: 0px 12px 8px 12px;
	text-indent: 8px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}


/***********************************************/

/* Blue Header Banner shows Address          ******************/

#header_adr {
	position: relative;
	text-align: left;
	top:		8px;
	padding-left:  100px;
	font-size: 13px;
	font-family: arial, sans-serif;
}

#header_adr a {
	text-decoration: none;
}

/* Left Navigation Menu                      ******************/

#NavMenu_1 {
	float: left;
	display: inline;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 28px;
	background: url('sidebar_top.gif') no-repeat 28px 0%;
}

#NavMenu_2 {
	padding: 8px 0px;
	width: 120px;
	background: url('sidebar_bot.gif') no-repeat 0% 100%;
}

#NavMenu_content {
	font-size: 11px;
	font-family: arial, sans-serif;
	padding: 2px 2px 2px 20px;
	background:  url('sidebar_bg.gif') repeat-y;
	font-weight: bold;
}

#NavMenu_content a {
	color: #ee44bb;
	background-color: inherit;
	text-decoration: none;
}

#NavMenu_content a:hover {
	color: yellow;
	background-color: blue;
	list-style-type: disc;
	list-style-image: url('house10x10.gif');  /* ie */
    text-decoration: underline;
	padding: 4px 0px;
}

#NavMenu_content ul {
}

#NavMenu_content li {
	padding: 2px 4px;
	list-style-type: none;
}

#NavMenu_content li:hover {
	list-style-type: disc;
	list-style-image: url(house10x10.gif);  /* firefox */
}


/* Main Content in Body               ******************/
@media screen {
#main_content {
	position:relative;
	top:-12px; 
	margin-left:115px;
	margin-right:15px;
}
}

@media print {
#main_content {
	margin-left:20px;  /* minimum room for ie to print bullet points */
	margin-right:5px;
}
}

