/* the basics */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
h1  {
	font-size:20px;
	font-weight:bold;
	line-height:20px;
}
h2  {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	line-height:20px;
	color:#2A7AAD;
	margin-bottom: 0px;
}
h3  {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
p {
	font-size:11px;
	line-height:17px;
	letter-spacing:1px;
	margin-top: 0px;
}
.narrow {
	font-size:11px;
	line-height:16px;
	letter-spacing:0px;
}

.testimonial {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:15px;
	letter-spacing:0px;
	font-style:italic;
	margin: 10px;
}


li {
	font-size:11px;
	line-height:18px;
	letter-spacing:1px;
}

img {
display:block;
}

A {
color:#2A7AAD;
}
A:hover {
}
A:visited {
color:#2A7AAD;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 800;
	color: #222222;
	background-color: #DDDDDD;
}

#containerHome {
	padding: 4px;
}
#leftColumn {
	background: url(../layout1/leftColumnBackground.jpg) no-repeat;
}
#rightColumn {

}
/* left nav */

#leftNav {
	width:152px;
	background: url(../layout1/leftNav.gif) no-repeat top;
}

#logo {
text-align:left;
margin-left: 24px;
}

/* navBlock is a block of nav within leftNav */

.navBlock {
}

.navBlock ul {
	margin:34px 0px 0px 0px;
	padding:0px;

}
.navBlock li {
	margin:0px;
	padding:0;
	list-style:none;
	text-align: left;
	line-height:30px;
}
.navBlock a:link, .navBlock a:visited {
	display:block;
	padding:0px 0px 0px 18px;
	margin:0px 0px;
	color:#000000;
	text-decoration:none;
	font-size:12px;
	letter-spacing: 0px;
}
.navBlock a:hover {
	color:#2A7AAD;
	text-decoration:underline;
}

/* the bottom of the page */

#footer {
	background-image: url(../layout1/footerBackground.jpg);
	background-repeat: no-repeat;
	padding:5px 5px 5px 5px;
	color:#fff;
	margin:0;
	font-size:12px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	line-height:28px;
}
#credits {
	background-color:#fff;
	padding:5px 5px 15px 5px;
	color:#666666;
	margin:0;
	font-size:12px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
