* {
	padding: 0px;
	margin: 0px;
}
html
{ /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image:  url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: verdana, arial, san-serif;
	font-size: 12px;
	color: #444;

}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
}
#header {
	width: 800px;
	height: 120px;
	margin: 0;
	padding: 0;
}
#sidebar {
	float: left;
	width: 24%;
	margin-top: 25px;
}

#content {
	float: right;
	width: 68%;
	text-align: left;
	margin-top: 25px;
}
 .inside {
	padding: 0 30px 20px 0;
}
#footer {
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	line-height: 1.5em;
	vertical-align: middle;
	padding: 20px 0 10px 0;
	background-color: #FFFFFF;
}


/* sidebar navigation menu */
.leftNavItem {
	background-image:   url(../images/logoBttn.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dashed #0095C6;
	text-align: left;
	text-indent: 43px;
	padding: 10px 0 10px 0;
	margin: 10px 0 5px 10px;
}
a.leftNav, .leftNav {
	font-size: 14px;
	font-weight: bold;
	color: #0095C6;
	text-decoration: none;
}
.leftSubNav {
	text-align: right;
	line-height: 1.25em;
	padding: 0 3px 0 0;
}
a.subLink {
	font-size: 11px;
	color: #0099CC;
	text-decoration: none;
}

/* typography */
p {
	color: #555555;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	text-align: justify;
}
p.catchPhrase {
	color: #14637C;
	line-height: 1.3em;
	font-style: italic;
	margin: 20px 0;
	text-align: center;
	font-size: 14px;
}
blockquote {
	padding: 20px 0px 20px 60px;
	margin: 10px 0px;
	font-style: italic;
	line-height: 1.4em;
	font-size: 12px;
	background-image:  url(../images/quoteLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: justify;
}
.bQuote {
	background-image:  url(../images/quoteRight.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 65px 3px 0;
	margin: 0px;
}
.toTop {
	text-align: right;
	margin: 20px 0;
	padding: 20px 15px;
	background-image: url(../images/blueArrowUp.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.top {
	font-size: 12px;
	color: #0095C6;
	text-decoration: none;
}
.small{	font-size: 10px; }
h1 {
	font-size: 20px;
	color: #555;
	text-align: left;
	letter-spacing: -0.06em;
	padding: 10px 0 30px 0;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #0095C6;
	text-align: left;
	padding: 15px 0 0 0;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	text-align: left;
	padding: 10px 0 0 0;
	color: #14637C;
	margin: 0 0 1px 0;
}

/* links */
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



/* lists */
ul{	margin: 0 0 20px 10px;}
ol{ margin: 0 0 20px 10px;}
ol li {
	margin: 0 0 5px 20px;
	line-height: 1.5em;
	list-style-type: decimal;
	text-align: left;
}
li {
	margin: 0 0 5px 30px;
	line-height: 1.5em;
	list-style-type: disc;
	text-align: left;
}
li.noDisc {
	margin: 0 0 5px 10px;
	line-height: 1.5em;
	list-style-type: none;
	text-align: left;
}
li.subList {
	margin-left: 40px;
	line-height: 1.5em;
	list-style-type: disc;
	text-align: left;
}
li.arrow  {
	margin-left: 20px;
	line-height: 2em;
	list-style-type: none;
	list-style-image:  url(../images/blueArrow.gif);
	text-align: left;
}

/* tables */

table.products {
	border-collapse: collapse;
	margin: 5px 0 20px 0;
}
.products td {
	padding: 10px;
	background: #F7FAFD;
	border: 1px solid #ccc;
}

td.title {
	font-weight: bold;
	color: #FFFFFF;
	background: #14637C;
}

table.products2 {
	border-collapse: collapse;
	margin: 5px 0 20px 0;
	border: 0;
	font-size: 11px;
}
.products2 td{
	padding: 5px;
    border: 1px solid #ccc;
}
table.products3 {
	border-collapse: collapse;
	margin: 5px 0 20px 0;
}
.products3  td {
	padding: 5px;
	background: #F7FAFD;
	border: 1px solid #ccc;
}
.products3 td.title {
	font-weight: bold;
	color: #FFFFFF;
	background: #14637C;
}
.divider {
	margin: 30px 0 10px 0;
	padding: 0;
	border-top: 1px dashed #666;
}

