body {
	margin: 0;
  	padding: 0;
  	background: #ffffff url(../images/slatebkgd.jpg) repeat fixed;
  	/*background-attachment: fixed;*/
  	font: 10px/12px Verdana, Sans-serif;
   	color: black;
}

#main {	
	width: 770px;
	/*height: 100%;*/
	background: white url(../images/leftbkgd.jpg) repeat-y left top;
}

#header {	
	width: 770px;
	height: 149px;
	background: #cccccc url(../images/headerbkgd.jpg) no-repeat left top;
}

#content {
	width: 528px;
	/*height: 100%;*/
	padding-left: 0px;
	padding-right: 4px;
	/*border:1px solid red;*/
}


#footer {	
	width: 770px;
	height: 68px;
	background: #cccccc url(../images/footerbkgd.jpg) no-repeat left top;
}

.tabletext {
	font: 9px/11px Verdana, Sans-serif;
   	color: black;
}

h2	{
	border-bottom: 1px solid #000;
	padding-bottom: 0;
	margin-bottom: 6px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 1.5em;
	font-family: Verdana, sans-serif;
	text-indent: 25px;	
}

h2 a {
	border-bottom: .33em solid #000;
}

p	{
	padding-top: 0.5em;
	margin-top: 0;
	font-size: 1em;
	text-indent: 25px;
}

#noindent p {
	padding-top: 0.5em;
	margin-top: 0;
	font-size: 1em;
	text-indent: 0px;
}

#intranetmenu {
	padding: 8px;
	font-family: Verdana, Sans-serif;
	font-size: 10px;
	border-left: 2px dashed #aaa;
	border-right: 2px dashed #aaa;
	margin-bottom: 6px;
	color: #BA0000;
}

#intranetmenu a:link,
#intranetmenu a:visited {
	color: #666;
	text-decoration: none;
}

#intranetmenu a:hover,
#intranetmenu a:visited:hover {
	color: darkblue;
	text-decoration: underline;
}

#intranetmenu div {
	margin-top: 6px;
	
}

dfn {
	font-weight: bold;
	border-bottom:1px dashed black;
	cursor: help;
}