@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #003;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 226px;
	background-color: #FFF;
	background-image: url(../images/Verity-Logo_Header.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	border: 2px none #070434;
} 
.twoColFixLtHdr #header ul {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-top-style: none;
	border-top-width: 2px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2E3192;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEE;
	line-height: 130%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #865D39;
}
.pinkpadding {
	color: #F99;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.bigpadding {
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent h2 {
	padding: 0px;
	margin-top: 010px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C60;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #EEE;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
div#header li{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996;
	display: inline;
	font-weight: bold;
}
a  {
	color: #036;
	text-decoration: none;
}
a:hover , a:active, div#header #about a, div#header #whatwedo a, div#header #philosophy a, div#header #learnmore a,div#header #contact a
{
	color: #2E3192;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px 20px;
	background-color: #996;
}
.pink {
	color: #865D39;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20 20px 0;
} 
.twoColFixLtHdr #container #mainContent .padding {
	padding-top: 10px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	background-color: #8B5E3B;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #444;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
table h3 {
	text-align: right;
}
tr, td {
	padding: 3px;
}
div#mainContent p{
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #000;
	margin-top: 10px;
}
div#mainContent ul li{
	list-style-type: disc;
	color: #000;
	list-style-position: outside;
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 60%;
	text-indent: 20px;
}
table tr td     {
	text-align: left;
}
