html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font: inherit;
	vertical-align: baseline;
}

/*
Navigation Menu Style
*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: #800000;
    text-align: left;
	padding-top: 14px;
    padding-right: 22px;
    text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

li a:hover, .dropdown:hover .dropbtn {
   background-color: #f2f2f2;
}

li.dropdown {
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: #4D4D4F;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	font-size: 90%;
	font-family: Arial, sans-serif;
	
}

.dropdown-content a:hover {background-color: #f2f2f2}

.dropdown:hover .dropdown-content {
    display: block;
}

/* 
Page block: Header(Logo, header, and menu)
*/
div.header{
	width: 970px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	/*margin-left: 0;*/
	margin: 0 auto;
}
div.content{
	width: 970px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	/*margin-left: 0;*/
	margin: 0 auto;
}
div.WrapLeft{
	float: left;
	margin: 10px;
}


/* Table Format */
table.table1{
	border-width: 920;
	border-style: solid;
	border: 1px;
	border: 1px solid #cccccc;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #4D4D4F;

}
table.tabimg{
	border-width: 920;
}
td {
	vertical-align: top;
	text-align: center;
	border: 1px solid #cccccc;
}
td.heading {
	padding: 7.5pt 7.5pt 7.5pt 7.5pt;
	font-weight: bold;
}
p.table{
	text-align: center;
	line-height: 12.0pt;
}

/* Images format on Product Page */
#images{
    text-align:Center;
    margin:50px auto;
}
#images a{
    margin:0px 20px;
    display:inline-block;
    text-decoration:none;
	color: #4D4D4F;
    font-family: Arial, sans-serif;
	font-size:100%;
}

/*
Formatting Images
*/
img.floatleft{
	float: left;
	margin: 10px;
}
img.floatright{
	float: right;
	margin: 10px;
}
img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto
}
img.title {
	font-size: 100%;
	font-family: sans-serif;
	font-weight: bold;
	color: #4D4D4F;
}
/*
List Formatting
*/
ul.content{
	display: block;
	list-style-type: square;
	font-family: Arial, sans-serif;
	padding-left: 20px;
	margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
	/*
	padding-bottom: 12px;
	text-indent: -1.4em;
	line-height: 11pt;
	*/
	font-size: 100%;
	color: #4D4D4F;
	background: white;
}
ul.content li.list{
	font-size: 120%;
}

a, img {
    border:none;
    outline:none;
}
h2{
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	background: white;
	color: #800000;
}
h3{
	font-family: Arial, sans-serif;
	color: #4D4D4F;
	margin-bottom: -0.5em;
}
/*
Format Title of Topics
*/
p{
	/*
	line-height: 11pt;
	*/
	padding-top: 12px;
	padding-bottom: 12px;
	background: white;
	font-size: 100%;
	font-family: Arial, sans-serif;
	color: #4D4D4F;
}


/*
List Formatting First and Second Level indent
*/
ul.content1{
	display: flex-flow;
	list-style-type: none;
	list-style-position: outside;
	font-family: Arial, sans-serif;
	padding-left: 30px;
	margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
	/*
	padding-bottom: 12px;
	text-indent: -1.4em;
	line-height: 11pt;
	*/
	font-size: 100%;
	color: #4D4D4F;
	background: white;
	width: 720px;
}
ul.content1 li{
	font-size: 100%;
	padding-bottom: 8px;
}

ul.content2{
	display: block;
	list-style-type: none;
	font-family: Arial, sans-serif;
	padding-left: 150px;
	margin-top: 1 em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
	/*
	padding-bottom: 12px;
	text-indent: -1.4em;
	line-height: 11pt;
	*/
	font-size: 100%;
	color: #4D4D4F;
	background: white;
	width: 420px;
}
ul.content2 li{
	font-size: 100%;
}

