body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #DFDDD0;
	
	/*background-image: url(../images/body_bg.gif);*/

}
#headerDiv {
	position: relative;
	text-align: left;
	margin: 20px 0 0 0;
	background-image: url(../images/header_bg.jpg) !important;
	width: 712px;
	height: 58px;

}
h1 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #666666;
}
h2 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #999999;
}
h4 {
	color: #0066CC;
}
h4.projectTitle {
	margin: 0px 10%;
}
hr.podhr {
	margin: 0px;
	padding: 0px;
	BORDER-RIGHT: #cccccc 0px solid; 
	BORDER-TOP: #cccccc 0px solid; 
	BACKGROUND-color: #eeeeee; 
	color: #eeeeee;
	BORDER-LEFT: #cccccc 0px solid; 
	WIDTH: 94%; 
	BORDER-BOTTOM: #cccccc 0px solid; 
	HEIGHT: 1px;
}
hr.break {
	float: none;
	clear: both;
}
hr.podhr2 {
	margin: 0px;
	padding: 0px;
	background-color: #EEEEFF;
	color: #EEEEFF;
	HEIGHT: 1px;
	WIDTH: 94%;
}
hr.contenthr {
	margin: 0px;
	padding: 0px;
	BORDER-RIGHT: #cccccc 0px solid; 
	BORDER-TOP: #cccccc 0px solid; 
	BACKGROUND-color: #eeeeee; 
	color: #eeeeee;
	BORDER-LEFT: #cccccc 0px solid; 
	WIDTH: 98%; 
	BORDER-BOTTOM: #cccccc 0px solid; 
	HEIGHT: 1px;
}
div.code {
	padding: 5px;
	width: 98%;
	background-color: #CCCCCC;
	overflow: scroll;
}
div.code pre {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.DOScode,
div.DOScode-200,
div.DOScode-400 {
	padding: 5px;
	width: 98%;
	background-color: #000000;
	overflow: scroll;
}
div.DOScode pre,
div.DOScode-200 pre,
div.DOScode-400 pre {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	font-family: "Courier New", Courier, mono;
}
div.DOScode-200{
	height: 200px;
	max-height: 200px;
}
div.DOScode-400{
	height: 400px;
	max-height: 400px;
}
#glbl-nav {
	float: right;
	padding: 0 20px 0 0;
	text-align: right;
	font-size: 10px;
}
#glbl-nav form {
	display: inline;
}
#glbl-nav ul {
	margin: 0;
	padding: 10px 0 5px 0;
	list-style: none;
}
.subglobalNav ul{
	padding: 2px 0 2px 0 !important;
}
#glbl-nav h4 {
	display: inline;
	font-size: 10px;
	color: #0066CC;
	margin: 0;
	padding: 0px 6px 0px 0px;
}
#glbl-nav li {
	display: inline;
	padding: 0;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
}
.subglobalNav li {
	border-right: none !important;
	border-left: 1px solid #E5E5E5 !important;
}
#glbl-nav a,
#glbl-nav a:active,
#glbl-nav a:visited {
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
	padding: 2px 5px 2px;
}
.subglobalNav a,
.subglobalNav a:active,
.subglobalNav a:visited {
	color: #666666 !important;
	font-weight: normal !important;
}
#glbl-nav a:hover,
.subglobalNav a:hover {
	color: #FFFFFF !important;
	background-color: #0066CC;
}

.subglobalNav{
	position: absolute;
	top: 38px;
	left: 0px;
	
	width: 698px;

	visibility: hidden;
	height: 20px;
	padding: 0px;
	
	color: #666666;
	text-align: right;
}
li.first {
	border-left: none !important;
}
li.last {
	border-right: none !important;
}
#ipoint-logo {
	margin: 4px 5px 4px 20px;
}
#content {
	position: relative;
	text-align: left;
	width: 712px;
	background-image: url(../images/page_bg.jpg);
}
#searchForm {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 698px;
	text-align: right;
}
#spageTitle {
	background-image: url(../images/h_bg.jpg);
	background-repeat: repeat-x;
}
#pageTitle h1 {
	display: inline;
}
#float-nav {
	float: right;
	width: 210px;
}
.float-pod {
	background-image: url(../images/pod_bg.gif)
}

.pod-content {
	padding: 5px;
	font-size: 10px;
	/*height: 50px;*/
}
.pod-content hr {
	margin: 0px;
	padding: 0px;
}
.pod-content h2 {
	font-size: 16px !important;
	color: #0066CC;
	margin: 0 0 4px 0;
}
.pod-content h3 {
	font-size: 11px !important;
	color: #666666;
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	display: block;
	border-bottom: 1px solid #EEEEEE;
}
.pod-content h5 {
	font-size: 11px !important;
	color: #666666;
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
}
.pod-content p {
	font-size: 10px;
	margin: 0 0 4px 0;
}
.pod-content a,
.pod-content a:visited,
.pod-content a:active {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #0066CC;
	padding: 2px;
}
.pod-content a:hover {
	background-color: #EEEEEE;
}
.pod-content form {
	margin: 0;
	color: #333333;
}
.pod-content strong {
	color: #0066CC;
}

