body {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	color:#000;
	font-size:85%}

table {
	border-width:0px;margin:0}
	
table td {
	border-width:0px;padding:0}

p {
	margin: 0px;font-size:90%;
	text-indent: 1.5em;letter-spacing:.05em;
	line-height:1.2em;}

ul.spaced {
	font-size:85%;
	letter-spacing:.05em;
	line-height:1.2em;}
ul.spaced li {
	margin-bottom:5px
}

img {
	border-width:0}

img.page {
	border:2px solid #666}
	
img.bullet {
	padding-right:.5em}

h1, h2, h3, h4 {
	font-weight:bold;color:#cf6500;margin-bottom:1px;}

h1 {
	font-size:110%;padding-bottom:.5em;margin-top:0em}
h2 {
	font-size:100%;padding-bottom:.5em;padding-left:.75em}
	
h3 {
	font-style:italic;font-size:85%;
	color:#000;
	border-bottom: #f00 1px solid;
	margin-bottom:10px}

h4 {
	font-size:80%;color:#0cf;
	margin:10px 0px;
	border-bottom:1px solid #f99}

dl {
	padding:0px 8px}

dt {
	color:#003466;
	font-size:90%;
	font-weight:bold}

dd {
	font-size:80%;
	padding-bottom:5px}

.line {
	font-style:italic;font-size:85%;
	color:#000;
	border-bottom: #f00 1px solid;
	margin-bottom:10px}
}

a.clean:link {
	text-decoration:none}
a.clean:hover {
	text-decoration:none}
a.clean:visited {
	text-decoration:none}

table#mainborder {
	background-color: #fff;
	border-style: solid; border-color:#f00; 
	border-width:1px 1px 1px 1px;margin-top:.5em}

.allforms {
	border-right: #666 1px solid; border-top: #666 1px solid;
	border-left: #666 1px solid; border-bottom: #666 1px solid;
	font-weight: normal;font-size: 8pt;color: #000;width:120px;}

.pullquote {
	border-top:1px solid #f99;border-bottom:1px solid #f99;
	background-color:#eee
}

.item {
	float:left;width:175px
}

.itemblock {
	margin-left:2em
}

.footer {
	border-top:5px solid #f00;
	background-color:#E5E5E5;
	padding-left:2em;padding-right:2em; height:3em; Color:#fff}

.bold {
	font-weight:bold;color:#003466}

.fade {
	font-weight:normal;color:#06f}

.fontsm {
	font-size:90%}

.fontxsm {
	font-size:85%}

#testimonials {
	margin-right:5px;}
	
#testimonials p {
	font-size:1.1em;line-height:1.5em}
	
.whoby {
	margin-bottom:20px;font-style:italic;font-size:.95em;
	text-align:right;font-weight:bold;color:#555}

/* left column menu - Suckerfish menu using ul css   */
#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	width : 166px;
	float: left;
	font-size:80%;
	font-weight:bold;
	list-style: none}
	
#nav li { /* all list items */
	position: relative;
	line-height : .75em;
	float: left;
	margin-bottom: -1px;
	width: 159px}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 176px;
	margin-top : -3.30em;
	z-index: 10}
	
#nav li a {
	width: 166px;
	display : block;
	padding : 10px 5px;
	color : #fff;
	text-decoration : none;
	background-color: #069;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#nav li ul a{ /* second-level list anchors */
	color : #069;
	text-decoration : none;
	background-color: #eee;
	border:1px solid #ccc}

#nav li ul a:hover { /* second-level list anchors */
	color : #fff;}

#nav li a.parent {
	background: #069 url(../images/horizarrow.gif) 99% 8px no-repeat}
	
#nav li a:hover {
	color : #fff;
	background-color : #03c;
	/* border-left: 5px solid #ccc; */}
	
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em}
	
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto}