body {
	margin: 0px;
	font: 12px arial,helvetica,sans-serif;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	font-size: 14px;
}

.content {
	width: 800px;
	margin: 0px auto;


}


.headerNav a {
	display: block;
	background: #ccc url(images/hdrButtonBG.jpg) no-repeat;
	padding:0px 0px 0px 20px ;
	height: 20px;
	color: #fff;
}

.headerNav a:hover {
	background: #01286F url(images/hdrButtonBG_over.jpg) no-repeat;
}

.headerNav2 {
	text-align: center;
	padding: 2px;
}

.headerNav2 a {
	font-weight: bold;
	color: #fff;
}

.bContent {
	margin-top: 1px;
	height: 500px;
	overflow: visible;
}
/* mozilla */
.content>.bContent {
	min-height: 500px;
	height: auto;
}
.sideMenu {
	background: #ABB7D2 url(images/sideMenuBG.jpg) repeat-x;
	width: 154px;
}
.stdPad {
	padding: 5px 0px 5px 10px;
}
.blueHeader {
	margin: 0px 0px 5px 0px;
	color: #1C3674;
}
.text {
	line-height: 1.4em;
}
.text h5 {
	margin: 0px 0px 5px 0px;
}
.thumbNail {
	margin: 0px 10px 0px 0px;
}
.footer {
	margin-top: 1px;
	background: #666;
	color: #fff;
}
.footer td {
	padding: 5px;
}
.footer a {
	color: #fff;
}

.smCat {
	color: #fff;
	padding: 2px 5px 2px 10px;
	background:#2F3E7D;
	border-bottom: #6270A7 solid 1px;
}
.smLink {
	display: block;
	color: #fff;
	padding: 2px 5px 2px 10px;
	/*background: url(images/hSep.gif) bottom repeat-x;*/
	text-decoration: none;
}
.smLink:hover {
	background:#788BB6 /*url(images/hSep.gif) bottom repeat-x*/;
}
.smLinkSel {
	display: block;
	color: #fff;
	padding: 2px 5px 2px 10px;
	text-decoration: none;
	background: url(images/selInd.gif) 3px 2px no-repeat;
	
}
.red {
	color: #990000;
}
.cForm {
	border: 1px solid #999;
	width: 100%;
	background: #eeeeee;
}
.prodImg {
	margin: 20px 0px 40px 20px;
	float: right;
}
.steps h2 {
	color: #B80101;
	background: #DDE3EF;
	padding: 5px;
	margin-right: 10px;
}
.steps h3 {
	font-size: 14px;
	margin: 5px;
}

th {
	background: #ccccff;
}

/*== glossary ==*/

.gAlphaList {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	font-size: .9em;
	background: #eeeeee;
}

/*==== newsletter form ===*/

.smNewsletterForm {
	padding: 5px;
	background: #E8EBF3;
	margin: 2px;
	border: 1px dotted #999;
}

.smNewsletterForm .input {
	width: 130px;
}

.error {
	background: #FFFFCC url(images/error.gif) no-repeat 5px 5px;
	padding: 5px 5px 5px 55px;
	border: 3px #900 double;
	width: 100;
	margin: 0px auto;
	color:#c00;
	margin-bottom: 10px;
}

.note {
	color:#c00;
}

.dataForm {
	border: 1px dotted #ccc;
	background: #eee;
	padding: 10px 20px;
	
}

.dataForm form {
	margin: 0px;
}