a.pod-imageLink:hover {
	background-color: #FFFFFF !important;
	width:80%;
}
input,
select {
	color: #000000;
	font-size: 10px;
	border: 1px solid #B4B0AB;
}
input.imgBtn {
	border: 0px solid #B4B0AB!important;
}
input.button {
	border: 1px solid #B4B0AB;
	background-color: #D4D0CB;
}
#content-wrapper {
	padding: 10px 5px 10px 15px;
	float: left;
	width: 478px;
}
#content-full-wrapper {
	padding: 10px 15px 10px 15px;
	width: 682px;
}

#content-full-wrapper-2 {
	padding: 10px 25px 10px 25px;
	width: 660px;
	text-align: justify;
}
#linkspage a:link, #linkspage a:visited {
	color: #0000FF;
}
#linkspage table {
	padding-left: 50px;
}
#page-footer {
	clear: both;
	width: 698px;
	font-size: 10px;
	color: #FFFFFF;
	height: 44px;
	min-height: 30px;
	background: #D4D0CB;
	background-image: url(../images/footer_bg.gif);
}
#page-footer a,
#page-footer a:active,
#page-footer a:visited {
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
	padding: 2px 5px 2px;
}
#page-footer a:hover {
	color: #FFFFFF;
	background-color: #0066CC;
}
#page-end {
	/*clear: both;*/
}
#glbl-footer {
	text-align: center;
}
#glbl-footer a,
#glbl-footer a:active,
#glbl-footer a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	padding: 2px 5px 2px;
}
#glbl-footer a:hover {
	color: #FFFFFF;
	background-color: #0066CC;
}
.pipe {
	color: #999999;
}
h3.storyTitle {
	margin: 2px 0px 4px;
	border-bottom: 1px solid #EEEEEE;
	color: #666666;
	width: 98%;
}
.detailTable td,
#detailTable td {
	padding-left: 10px;
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
}

.leftCol img {
	align: right;
}

.detailTable td.leftCol {
	text-align: right;
}
#detailTable td {
	width: 50%;
}
.detailTable img,
#detailTable img {
	border: 1px solid #999999;
	float: left;
	margin: 2px;
}
.detailTable a,
#detailTable a,
.detailTable a:active,
#detailTable a:active,
.detailTable a:visited,
#detailTable a:visited {
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
	padding: 2px 0px;
}
.detailTable a:hover,
#detailTable a:hover {
	text-decoration: underline;
}
#detailTable h2 {
	margin: 5px 0px 0px !important;
	font-size: 16px !important;
}
#detailTable p {
	margin: 2px 0px 10px;
	font-size: 10px;
}
td.left {
	padding-right: 10px;
	border-right: 1px solid #EEEEEE;
}
#blueList li {
	color: #0066CC;
}
a.darkLink,
a.darkLink:active,
a.darkLink:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.darkLink:hover {
	text-decoration: underline;
}

a.alwaysblue {
	color: #00FF00;
}

alwaysblue a {
	color: #FFCC33;
}

.formLabel {
	background-color: #EEEEEE;
	color: #0066CC;
	font-weight: bold;
	text-align: right;
}
table.form {
	background-color: #EEEEEE;
	color: #0066CC;
	font-weight: bold;
}
.referringFormLabel {
	color: #0066CC;
	font-weight: bold;
	text-align: right;
}
.redText {
	color: #990000;
}
table.smallText td {
	font-size: 10px;
}
.smallText {
	font-size: 10px;
}
.FAQTable h2 {
	color: #0066CC;
}
table.note {
	border: 1px solid #666666;
}
.note td {
	background-color: #F5F5F5;
	padding: 4px;

}
.note a,
.note a:active,
.note a:visited {
	padding: 2px;
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}
.note a:hover {
	text-decoration: underline;
}
.high-speed-internet-bg {
	background-image: url(/images/high_speed_internet_bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.high-speed-internet-bg p {
	color: #FFFFFF;
}
.inputError {
	background-color: #FFCCCC!important;
}
div.inputError {
	border: 1px solid #660000;
	margin: 10px 0px;
	padding: 5px;
	color: #660000;
	font-weight: bold;
}

#copyright-terms {
	color: #999999;
}

#copyright-terms a {
	color: #666666;
}

#article p {
	text-align: justify;
	padding-left: 5px;
	padding-right: 20px;
}

#article h1 {
	margin-left: 5px;
}

#article a:hover {
	background-color: #CCCCCC;
	padding: 2px 2px 2px 2px;
	text-transform: uppercase;
	font-weight: bold;
}

#article a:visited {
	color: #0000FF;
}

/**********************LINK EXCHANGE****************************/
.linkex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 8px;
	color: #CCCCCC;
}
