/* April 01, 2007 */
/* Style Definitions for Dundalk Avenue Quartet Web pages */

/* set font family and size for body style */

body
	{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	}

/* set relative font sizes for non-Netscape and newer Netscape browsers */
/* see "http://diveintoaccessibility.org/examples/fontsize.html" */

p
	{
	font-size: 12px;
	}

/*/*/a{}
body p
	{
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}

html>body p
	{
    	font-size: small;
	}
/* */

/* end of set relative font sizes styles */

 /* font-size span styles */

span.fs7
	{
	font-size: xx-large;
	}

span.fs6
	{
	font-size: x-large;
	}

span.fs5
	{
	font-size: large;
	}

span.fs4
	{
	font-size: medium;
	}

span.fs3
	{
	font-size: small;
	}

span.fs2
	{
	font-size: x-small;
	}

span.fs1
	{
	font-size: xx-small;
	}
 /* end of font-related styles */

body
	{
	width:760px;
	color: black; 
	background: white url("shpl1930s.jpg") repeat;
	}

p
	{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: medium;
	}

 /* static menubar background */

p.menubar
	{
	width: 505px;	
	height: 30px;  
	background: green;
	margin-left: 12px;
	}

 /* page content styles */

table.pagecontent
	{
	width: 740px;
	border-width: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	/* background: yellow; */ 
	}

td.pageleft
	{
	width: 220px;
	height: 400px;
	background: lime;
	vertical-align: top;
	}

td.pagecontent
	{
	vertical-align: top;
	}

td.whitepagecontent
	{
	background: white;
	vertical-align: top;
	}

p.contentheader
	{
	font-size: large;
	font-weight: bold;
	}

p.boldcontent
	{
	font-size: medium;
	font-weight: bold;
	/* color: green; */
	}

p.content
	{
	font-size: medium;
	/* color: green; */
	}

img.logodims
	{
	width: 90px;
	height: 90px;
	border: 0;
	}

  /* page bottom area styles */

p.pagebottom
	{
	text-align: center;
	font-size: small;
	}

 /* link styles */

a:link
	{color: blue}

a:visited
	{color: green}

a:active
	{color: red}

/* --- static menu styles --- */

/*
note:

1. not all browsers render styles the same way so try out your
style sheet on different browsers before publishing;

style naming convention:
	m<zero based menu number>
	l<zero based level number>
	i|o<for inner or outer tag>
 */

.m0l0o { border: 1px solid black; 
	text-decoration: none;
	}   

.m0l1o { border: 1px solid black; 
	text-decoration: none;
	}   

.m0l2o { border: 1px solid black; 
	text-decoration: none;
	}   


/* inner colors are set via MENU_STYLES parm (in "menu_tpl.js") */
/*  ** original font-family: Tahoma, Arial, sans-serif; */

.m0l0i {  
	padding: 4px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;	
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	 }

.m0l1i {  
	padding: 4px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;	
	font-weight: bold;
	text-align: center;
	text-decoration: none;
         }

.m0l2i {  
	padding: 4px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;	
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	 }
 
/* end of Style Definitions */

