body	{
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color:	#000;
	background : #ccc url('images/tiledBG.jpg');
	/* #d5e2ff;  */
	}
/* Basic elements */
p, div, td, th, li, dd, dl, dt {
	line-height: 13px;
	font-size: 11px;
	}  		
h1, h2, h3, h4, h5, h6 {
	margin-top:	10px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	color:	#BB2D3F;
	}
h1, h2, h3, h4	{  /* give content room */
	margin-bottom: 10px;
	}
h5, h6	{  /* snug up to content */
	margin-bottom: 0;
	}
h1 {
	font-size: 20px;
	}
h2 {
	font-size: 14px;
	}
h3 {
	font-size: 16px;
	}
h4 {
	font-size: 14px;
	}
h5 {
	font-size: 12px;
	}
h6 {
	font-size: 10px;
	}
img	{  
	border:	0px none; 
	}
a	{
	color:	#0070b6;
	background-color: transparent;
	text-decoration:	underline;
	font-weight:	normal;
	}
a:link	{
	color:	#0070b6;
	background-color: transparent;
	text-decoration:	underline;
	font-weight:	normal;
	}
a:visited	{
	color:	#0070b6;
	background-color: transparent;
	text-decoration:	underline;
	font-weight:	normal;
	}
a:active	{
	color:	#CD6572;
	background-color: transparent;
	text-decoration:	underline;
	font-weight:	normal;
	}
a:hover	{
	color:	#CD6572;
	background-color: transparent;
	text-decoration:	underline;
	font-weight:	normal;
	}

dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}
hr {
	color:	#E0B56C;
	height: 1;
	}
input, select, option  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Custom elements */
a.nav	{
	font-size:	12px;
	color:	#0070b6;
	background-color: transparent;
	text-decoration:	none;
	font-weight:	bold;
	}
a.nav:link	{
	color:	#0070b6;
	background-color: transparent;
	text-decoration:	none;
	font-weight:	bold;
	}
a.nav:visited	{
	font-size:	12px;
	color:	#0070b6;
	background-color: transparent;
	text-decoration:	none;
	font-weight:	bold;
	}
a.nav:active	{
	font-size:	12px;
	color:	#0070b6;
	background-color: transparent;
	text-decoration:	none;
	font-weight:	bold;
	}
a.nav:hover	{
	color:	maroon;
	}
a.nav:visited:hover	{
	color:	maroon;
	}
.topnav { 
	font-family: arial, sans-serif; 
	size: 10px; 
	line-height:  10px;
	}
.smalltext {
	font-family: verdana, geneva, arial, sans-serif;
	size: 10pt; 
	}	
.sidebar {
	line-height: 12px;
	font-size: 10px;
	}  		
.bluetext {
	color: #3F6D7E;
	}

.redtext {
	color: #BB2D3F;
	}

/* Mambo elements */
.articlehead {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color:	#BB2D3F;
	line-height: 22px;
	margin-top:	10px;
	margin-bottom: 10px;
	}

.spacer
{
	padding-top: 8px;
	padding-bottom: 8px;
}