body {
	color: #333;
	line-height: 150%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background: #C5CFD0 url("bg_grad.jpg") 0 0 fixed repeat-x;
}
a:link, a:visited {
	color: #05A;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 120%;
	color: #345;
	background-color: transparent;
}
h2 {
	font-size: 114%;
	color: #069;
	background-color: transparent;
}
h3 {
	font-size: 100%;
	color: #345;
	background-color: transparent;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	color: #333;
	background-color: transparent;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
#masthead {
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
}
#siteName {
	margin: 0;
	padding: 16px 0 8px 0;
	color: #fff;
	background-color: transparent;
	font-weight: normal;
}
#utility {
	font: 75% Verdana, sans-serif;
	position: absolute;
	top: 17px;
	right: 0;
	color: #899;
	background-color: transparent;
}
#utility a {
	color: #fff;
	background-color: transparent;
	border-right: 2px solid #ccc;
	padding: 0 3px 0 3px;
}
#utility a:hover {
	color: #ccc;
}
.skipLinks, * html #globalNav {
	display: none;
}
* html #pageCell {
	top: 50px;
}
#globalNav {
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 100%;
	color: #ccc;
	background: url("glbnav_background.gif") repeat-x;
	padding: 0;
	margin: 0;
}
#gnl {
	position: absolute;
	top: 0;
	left: 0;
}
#gnr {
	position: absolute;
	top: 0;
	right: 0;
}
#globalLink {
	position: absolute;
	left: 10px;
	width: 100%;
}
.glink {
	float: left;
	font-size: x-small;
	color: #000;
	background-color: transparent;
	font-weight: bold;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #8BB;
}
.glink:hover {
	background: url("glblnav_selected.gif");
	cursor: pointer;
}
.glink:hover > span {
	visibility: visible;
	cursor: default;
}
.glink span {
	visibility: hidden;
	position: absolute;
	white-space: nowrap;
	top: 20px;
	left: 0;
	color: #fff;
	font: small/170% sans-serif;
	background-color: transparent;
	padding-bottom: 50px;
	margin: 0;
	z-index: 102;
}
.glink span a:link, .glink span a:visited {
	color: #fff;
	border-left: 2px solid #ccc;
	padding: 0 5px 0 5px;
}
.glink span a:hover {
	color: #ccc;
	cursor: pointer;
}
#pageCell {
	position: absolute;
	top: 90px;
	left: 5%;
	right: 5%;
	width: 90%;
	background: #fff;
	color: #000;
	z-index: 100;
}
#tl {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#tr {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#breadCrumb, #breadCrumb a {
	padding: 5px 0 5px 10px;
	font: small Verdana, sans-serif;
	color: #AAA;
	background-color: transparent;
}
#breadCrumb a:hover {
	color: #06A;
	background-color: transparent;
}
#pageName {
	padding: 0 0 14px 10px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	clear: right;
	height: 40px;
}
#pageNametxt {
	font: bold 125% sans-serif;
	color: #000;
	background-color: transparent;
	margin: 0;
	padding: 15px 0 0 15px;
	height: 25px;
}
#buttons {
	position: absolute;
	right: 10px;
	top: 15px;
}
#buttons a {
	display: inline-table;
}
#buttons img {
	vertical-align: middle;
	padding: 0 5px 0 5px;
	margin: 0;
	border: 0;
}
#sideBar {
	float: left;
	width: 178px;
	padding: 0;
	background: #fff;
	color: #256;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font: small Verdana, sans-serif;
}
#mypic {
	background: url("me-small.jpg") no-repeat;
	padding: 0;
	margin: 0;
	border: 0;
	height: 190px;
	width: 178px;
	z-index: 120;
	cursor: crosshair;
}
#sectionLinks {
	margin: 0;
	padding: 0;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background: #DEF url("bg_nav.gif") repeat-x;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	color: #256;
}
#sectionLinks a:hover {
	border-top: 1px solid #ccc;
	background: #DEF;
	color: #256;
	font-weight: bold;
}
.relatedLinks {
	margin: 0;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #ccc;
}
.relatedLinks h3 {
	padding: 10px 0 2px 0;
}
.relatedLinks a {
	display: block;
}
.relatedLinks a:hover {
	color: #38D;
	background-color: #fff;
}
#content {
	background: white;
	padding: 0;
	margin: 0 0 0 178px;
	border-left: 1px solid #ccc;
}
#fxBanner {
	text-align: center;
	background: #063669;
	color: #fff;
	margin: 0;
	padding: 0 10px;
	line-height: 120%;
	font-size: 80%;
	overflow: hidden;
	display:none;
}
/*
*html #fxBanner {
        display:block;
}
*/
.feature {
	padding: 0 0 10px 10px;
	font-size: 80%;
	height: 200px;
}
.feature h3 {
	font: bold 175% sans-serif;
	padding: 30px 0 5px 0;
}
.story {
	padding: 10px 10px 0 10px;
	font-size: 80%;
}
.story h3 {
	font: bold 125% sans-serif;
}
.story p {
	text-indent: 10%;
	padding: 0 0 10px 0;
	font-size: medium;
}
.story a:hover {
	color: #38D;
	background-color: #ddd;
}
.google-ads {
	float: left;
	width: 33%;
	text-align: center;
}
.google-ads img {
	border: 0;
}
#siteInfo {
	text-align: center;
	clear: both;
	border-top: 1px solid #ccc;
	font-size: small;
	color: #000;
	background-color: #fff;
}
#siteInfo img {
	padding: 4px 0 4px 10px;
	vertical-align: top;
	border: 0;
}
