* 
{
	margin: 0; /* this takes care of all margins and padding */
	padding: 0; /* for all elements! */
}

body 
{
	background: white; /* You don't need to specify bg and colors in any descendants */
	color: black;      /* unless it's to be something other than black and white */
	font-family: verdana, arial, sans-serif;
	text-align: center; /* For centering in ie5.x */
}

p
{
	margin-bottom: 10px; /* To give p some margin or they will stick together */
}

hr
{
	border: dotted 1px #9D0000;
	height: 1px;
}

a:link, a:visited
{
	color: #3D696A;
	text-decoration: underline;
}

a:hover
{
	color: #9D0000;
	text-decoration: none;
}

#frame
{
	width:750px;
	border:1px solid #5D0000;
	text-align:left; /* To counter ie5.x centering hack */
	margin-left:auto; /* Centre in compliant browsers */
	margin-right: auto; /* Centre in compliant browsers */
}
 
#header
{
	height:142px;
	background: url(../images/top-banner.jpg) #fff no-repeat left top;
}

/* main navigation */
#left 
{
	width: 119px;
	height: 325px;
	float:left;
	background:  url(../images/nav-bg.jpg) repeat-x center;
	margin-right: 10px; /* To push the content a bit to the right */
}

#left ul
{
	list-style: none;
}

#left li
{
	width: 119px;
	border-top: 1px solid #fff;
	font-size: 80%;
}

#left a:link, #left a:visited
{
	display: block;
	padding: 5px;
	color: white;
	text-decoration: none;
}

#left a:hover
{
	background-color: #ffe;
	color: #9D0000;
	font-weight: bold;
}

/* main content */
#centrecontent 
{
	float: left;
	width: 600px; /* Must fit in the remaining space of the containing div */
}

#centrecontent  h1
{
	font-size: 170%;
	color: #610000;
	margin-bottom: 20px; 
}

#centrecontent  h2
{
	font-size: 110%;
	color: #610000;
	margin-bottom: 15px;
}

#centrecontent  h3
{
	font-size: 100%;
}

#centrecontent  h5
{
	font-size: 90%;
	padding: 5px 0 5px 0;
}

#centrecontent p
{
	font-family: arial, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	margin-bottom: 15px;
}

/* table style */
#centrecontent table
{
	width: 95%;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 5px;
	border: solid 1px #9D0000;
	font-size: 70%;
}

#centrecontent table p
{
	font-size: 100%;
}

#centrecontent table h2
{
	font-size: 120%;
}

#centrecontent td
{
	padding: 3px;
}

#centrecontent td li
{
	list-style: square;
	margin-left: 20px;
}

/* style for testimonials box on client and testimonial page */
.testimonial
{
	display: block;
	width: 90%;
	border: solid 1px #C1D4D4;
	margin: -15px 0 10px 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	padding: 3px;
	background-color: #ECF9F9;
}

/* footer style */
#footer 
{	
	margin-top: 10px;
	clear:both;
	height:50px;
	font: normal .7em Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
	background:  url(../images/footer-fade.gif) repeat-x center;
}

#footer p
{
	line-height: 0.8em;
}

#footer a:link, #footer a:visited
{
	color:#666;
	text-decoration: underline;
}

#footer a:hover
{
	color: #9D0000;
	text-decoration: none;
}

/*classes*/
.notes
{
	font-size: 70%;
	color: #610000;
	font-style: italic;
}	

.nonlinkheading
{
	color: #3D696A;
}