﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
    background: #abc url('../images/bg_watermark.gif') no-repeat fixed center top;
}
#container {
	margin: auto;
	margin-top:20px;
	background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	padding: 0;
	margin-top:20px;
	background-color: white;
}
#navigation {
	background-color: #0099ff;
}
#column_l {
	margin: 0 6px 0 14px;
	border: 1px gray solid;
	padding: 10px 10px 10px 10px;
}

#column_m {
	margin: 0px;
	border: 1px gray solid;
	padding: 10px 10px 10px 10px;
}

#column_a {
	margin: 0 14px 0 14px;
	border: 1px gray solid;
	padding: 10px 10px 10px 10px;
}

#column_r {
	margin: 0;
	float: right;
	position: relative;
	right: 16px;
	border: 1px gray solid;
	padding: 10px 10px 10px 10px;
}
#column_c {
	margin: 0;
	float: right;
	position: relative;
	right: 16px;
	border: 1px gray solid;
	padding: 10px 10px 10px 10px;
}

#footer {
	text-align: center;
	background-color: #0088ee;
	border-top:12px white solid;
	margin-right: 12px;
	margin-left: 11px;
	overflow: hidden;
	padding: 2px;
	border-bottom:2px #5D6770 solid;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
/* Styles for Navigation */
#navigation ul {
    padding-left:0;
	list-style-type: none;
	width: 100%;
	margin: 0px;	
	background-color: #0099ff;
}
#navigation li {
	float: left;
	padding: 5px 0px 5px 0px;
	background-color: #0099ff;
}
#navigation a {
	color: #fff;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	display: block;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #d3d3d3;
	background-color: #0099ff;
}
#navigation a:hover {
	background-color: #0066cc;
	border-right: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #0066cc;
	text-align:center;
	font-size: 1.5em;
}
h3 a{
	color: #0066cc;
	text-decoration:none;
	text-align:center;
	font-size: 1em;
}
h3 a:hover{
	color: #0099ff;
	text-align:center;
	font-size: 1em;
}

h4 {
	color: #0099ff;
	font-size: 1em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
   color:#0066cc;
	text-decoration: none;
}
a:hover {
	color: #0099ff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Styles for themall page */

table.epc { width: 95%; }
               
table.epc td { text-align: left;
               vertical-align: top;
               width: 33%;
               padding: 5px;
             }

table.epc img { background: white;
                border: 1px solid black;
                padding: 3px;
                float: left;
                width: 60px;
                height: 60px; 
              }
          
table.epc p { margin: 0px 0px 0px 80px;
            }
            
table.epc ul {margin: 0px 0px 0px 90px;
             }
 