html { 
	height: 100%; 
	margin-bottom: 1px;
}
body {
/* 	css tip below provided via White As Milk theme for Wordpress by: Azeem Azeez at http://www.azeemazeez.com */
/*	font-size: 62.5%; */ /* Resets 1em to 10px */
	font-size: 70%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	color: #555;
	background-color: #fff;
	margin:10px 10px 10px 10px;
	padding:0;
}
div {
	text-align:left;
}
hr {
	color: #fff;
	background-color: #fff;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #666 ;
	border-left: 0px;
}
img {
	border: none;
	border-width: 0px;
}
h2 {
	font-size: 1.2em ; 
}
h3 {
	font-size: 1.1em ; 
}

/* 	css colors below provided via White As Milk theme for Wordpress by: Azeem Azeez at http://www.azeemazeez.com */
a:link {color: #3B6EA5; background-color: #fff; text-decoration: none; }
a:visited {color: #147; background-color: #fff; text-decoration: none; }
a:hover {color: #147; background-color: #fff; text-decoration: underline; }
a:active {color: #147; background-color: #fff; text-decoration: none; }

a.titleLink:link {color: #555; background-color: #fff; text-decoration: underline; }
a.titleLink:visited {color: #333; background-color: #fff; text-decoration: underline; }
a.titleLink:hover {color: #333; background-color: #fff; text-decoration: none; }
a.titleLink:active {color: #333; background-color: #fff; text-decoration: underline; }

input {
	color: #147; 
	background-color: #fff; 
	text-decoration: none;
	font-size: .99em ; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
}
input.badge:hover {
	text-decoration: underline;
}

div#headerWrap {
	color: #555;
	background-color: #fff;
/*	font-weight: bold; */
	font-style: italic;
/*	font-size: 1.2em; */
	width: 100%;
}
#myname {
	color: #3B6EA5; 
	background-color: #fff; 
	font-weight: bold;
	font-style: normal; 
/*	font-size: 1.2em; */
}
.header_left {
	float: left;
	width: 60%; 
	text-align: left;
}
.header_right {
	float: right;
	width: 40%; 
	text-align: right;
}
#footer { 
/*	font-size: 1.2em; */
	font-size: .8em; 
}
.footer_left { 
	float: left;
	width: 88px; 
	text-align: left;
/*	font-size: .8em; */
	font-weight: bold;
}
.footer_right { 
	float: right;
/*	width: expression( scroll.width > 588px ? 500px : auto ); */
	width: auto; 
	text-align: right;
/*	font-size: .8em; */
	font-weight: bold;
}
.clearfix {
	clear: both;
}

div#bodyWrap {
	font-weight: normal;
/*	font-size: 1.2em; */
	width: 100%;
}
#centerTitle { 
	color: #000;
	background-color: #fff;
	text-align:center; 
/*	font-size: 1.1em; */
}

.grouping {
/*	padding-top: 10px; */
}
.title {
	color: #3B6EA5; 
	background-color: #fff; 
	font-weight: bold; 
/*	font-size: 1.1em; */
}
.date {
	text-align: right;
}
.sectionTitle {
	font-weight: bold; 
/*	font-size: .9em; */
	color: #333; 
	background-color: #fff;
}
.clientSection {
/*	font-size: .9em; */
	font-style: italic;
	color: #777; 
	font-weight: bold; 
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 5px;
}

/* Begin Lists */
ul {
	margin-top: 5px;
	padding-top: 0px;
}
li {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 20px;
}
/* 	css tip below provided via White As Milk theme for Wordpress by: Azeem Azeez at http://www.azeemazeez.com */
/*
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. 
*/
html>body ul {
	margin-left: 0px;
	padding: 0 0 0 15px;
	list-style: none;
	text-indent: -12px;
} 
html>body li {
	margin-bottom: 8px;
	margin-left: 5px;
}
ul li:before {
	content: "\00BB \0020";
}
/* End Lists */

blockquote {
	color: #777;
	background-color: #fff;
	margin: 0px 20px 0px 20px;
	padding: 5px 0px 0px 5px;
	border: 1px dotted #777;
}

.small { 
/*	font-weight: bold; */
/*	font-size: .9em; */
}

.form_required {
	color: #CC3300; 
	background-color: #ffffff; 
}

li.lead-in {
	font-size: 1.1em;
	font-weight: bold;
}

.fineprint {
	font-size: .8em;
	font-weight: normal;
	color: #999999; 
	background-color: #ffffff; 
}


