/* the CSS to control appearance */

/* note all the ways we try to get Mac/IE to center
   the page. Nothing works yet, it seems */
body {
background-color: #fff;
color: #000;
}

.center {
	text-align: center;
}

/* ensure table content left-aligned */
table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* set default fonts */
body, h1, h2, p,td,li {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
}

h1 { margin: 0; padding: 0; }

/* top horizontal navigation */

ul#topNavi {
	margin: 0;
	padding: 0;
}

#topNavi li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	color: #843194;
}

#topNavi a {
	text-decoration: none;
	display: block;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
}

#topNavi a:link {
	color: #843194;
}
#topNavi a:visited {
	color: #843194;
}
#topNavi a:hover {
	color: #843194;
	background-color: #E0CBE4;
}
#topNavi a:active {
	color: #843194;
}
#thisPage {
	display: block;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #E0CBE4;
}



/* content area */

div#content {
	margin-bottom: 12px;
}
.indent50 {
	margin-left: 50px;
}

#content h2 {
	color: #007B84;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 8px;
}

/* fix the issue with lossy margins when following
    a table (IE, Opera) */

div#content > h2:first-child { margin-top: 8px; }

#content ul {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 16px;
	padding-left: 0;
}

#content li {
	color: #000000;
	margin-bottom: 2px;
}

/* define a default list to override the above */
ul.default {
	list-style: disc !important;
	margin-bottom: 1em !important;
	margin-top: 1em !important;
	margin-left: 40px !important;
	padding-left: 0;
}
ul.default li {
	margin-bottom: 0 !important;
}

/* this is to get rid of the default outline on links in IE5.x/Mac and any other browsers that recognize the outline:none style rule. */
#content a {
	outline: none;
	text-decoration: none;
	color: #843194;
	/* padding-left: 10px;  */
}

#content a:hover {
	text-decoration: underline;
	background-repeat: no-repeat;
	/* background-image: url("images/purpleleftcaret.gif"); 
	background-position: 0px 3px; */
}

/* Styles for Food Safety splash page */

div#splashContent {
	margin-top: 4px;
	margin-left: 12px;
	padding: 0;
	color: #000000;
}

#splashContent h2 {
	font-size: 28px;
	color:#007B84;
	margin-bottom: 0;
	margin-top: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#splashContent p {
	margin: 4px 0 4px 0;
}

#splashContent ul {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 16px;
	padding-left: 0;
}

#splashContent li {
	color: #000000;
	margin-bottom: 2;
}
/* splashMenu code based on Listamatic
   http://css.maxdesign.com.au/listamatic/vertical12.htm */

#splashMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#splashList li
{
	display: inline;
	/* for IE5 and IE6 */
	line-height: 0.9em;
}
		
#splashList a
{
	width: 100%;
	/* extend the sensible area to the maximum with IE5 */
	display: block;
	background-color: #EDE0EF;
	text-decoration: none;
	color: #843194;
	padding: 6px 0 6px 8px;
}
		
#splashList a:hover, a#splashCurrent {
	background-color: #DCC5E0;
}

#splashList
{
	/* to display the list horizontaly */
	margin: 0;
	padding: 0;
	width: 145px; /* for MSIE 5 only, followed by box model hack */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 137px; /* every browser but IE 5 */
}
/* be nice to Opera rule. Doesn't seem to affect Opera 6.
   may not be doing anything. Opera 6 remains a problem */
#splashMenu>ul {
  width:137px;
}

#sidebar b {
	font-size: 10px;
}

.nowrap {
	white-space: nowrap;

}

.subdate {
	color: #007B84;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 8px;
}

.date {
	font-size: 14px !important;
	font-weight: bold;
	padding-right: 12px;
	
}



