@charset "utf-8";

body {
	background: #666666;
	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: #000000;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtr #mainContent {
	padding: 10px 10px;
}

.oneColFixCtr #mainContent h1 {
	font-size: 12pt;
}
.oneColFixCtr #mainContent h2 {
	font-size: 10pt;
	font-weight: bold;
	}
.oneColFixCtr #mainContent h3 {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
.oneColFixCtr .solutionImage {
	text-align: center;
}
.oneColFixCtr .solutionImage img {
	border: none;
}
.oneColFixCtr .solutionImageCaption {
	text-align: center;
}
.oneColFixCtr .textWrapBlock {
	float: left;
	padding-right: 1ex;
}
.topAlignTable td {
	vertical-align: top;
}
ul.tightUList {
	
}
ul.tightUList li {
	margin-bottom: 0;
}
ul.spacedUList {
	
}
ul.spacedUList li {
	margin-bottom: 1ex;
}
ul.blueArrowBulletList li {
	list-style-image: url(images/blue_dot_arrow_small.gif);
	padding-left: 10px;
	padding-bottom: 5px;
	}
.oneColFixCtr #topEdge {
	background: #0B73AC;
}

/* Logo Bar */
.oneColFixCtr #logoBar {
	margin: 10px;
	text-align: right;
}
.oneColFixCtr #logoBarImage {
	text-align: left;
}
.oneColFixCtr #logoBarText {
	text-align: right;
	font-style: italic;
}

/* Graphics Bar */
.oneColFixCtr #graphicsBar {
	background-color: #F6BF0F;
}

/* Navigation Menu */
.oneColFixCtr #navMenuBar {
	background: #F6BF0F;
	padding: 2px 10px;
	text-align: center;
}
#navMenuTable {
	width: 100%;
	padding: 0px;
	}
TD.navMenuItem {
	width: 14%;
	margin: 0px;
	vertical-align: bottom;
}
A:link, A:visited {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A.navMenuItemLink:link, A.navMenuItemLink:visited {
	color: #FFF1C3;
	font-weight: bold;
	text-decoration: none;
}
A.navMenuItemLink:hover {
	text-decoration: underline;
	color: #0B73AC;
}
dl {
	
}
dt {
	margin-bottom: 4px;
	text-decoration: underline;
}
dd {
	font-style: italic;
	margin-bottom: 4px;
}
span.emphasisTerm {
	font-weight: bold;
}
div.borderBox {
	border: thin double Maroon;

}