html {
	height: 101%;
}

body {
	font-family: "Verdana";
	font-size: 1em;
	color:#000000;
	margin: 0px;
	padding-bottom: 10px;
	background-color: #333333;
}

/* Used for title of page at top of data area */
h1 {
        font-family: "Arial";
        font-size: x-large;
        color: #d75600;
        font-variant: small-caps;
		padding: 5px 0px 0px 5px;
		margin: 0px 0px 0px 5px;
}

img {
	border: 0px;
}

table {
	font-size: 10pt;
	border-collapse: collapse;
	/*border: 0px solid black;*/
}

table.info {
	background: #333333; 
	width: 100%; 
	border-collapse: collapse; 
	border: 1px solid black;
}

table.info td {
	border: 1px solid black;
	padding: 0.2em 2ex 0.2em 2ex;
	color: black;
}

table.info tr.hdr td {
	background: rgb(255, 102, 0); 
	font-weight: bold;
	border: 1px solid rgb(255,102,0);
}

table.info tr.d0 td {
	border: 1px solid white;
	padding: 2px 2px 2px 2px;
	background: rgb(224,224,224); 
	vertical-align: top;
}
table.info tr.d1 td {
	border: 1px solid white;
	padding: 2px 2px 2px 2px;
	background: rgb(208,208,208); 
	vertical-align: top;
}

table.info tr.d2 td {
	border: 1px solid white;
	padding: 2px 2px 2px 2px;
	background: rgb(192,192,192); 
	vertical-align: top;
}

.no_display *{
 position: absolute;
 top: -10000px;
 left: -10000px;
 visibility: hidden;
}

.no_display *td{
    border: 0px solid black;
}

#logo {
	width: 950px;
	height: 91px;
	background-color: #333333;
	background-image: url("/internet/template/home_top_2011.jpg");
	margin-bottom: 10px;
}

#container {
	width: 950px;
}

#container table {
	border-spacing: 0px;
	padding: 0px;
}

#well {
    height: 605px;
	font-size: 10pt;
	vertical-align: top;
	background-color: #FFFFFF; /* want to make this #333333 */
}

#lhn {
	width: 160px;
        height: 100%;
        padding-top: 10px;
        text-align: left;
        vertical-align: top;
        background-color: #C02601;
        border-left: none;
        border-top: none;
        border-right: solid;
        border-bottom: none;
        border-width: 10px;
        border-color: #333333;
	
}

/* UL Version */
#lhn h1 {
	font-family: "Arial";
	font-size: 10pt;
	margin-left: 10px;
	font-weight: bold;
	color: white;
	padding: 0px;
}

#lhn ul {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 15px 30px;
	list-style: disc;
}

#lhn ul.dots {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 15px 20px;
	list-style: none;
}

#lhn ul li {
	font-size: 80%;
}

#lhn ul li a {
	color: black;
	text-decoration: none;
}

#lhn ul li a:hover {
	color: orange;
	text-decoration: none;
}

/* DL version */
#lhn dl {
	font-size: 10pt;
	margin-left: 10px;
	font-weight: bold;
	color: white;
}

#lhn dl dt {
	color: white;
}

#lhn dl dt a {
	color: white;
	text-decoration: none;
}

#lhn dl dt a:hover {
	color: orange;
	text-decoration: none;
}

#lhn dl dd {
	font-size: 80%;
	margin-left: 10px;
}

#lhn dl dd a {
	color: black;
	text-decoration: none;
}

#lhn dl dd a:hover {
	color: orange;
	text-decoration: none;
}

#copyright {
	height: 20px;
	font-family: "Arial";
	font-size: 8pt;
	text-align: center;
	/* background-image: url("/internet/template/home_bot_flat.jpg");
	background-repeat: repeat-x; */
	background: #545454 url("/internet/template/home_bot_flat.jpg") no-repeat center center;
}

#main_data {
	position: absolute;
	top: 0px;
	left: 0px;
}

#display_data {
}

table.product {
        width: 100%;
        padding: 10px;
        border: 0px;
        font-family: "Verdana";
}

table.product td {
        font-size: 8pt;
}

p.prod_title {
        font-size: 14pt;
        font-weight: bold;
        font-family: "Arial";
        background-color: #C0C0C0;
}

p.prod_main {
}

dl.prod_features {
        text-align: left;
}

dl.prod_features dt {
        margin-left: 10px;
        font-size: 10pt;
        font-weight: bold;
}

dl.prod_features dd {
        margin-left: 20px;
}
