﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	color: black;
	font-size: 13px;
	font-family:  Arial, Helvetica, sans-serif;
	background-color: white;
}
#container {
	padding: 0;
	background-color: #fff;
	width: 770px;
	margin:0 auto;
	border-top: 0;
	border-bottom: 0;
}
#masthead {
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: right;
	background-color:#F6F6F6;
	width: 760px;
}
#navigation {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	color: white;
	background-color:#003366;
	overflow: hidden;
}
#column_l {
	position: relative;
	float: left;
	width: 480px;
	margin: 0;
	padding:0px 10px 10px 10px;
	background-color:white;
}
#column_r {
	width: 250px;
	margin: 0;
	float: right;
	padding: 5px 5px 10px 5px;
	background-color: #b9b9b9;
	position: relative;
}
/* Styles for Masthead */
#masthead img { 
	float: left;
	margin:1px 5px 2px 2px; 
	border-width:0;
}
#masthead p {
	color: black;
	margin: 10px 10px 0;
}
/* Styles for Navigation */
#navigation {
display:none;
}
/* Styles for Footer */
#footer {
	display:none
	}

/* Styles for Links */
a {
	color: black;
	text-decoration:none;
}
a:hover {
	color: black;
	text-decoration:none;
}

/* remove the bullets, padding and margins from the lists */
#menu{
	display:none;
}

.pagehead {
	font-size: 24px;
	font-weight:bold;
	margin-top: 0;
}
.sectionhead {
	font-size: 18px;
	font-weight: bold;
	margin-top:18px;
	margin-bottom: 0;
}
.standard{
	margin-top: 6px;
	margin-bottom: 12px
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


.rlogo {
	padding: 5px 5px;
	background-color: white;
	text-align: center;
}
.product {
	color: #000080;
	font-weight: bold;
}
.product_code {
	color: #FF0000;
	font-weight: bold;
}
.logolist {
	margin: 0;
	padding-left: 20px;	
}
.logolist li{
	margin-top:2px;
	margin-bottom:2px;
}
.sideimage{
	margin:5px 0px 5px 0px;
	text-align: center;
}
.sideheading{
	font-size: 13px;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom:0px;
}
.sidetext{
	font-size: 11px;
	margin: 4px 5px 10px 5px;
}
.sidetitle{
	font-weight:bold;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 12px
}
.imagelink{
	border: 0;
}