@charset "UTF-8";
body {
	margin: 0px;
	background: #4E0018 url(images/truth_life_bg_graphic.png) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
	text-transform: uppercase;
	border-style: none;
	border-width: 0px;
	margin-top: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #004400;
	color: #CCCCCC;
	font-size: 11px;
	margin: 0px 40px 0px 50px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	line-height: 150%;
}
small   {
	font-size: 10px;
	font-weight: normal;
}
a:link,  a:visited{
	font-weight: bold;
	color: #004400;
	text-decoration: none;
	border-bottom: 1px dotted #004400;
}
a:hover  {
	font-weight: bold;
	color: #004400;
	text-decoration: none;
	border-bottom: 1px solid #004400;
}
table {
	width: 600px;
	margin: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	line-height: 150%;
	padding: 0px 0px 40px;
	border-width: 0px;
}
td.leftColumn  {
	width: 0%;
	padding-right: 30px;
	text-align: right;
}
a  img      {
	border-width: 0px;
	border-style: none;
}
#container {
	width: 780px;
	margin: 0px auto;
	background: #FFF;
	overflow: auto;
	padding: 0px;
}
#header {
	height: 250px;
}
#header a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
 #fullColumn {
	margin: 40px;
	width: 700px;
	float: left;
}
#leftColumn {
	margin: 0px;
	float: left;
	width: 350px;
}
#rightColumn {
	margin: 0px;
	float: right;
	width: 350px;
}
#navBar {
	background: url(images/navBar_background.png) repeat-x;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 15px;
}
#navBar ul {
	display: inline;
	padding-left: 40px;
}
#navBar li {
	list-style: url(none) none;
	display: inline;
	margin-right: 20px;
	line-height: 1.4;
}
#navBar a:link, #navBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	border: none;
}

#navBar a:hover {
	color: #FFF;
	text-decoration: none;
	border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF;
}
#footer {
	background: #FFF;
	margin: 5px auto 0px;
	padding: 2px 40px;
	width: 700px;
}
#mainParagraph {
	margin: 0px 50px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
