/* html template css file */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C4DEFF;
	margin-top: 10px;
}
#frame {
	margin-left:auto;
	margin-right:auto;
	background-color:#013565;
	width:798px;
}
.nav-hdr {
	display: block;
	padding: 0 8px;
	color: #aaaaaa;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;        
}
.nav-hdr a:link {
	display: block;
	padding: 0 8px;
	color: #aaaaaa;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	}
.nav-hdr a:visited {
	display: block;
	padding: 0 8px;
	color: #aaaaaa;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	}
.nav-hdr a:hover {
	display: block;
    color: #FFFD97;
	cursor: pointer;
	text-decoration: none;
	}
#thecontents {
        background-color:#ffffff;
        margin-left:10px;
        text-align:left;
}
#thedate {
	font-weight: bold;
	font-size: inherit;
        float: left;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #287ac6;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #287ac6;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
li {
	list-style:square;
	margin: 3px;
	padding: 0px;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
	}
.roman {
    list-style: upper-roman;
	margin: 3px;
	padding: 0px;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
}
.numeric {
    list-style: decimal;
    list-style-type: decimal;
	margin: 3px;
	padding: 0px;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
}
em {
    font-weight: bold;
}
p {
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
}
.rightImage { 
	float: right;
	margin-left: 10px;
	margin-right:10px;
	}
.SearchHdr {
	text-align: center;
	color: #FFFFFF;
	background: #336799;
	padding: 5px;
	font-weight: bold;
	}
#SearchBox {
	padding: 5px;
	color: #FFFFFF;
	font-weight: 500;	
	}
.PanelMenu {
    font-weight: bold;
}
.PanelMenu a cr {
	color: #FFFFFF;
	}
.PanelMenu a:link{
	display: block;
	text-decoration: none;
	color: #85AFFE;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: medium;
	border-bottom-color: #336799;
	border-bottom-style: solid;
	padding-left: 3px;
	}
.PanelMenu a:visited{
	display: block;
	text-decoration: none;
	color: #85AFFE;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: medium;
	border-bottom-color: #336799;
	border-bottom-style: solid;
	padding-left: 3px;
	}
.PanelMenu a:hover{
	display: block;
	text-decoration: none;
	color: #FFFD97;
	font-size: 14px;
	}

.PanelMenuSub {
    color: #FFFFFF;
	font-size: 11px;
	display: block;
	text-decoration: none;
	}

.PanelMenuSub a:visited{
	color: #FFFFFF;
	font-size: 11px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	}

.PanelMenuSub a:link{
	color: #FFFFFF;
	font-size: 11px;
	cursor: pointer;
	display: block;
	padding: 3px;
	text-decoration: none;
	}
	
.PanelMenuSub a:hover{
	font-size: 11px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #FFFD97;
	}
	
.PanelMenuSub a cr {
	color: #FFFFFF;
	}

#subTCU,#subSMOKE,#subLITERATURE {
	display: none;
	color: #013565;
	background: #336799;
	font-weight: bold;
	font-size: 11px;
}
.contacttext{
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
}
.ProductBlock {
    background-color: #DCDCDC;
}
.ProductRow {
    margin: 10px;
}
.ProductCell {
    vertical-align: top;
    margin: 10px;
}
