/* CSS Print Styles - NB EASTER SEALS - June 2005*/

/* CSS Default Styles - NB EASTER SEALS - June 2005*/

/**************************************************
GENERAL PAGE STYLES
**************************************************/
body {
	margin : 0;
	padding : 0;
	background : #fff;
	font-family : "Trebuchet MS", verdana, Arial, sans-serif;
	font-size : 100.01%;
	text-align : center;
	}

img { 
	border : none;
	}
	
/**************************************************
MAIN CONTAINER
**************************************************/
#container {
	
	}

/**************************************************
TOP NAV
**************************************************/
#topnav {
	display : none;	
	}
	
/**************************************************
HEADER
**************************************************/
#header {
	display : none;
	}

/**************************************************
NAVBAR
**************************************************/
#navbar {
	display : none;
	}

/**************************************************
SIDEMENU
**************************************************/
#leftcol {			
	display : none;
	}

/**************************************************
CONTENT
**************************************************/
#content, #photos {
	width : 6.5in;
	margin : 15px;
	padding : 0;
	background : #fff;
	text-align : left;
	}

/******* CONTENT HEADING STYLES ***************/
#content h1, #photos h1 {
	margin : 0;
	padding : .2em 0 .2em .3em;
	background : #FFEFE0;
	font-size : 1.3em;
	color : #c03;
	font-variant : normal;	
	font-weight : normal;
	}

#content h2 {
	margin-left : .3em;
	padding : .2em 0 .2em .3em;
	background : #eee;
	font-size : 1.2em;
	color : #c03;
	font-weight : normal;
	}
	
/******* CONTENT PARAGRAPH STYLES *************/
#content p {
	margin-left : .5em;
	text-align : justify;
	line-height : 1.3em;
	}
	
#content p.last {
	margin-bottom : 2em;
	}

#content p.bottom {
	margin-top : 2em;
	margin-bottom : 2em;
	}

#content p.doclist {
	margin-top : 1.5em;
	margin-bottom : 2em;
	}

#content p.grey {
	margin-bottom : 2em;
	color : #666;
	}
	
/******* CONTENT LINK STYLES *****************/
#content a {
	color : #06f;
	}
	
#content a:hover {
	color : #f00;
	}

#content a.anchor {
	color : #c03;
	}

#content a.float {
	float : left;
	margin : 0 0 1em 2em;
	text-decoration : none;
	}

#content a.float img {
	border : none;
	}
	
br.clear {
	clear : both;
	}

/******* CONTENT IMAGE STYLES ****************/	
#content img.right {
	float : right;
	margin : 1em 0 0 2em;
	border : none;
	}

#content img.left {
	float : left;
	margin : 1em 2em 0 0;
	border : none;
	}
	
#content img.icon {
	margin-right : 1em;
	border : none;
	}
	
/******* CONTENT LIST STYLES *****************/
#content ul li, #content ol li {
	margin-bottom : 1em;
	}

#content ul li.last {
	margin-bottom : 2em;
	}

#content ul.tight li {
	margin-bottom : 0;
	}

#content ul.doclist {
	margin : 0 0 0em 2em;
	padding : 0;
	list-style-type : none;
	}

#content ul.doclist li {
	margin : 0 0 .5em 0;
	}

/******* CONTENT TABLE STYLES ****************/
#content table {
	width : 90%;
	margin : 1em 0 1em 1em;
	padding : 0;
	border : 1px solid #ccc;
	text-align : center;
	}

#content table td {
	width : 40%;
	padding : 1em;
	border : 1px solid #ccc;
	}	

#content table td.h {
	padding : .2em 0 .2em .3em;
	text-align : left;
	color : #c03;
	font-size : 1.2em;
	background : #eee;
	}

#content table td.r {
	width : 60%;
	text-align : justify;
	vertical-align : top;
	
	}
	
/**************************************************
FOOTER
**************************************************/
#footer {
	display : none;
	}

#subfooter {
	display : none;
	}

