﻿body {	
	margin: 0;
	padding: 0;
	border: 0;
	color: black;
	font-size: 13px;
	font-family: "Verdana", "Tahoma", Arial, Helvetica, sans-serif;
	background-color: white;
}
#container {
	padding: 0;
	background-color: #fff;
	width: 760px;
	margin:0 auto;
	border-top: 0;
	border-right: 1px solid #a7a7a7;
	border-bottom: 0;
	border-left: 1px solid #a7a7a7;
}
#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;
}
#footer {
	clear: both;
	overflow: auto;
	color: white;
	width: 760px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* 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 ul {
	list-style-type:none;
	width: 100%;
	margin: 0;
	padding: 0;
/*	border: 1px solid #c9c9c9;*/
}
#navigation li {
	float: right;
}
#navigation a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}
#navigation a:hover {
	color: black;
	text-decoration: none;
	background-color: #c9c9c9;
}

/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}

/* remove the bullets, padding and margins from the lists */
#menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
#menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
#menu table{
position:relative;
border-collapse:collapse;
z-index:80;
left:auto;
top:auto;
vertical-align:bottom;
}

/* style all the links */
#menu :visited {
	display: block;
	width: 400px;
	padding: 5px 6px;
	color:white;
	background:#993333;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}
#menu a {
	display: block;
	width: 400px;
	padding: 5px 6px;
	color:white;
	background:#993333;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}
/* style the links hover */
#menu :hover{
	color: black;
	background-color: #c9c9c9;
	z-index: 200;
}

/* hide the sub level links */
#menu ul ul {
visibility:hidden;
position:absolute;
width:400px;
height:0;
}
/* make the sub level visible on hover list or link */
#menu ul :hover ul{
	visibility: visible;
}

.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;
}