/* set margins, padding, and inline-level content alignment */

body	{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#EEE;
	background-attachment:fixed;
	font-family:arial
}

#container	{ background: url(images/ncm_lilac.gif) repeat-x; margin: 0px auto; width: 800px	}

div	{ margin: 0; padding: 0; text-align: center	}

/* set widths and float nav & ads div content boxes */

#nav		{ float: left;  width: 120px	}
#ads		{ float: right; width: 15px	}

/* note: if you change the widths above also change the margins in the rule below */

/* set side txt margins 5px greater than nav & ads widths */

#txt		{
	margin-left: 125px;
	margin-right: 20px;
	padding-left: 10px;
	padding-top: 5px;
} 

/* ensure footer stays at the bottom */

#ftr		{ clear: both	}

/* show boundaries and set image sizes - for clarity only */

#hdr	{ background-color:rgb(240,240,240)	}
#nav	{ text-align: left; font-size: 12pt 	}
#ads	{ text-align: left; font-family:arial; font-size: 11pt 		}
#txt	{ background-color: rgb(240,210,230); text-align: left; border-left: solid white; border-right: solid white		}
#ftr	{
	font-size: 10pt;
	margin-top: 20px;
	width: 800px;
	padding-top:3px;
	padding-bottom:3px;
	background-color: #EEE;
}

/* stretch image to represent content - for clarity only */

#emb img	{ float: right; width: 80px; height: 120px; margin-bottom: 20px; margin-left: 15px	}

/* paragraph - settings */

p	{text-indent: 0px; font-size:11pt; margin-left:5px; margin-right: 35px	}

/* unordered lists  */

ul	{list-style-type: disc; font-size:11pt	}
#list-1	{list-style-type: none	}

/* site redirections  */

dl#menu		{ width: 112px	}
dt.btn		{ margin-bottom: 5px; text-align: left; margin: 5px	}
dt.btn a	{ display: block; text-decoration: none; color: black; padding-left: 10px; padding-top:3px; padding-bottom:3px 	}
dt.btn a	{ background: url(images/bg4.gif) repeat-y; border: 3px outset silver	}
dt.btn a:visited{display: block; text-decoration: none; color: black 	}
dt.btn a:hover	{display: block; text-decoration: none; color: purple 	}
dt.btn a:active	{display: block; text-decoration: none; color: black	}

a:link		{ text-decoration: none; color: purple	}
a:visited 	{ text-decoration: none; color: fuchsia	}
a:hover		{ text-decoration:underline; color: fuchsia	}
a:active	{ text-decoration: none; color: fuchsia	}
.small_text {
	font-size: x-small;
	font-weight: bold;
	color: #003;
}
