/* --------------------------------------------------------------------
	base.css contains basic formatting such as type sizes and colors.
	Used by the main site and the admin site.
   ------------------------------------------------------------------*/

html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px; 
  font-family: Verdana, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/* "Lucida Grande", "Lucida Sans Unicode" */
	/*font-family: "Times New Roman", "Times", serif;*/
	}

img { /* needed for firefox */
	border: 0px;
	}
		
a {
	color: #00008c;
	text-decoration: none;
	}
	
a:hover {
	color: #00008c;
	text-decoration: underline;
	}
		
a:visited {
	color: #00008c;
	}
	
	
p {
	/*line-height: normal;*/
	text-decoration: none;
	color: #000;
	/*text-align: justify;*/
	}

pre {
	line-height: normal;
	font-size: 85%;
	}
big {
	font-size: 120%;
	}
small {
	font-size: 80%;
	}
h1 {
	font-weight: bold;
	font-size: 150%;
	font-style: normal;
	color: #000;
	}
h2 {
	font-weight: bold;
	font-size: 140%;
	font-style: normal;
	color: #000;
	}
h3 {
  margin-top: 30px;
	font-weight: bold;
	font-size: 130%;
	font-style: normal;
	color: #000;
	}
		

h4 {
	color: #000;
	font-weight: bold;
	font-size: 120%;
	margin: 0;
	}
	
h5 {
	color: #000;
	font-weight: bold;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	}
	
em.date {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #cc3333;
	}

.paragraphs p { 
	margin: 0px;
	padding: 2px 0 5px 0;
	/*line-height: normal;*/
	}

.paragraphs h3 {
	margin: 15px 0 1px 0;
	}

ul {
  margin-top: 5px;
  /*padding-left: 25px;*/
	}

/*ul li {
	padding-top: 0px;
  	}
  	
ul li ul, ol li ol, ol li ul, ul li ol {
	margin-top: 0px !important;
	}*/
   
  
/* forces the hand cursor on links in Safari */
a:link, a:hover {
	cursor: pointer;
	}
	
td {
 border-style:solid;
 border-width:0px;
 border-color:black;
}



/* ------------------------------ 
             debugging            
   ------------------------------*/

.warning {
	background-color: yellow;
	color: black;
	}
	
.error {
	background-color: #ffcccc;
	color: #000;
	}
	
#debugcontent {
	text-align: left;
	margin: 4px 0px -4px 0px;
	background-color: #ddd;
	padding: 12px 4px 4px 4px;
	}

#debugcontent h3 {
	background-color: #900;
	color: #fff;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	margin: 0 0 -12px 0;
	padding: 0 4px 0 4px;
	display: table;
	}

.debug_dump {
	text-align: left;
	background-color: #fff;
	border: #900 solid 2px;
	color: #000;
	font-size: 10px;
	padding: 2px;
	}





