body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/page_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #0088BB;
	margin-top: 0px;
	margin-bottom: 20px;
}

#mainLogosContainer {
	margin-top: 0px;
	background-image: url(images/main_logos_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 108px;
	width: 764px;
}

#pageContainer {
	width: 764px;
	height: 100%;
	margin: 0px;
}

#navContainerIndex {
	width: 764px;
	height: 88px;
	background-image: url(images/nav_bottom_index.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #FFFFFF;
}

#navContainerSecondary {
	width: 764px;
	height: 88px;
	background-image: url(images/nav_bottom_secondary.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #FFFFFF;
}

#mainContentContainerIndex {
	width: 724px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

#mainContentContainerSecondary {
	width: 724px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	text-align: left;
}

#rightContent {
	float: right;
	width: 300px;
	height: 310px;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	border: 1px dotted #0099CC;
	background-image: url(images/content_bg.jpg);
	background-position: -50px -10px;
	background-repeat: no-repeat;
}

#footerIndex {
	background-image: url(images/content_bottom_index.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 754px;
	padding-top: 20px;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 9px;
	margin: 0px;
	clear: both;
	text-align: right;
}

#footerSecondary {
	background-image: url(images/content_bottom_secondary.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 754px;
	padding-top: 20px;
	padding-right: 10px;
	color: #FFFFFF;
	font-size: 9px;
	margin: 0px;
	clear: both;
	text-align: right;
}

p {
	text-align: left;
	line-height: 20px;
}

p.right {
	text-align: right;
	line-height: 20px;
}

.productDivider {
	margin-top: 50px;
	border-top: #000 solid 1px;
	width: 100%;
	height: 50px;
}

.productDividerNoLine {
	width: 100%;
	height: 100px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.rowHead {
	background: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.rowSubHead {
	background: #333;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana;
}

.rowCell {
	border-bottom: 1px solid #CCC;
	font-size: 10px;
	color: #666;
	font-family: verdana;
}

h1 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
	border-bottom: 1px dotted #0066CC;
}

h2 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	width: 400px;
	border-bottom: 1px solid #0099CC;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2.right {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	width: 400px;
	border-bottom: 1px solid #0099CC;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


h3 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
	line-height: 30px;
}

.alt1 {
	padding: 3px;
	font-size: 10px;
	background-color: #DDF4FF;
	border-bottom: 1px solid #E1E1E1;
	border-collapse: collapse;
}

.alt2 {
	padding: 3px;
	font-size: 10px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #E1E1E1;
	border-collapse: collapse;
}

.alt3 {
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	background-color: #333333;
	border-bottom: 1px solid #E1E1E1;
	border-collapse: collapse;
	color: #FFFFFF;
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}

a:hover {
	text-decoration: underline;
}
