body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(http://www.businessgrowthnow.com/images/vz_bodybg.jpg);
	background-repeat: repeat;
}
/*
This is a DIV that surrounds the page content and centers it. It
is set to a relative position so that we can nest absolutely
positioned elements inside it.*/
#wrapper {
	position: relative;
	width: 770px;
	margin: 0px 30px;
}
/*
Sets the large masthead background image, sets the height of the table cell
to match the height of the background image. Sets the table cell contents
to align in the middle. */
#masthead {
	width: 770px;
	background-image: url(http://www.businessgrowthnow.com/images/vz_pbg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #333333;
}
/*
This rule sets the masthead pizza graphic as a background on the DIV
that contains the embedded logo image. The embedded image appears naturally
at the left edge of the parent masthead cell, while the pizza background
is displayed at the right edge.*/
#logodiv {
	left: 0px;
}
#topnav {
	top: 15px;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align:center;
}
/*
The sidebar is positioned absolutely inside the relatively positioned
wrapper DIV. It's top is set to 104px to clear the masthead above it.*/
#sidebar {
	position: absolute;
	top: 107px;
	left: 0px;
	width: 180px;
	border-left: 1px solid #333333;
	font-size: 0.8em;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
}
/*
Sidecontent is a static DIV nested inside the sidebar, and below the menu. This
allows us to set padding for only this DIV, thereby permitting the menu to be
flush with the edges of the sidebar.*/
#sidecontent {
	font-size: 100%;
	background-color: #FFFFFF;
	padding: 5px 0px 0 15px;
	border-top: 1px solid #CCC;
	background-image: url(http://www.businessgrowthnow.com/images/vz_SQ_leftboxtile.gif);
	background-repeat: repeat-y;
}
/*
Sets styles for the main content DIV. Note that the
verticalRule background image is the dashed border between the
main content cell and the sidebar. The left margin of 181px allows
this DIV to clear the right edge of tha absolutely positioned
sidebar.*/
#maincontent {
	margin-left: 181px;
	width: 569px;
	padding-left: 20px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-size: 0.75em;
	line-height: 1.4em;
	background-color: #FFFFFF;
}
#maincontent a:link, #maincontent a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
}
#maincontent a:hover, #maincontent a:focus {
	color: #990000;
	text-decoration: none;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
	line-height: normal;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.7em;
	margin: 10px 0 -10px 0;
	color: #993300;
}
h3 {
	font-size: 1.4em;
	margin: 10px 0px 0px;
	color: #003366;
}
#sidebar h3 {
	color: #990000;
	margin: 0;
}
#footer {
	font-size: .7em;
	padding: 0px 10px 8px 12px;
	background-color: #415485;
	margin: 0px 0px 20px 0px;
	position: absolute;
	width: 751px;
	color: #FFFFFF;
}
#footer p{
	margin: 8px 0 5px 0;
}
#footer a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, a:active, a:focus {
	color: #FFCC33;
	text-decoration: underline;
}
/*
Sets link styles for all links on the page except the Pop Menu Magic Menu.*/
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #FFFFFF;
}
a:hover, a:active, a:focus {
	color: #D14550;
}
#sidecontent a:link {
	color: #FFFFFF;
}
#sidecontent a:visited {
	color: #333333;
}
#sidecontent a:hover, a:active, a:focus {
	color: #000000;
}
h4 {
	font-size: 1.4em;
	color: #FF0000;
}
.lead_paragraph {
	font-size: 1em;
	color: #006600;
	font-weight: bold;
	line-height: 1.4em;
}
.text_small {
	font-size: 0.85em;
	color: #000000;
}
.lead_words {
	font-size: 1em;
	text-transform: uppercase;
	color: #993300;
	font-weight: bold;
}
.sign_testimony {
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
	color: #000033;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px;
}
.img_right {
	margin: 0px 0px 0px 10px;
}
.emph_words {
	font-size: 101%;
	font-weight: bold;
	text-decoration: underline;
}
#wrapper #maincontent ol {
	list-style-position: outside;
	list-style-image: url(http://www.businessgrowthnow.com/devMiller/images/checkmark2.gif);
	font-size: 110%;
	line-height: 1.3em;
	font-weight: normal;
}
#wrapper #maincontent ul {
	font-size: 110%;
	line-height: 1.3em;
	font-weight: normal;
	list-style-type: disc;
}
.sign_testimony_large {
	font-style: italic;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px;
}
.shade_quotes {
	background-image: url(http://www.businessgrowthnow.com/images/ennergi_rightboxtile.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #666666;
	padding: 5px 15px;
}
