/*
Copyright 2004 by NALD (National Adult Literacy Database)  - All Rights Reserved 
- Web development by the NALD Design Team - Email: contactnald@nald.ca -
- Created 2004
Organization: Literacy Plus
Contact Person: Diane Litchfeld	
Date: June 2004		
*/

body 
{
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, p, ul, ol, address
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/****************************************************************/
/* H E A D I N G */
/****************************************************************/
h1, h2
{
	color: #09197C;	/*dark blue*/
}

h1
{
	font-size: 1.3em;
}

h2
{
	font-size: 1.1em;
}

h3
{
	font-size: 1.0em;
}

h4
{
	font-size: 0.9em;
	font-weight: normal;
}
/*** END HEADING ***/
/****************************************************************/
/* O B J E C T */
/****************************************************************/
address
{
	font-style: normal;
}
	
p, ul, ol, address
{
	font-size: 0.85em;
}

li {margin-bottom: 5px;}
/*** END OBJECT ***/
/****************************************************************/
/* L I N K S */
/****************************************************************/
/*Links should be blue at all time*/
a:link {color: #0000FF}     /* unvisited link */
a:visited {color: #0000FF}  /* visited link */
a:hover {color: #0000FF}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */
/*** END LINKS ***/
/****************************************************************/
/* T E X T - D E C O R A T I O N */
/****************************************************************/
.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}
/*** END TEXT-DECORATION ***/
/****************************************************************/
/* C L A S S  /  I D */
/****************************************************************/
.blue
{
	color: #000066;
}

.red
{
	color: #D90000;
}

#bottomlinks
{	/*Format the navigation menu at the bottom of each page*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#factoid
{	/*Format the background of the Literacy Factoid cell*/
	background-color: #F2F6FF;	/*light blue*/
	margin-left: 15px;
	text-align: left;
}

#factoid p
{	/*Give some space to the factoid*/
	margin: 7px;
}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.floatleft {float: left; padding-right: 10px; padding-bottom: 10px;}
.floatright {float: right;padding-left: 10px; padding-bottom: 10px;}

.georgia
{	
	font-family: Georgia, Times New Roman, Times, serif;
}

#header
{	/*Call the image behind the banner*/
	background-image: url(images/bgcolor.jpg);
}

#issue th
{
	background-color: #09197C;
	color: #fff;
	font-weight: bold;
}

.indent
{
	margin-left: 15px;
}

.lispacing li
{
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#maintext
{	/*Cell where the main text flow*/
	padding-left: 15px;
}

.medium
{	
	font-size: medium;
}
	
.nop ul, ol, li, li li
{
	font-size: 1.0em;
}

.tabletext td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

.spacing li
{
	margin-bottom: 5px;
}

#designedbynald { width:100%; margin-left:auto; margin-right:auto;  padding-bottom:7px; padding-top:20px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .74em; color: #000; text-align: center; background-color: white;}

#designedbynald a:hover{background-color: none; color: none;}

/*** END CLASS ***/
