﻿@import url("layout.css");
body {
	background-color: #DCDCDC; /*	background-image: url("../images/background1.gif");*/;
	background-repeat: repeat;
	background-attachment: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	line-height:17px;
}
#container {
	width: 990px;
	margin: 5px auto;
}
#masthead {
	text-align: left;
	height: 90px;	
	width: 990px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;

}
#navigation {
	font:  12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	position: relative;
	float: left;
	width: 120px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	text-align: left;
}
#content {
	float: left;
	width: 845px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top: 0px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff; /*  line-height:18px;*/;
	padding: 4px;
}

#contentnet {
	float: left;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}

.footer {
	font: 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-align: center;
	clear: both;
	width: 990px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #006699;
	color: #FFFFFF;
	background-image: url('../menu/images/nav_bg.png');
	margin-bottom: 0px;
		height:18px;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type:none;
		width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
}
#navigation a {
    font: bold 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: white;	
    text-decoration: none;
	display: block;
	padding: 2px;
	border: 0px solid #fff;
	background-color: #006699;
	background-image:url('../menu/images/nav_bg.png');
	height:17px;
}
#navigation a:hover {
	text-decoration: none;
	border: 0px solid #5f8ea9;
    background-image:url('../menu/images/nav-bg2.png');
	color:white;
	padding: 2px;
		height:17px;
		display: block;
		background-color: #006699;
}

#googlesearch {
	width:227px;
	position:absolute;
	top:20px;
	left:770px;
	padding-bottom: 10px;
}

.divider {
	font: 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background-color: #D2E0E8;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	padding-left: 10px;
	background-image: url('../menu/images/nav_bg.png');
	width:auto;
}

.tableheader {
	background-color: #DCDCDC;
}

.articletext {
	border: #C0C0C0;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	line-height: 17px;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 1em;
	padding-bottom: 30px;
}

.articletext h2 {
	color: #006699;
	font-weight: bold;
	padding-top: 20px;
	font-size: 1.1em;
	margin-bottom: 0px;
}

.datacell {
	text-align: center;
	border-style: solid;
	border-width: 0px;
}

.datatable {
	border: 0px solid #FFCC66;
	width: 90%;
	margin-left: 30px;
	text-align: center;
	line-height: 18px;
	font-size: .8em;
}
.datasheettable {
    border: 0px solid #FFCC66;
	width:90% ;
	margin-left:30px;
	text-align:left;	
}
.infodiv {
    width:90%;
	margin-left:30px;
	text-align:left;
		
}
.navigation {
	font: 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
}


/* Content Styles */
h6 {
	color: #006699;
}
h5 {
	color: #006699;
}
h4 {
	color: #006699;
}
h3 {
	color: #000000;
	font: 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin-bottom: -0px;
}
h2 {
	color: #000000;
	margin-bottom: -0px;
	margin-top: -0px;
	font: 1.1em Verdana, Arial, sans-serif, Helvetica;
}

th {
	background-color: #DCDCDC;
	white-space: nowrap;
	line-height:18px;
}

#content h1 {
	font: 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	width: auto;
	background-image: url('../amedropdown_theme/nav_bg.png');
	border-bottom-color: #800000;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
#content img {
	padding: 5px;
	border: 0px solid #808080;
}
/* Footer Styles */
.footer p {
	color: #DBDBDB;
	margin-top: 5px;
}
.footer a {
	color: #F2F2F2;
	text-decoration: underline;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
	border: 0px solid #5f8ea9;
	background-color: #1067a0;
}
a {
	border: thin #3D6C87;
	color: #004A6F;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #800000;
	text-decoration: underline;
	font-weight: normal;

}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.formtable {
	width: 600;
}
/* standard color :1067a0 rgb:16 105 163*/