/*
-----------------------------------------------
Acuity Consulting Redesign Style Sheet
author:   Marty Romero
version:  2007.01
----------------------------------------------- */
@import url("_layout.css");
html { 
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #E8E5DE;
}

a:link,a:active {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000; 
	text-decoration: none; 
	border-bottom: none; 
}

a:visited {
	color: #000; 
	text-decoration: none;
}	

a:hover {
	color: #447a3b;
}


/* Generic Rules
----------------------------------------------- */
p {
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#mainContent p {
	font-size: 12px;
	text-align: center;
}

li {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h1 {
	font-family: arial, sans-serif;
	color: red;
	font-weight: bold;
	font-size: 27px;
}
#mainNav img {
	border: none;
	height: 106px; width: 106px; border-width: 0;
}
#newsFlash {
	width:  100px;
	border: black;
}