@charset "utf-8";
body{
text-align:center;
}
img,div,body{
margin:0;
padding:0;
color:#000;
background:#eee;
}

/*global fonts, colors, and margins*/
body,p,td,li,div,span,a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
h1,h2,h3,h4,h5,h6{
color:#646464;
margin:0 0 12px 0;
padding:0;
}
h1{
color:#000;
font-size:22px;
padding-left:20px;
background:#fff url(images/bullet-large.png) -1px 4px no-repeat;
}
h2{font-size:18px;}
h3{font-size:16px;}
h4,h5,h6{font-size:14px;}
p,ul,table,form,#content {
margin:12px 0;
padding:0;
}
a{
color:#f00;
text-decoration:underline;
}
a:visited{
color:#990000;
}
a:hover{
color:#03719f;
text-decoration:none;
}
ul{
margin:0;
padding:0;
list-style:none;
}
li ul, li ol{
margin-top:3px;
}
ul li{
padding:0 4px 3px 24px;
padding-bottom:3px;
background:url(images/bullet-small-white-bg.png) 8px 2px no-repeat;
}
ol li{
margin-left:0px;
padding:0 4px 3px 0px;
padding-bottom:3px;
background-image:none;
}
ol li ul li{ /* Don't lose bullets! */
padding:0 4px 3px 24px;
padding-bottom:3px;
background:url(images/bullet-small-white-bg.png) 8px 2px no-repeat;
}
td{
vertical-align:top;
}

/*layout*/
#wrap{
margin: 0 auto;
text-align:left;
}
#logo,#links,#pageBody,#bottomLogo{/* even breaks on small monitors */
padding:0 78px;
text-align:center;
}
img.banner{
padding:0 47px;
}

/*banner and logo*/
#logo{
width:801px;
margin:0 auto -2px auto;
background:#eee url(images/top-shadow.jpg) 229px 44px no-repeat;
}
#logo a{
margin-right:319px;
}
#bannerTop{
text-align:center;
background:#eee;
}
img.banner{
margin-left:4px;
}
#topNav img.banner{
background:#000 url(images/top-stripe.jpg) top left repeat-x;
}

/*top navigation*/
#topNav{
text-align:center;
background:#000 url(images/top-stripe.jpg) top left repeat-x;
padding-bottom:0;
margin-bottom:-3px;
}
#links{
width:801px;
margin:0 auto;
background:#000 url(images/top-stripe.jpg) 0px -94px repeat-x;
}
#topNav img.domroll{
margin-right:-4px;
}
#topNav a.first{
margin-left:-4px;
}

/*left navigation*/
#pageBody{
text-align:center;
background:#eee;
}
#pageTable{
width:801px;
height:350px;
text-align:left;
margin:0 auto;
background:#fff;
height:100%;
border-table:1px solid #404040;
border-right:1px solid #404040;
}
#leftNav{
width:181px;
color:#6f7073;
padding:0;
background:#eee url(images/sidenav-gradient.jpg) top left repeat-y;
}
#leftNav h2{
padding:8px 8px;
margin:0px 1px 8px 1px;
color: #fff;
background:#6f7073;
font-size: 14px;
}
#leftNav h3{
margin:0 8px;
color: #f00;
font-size:11px;
}
#leftNav *{
font-size:10px;
}
#leftNav p{
margin:0 8px 12px 8px;
}
#leftNav a, #leftNav a:visited{
font-weight:bold;
color:#000;
text-decoration:underline;
}
#leftNav a:hover{
color:#6f7073;
}
#leftNav ul li{
background:url(images/bullet-small-gray-bg.png) 8px 2px no-repeat;
}
#leftNav ul{
margin-bottom:10px;
}

/*content area*/
#content{
padding:8px 8px 24px 8px;
margin:0;
color:#646464;
background:#fff;
}
#content p,#content ul,#content table,
#content h1,#content h2,#content h3,
#content h4,#content h5,#content h6{
margin-left:10px;
}
#content a, #leftNav a:visited{
font-weight:bold;
color:#000;
text-decoration:underline;
}
#content a:hover{
color:#6f7073;
}
#content table.standards{
margin:15px 8px;
width:97%;
vertical-align:middle;
text-align:center;
border-collapse:collapse;
}
#content table.standards th{
text-align:center;
border:1px solid #6f7073;
padding:5px;
color: #fff;
background:#6f7073;
}
#content table.standards td{
padding:5px;
border:1px solid #6f7073;
}
#content table.standards td.left{
text-align:left;
border:none;
}
#content hr {
height:0;
border:0;
border-top:1px solid #333333;
clear:both;
}
#content img {
margin:0 10px 10px 10px;
}
#content table.products {
margin:0
}
#content table.products img {
margin:8px;
}
#imageholder {
height:310px;
width:260px;
float:right;
margin:0 10px;
}
#imageholder img {
margin:0;
}
/*footer*/
#footer{
color:#fff;
background:#6f7073;
text-align:center;
}
#footer table{
width:957px;
background:#6f7073;
margin:0 auto;
text-align:left;
}
#footer td{
font-size:10px;
line-height:14px;
padding:18px 12px;
vertical-align:middle;
}
#footerLeft{
width:54px;
background:#6f7073 url(images/footer-left-shadow.jpg) top right repeat-y;
}
#footerMid1{
border:1px solid #404040;
border-right:none;
}
#footerMid2{
border:1px solid #404040;
border-left:none;
text-align:right;
}
#footerRight{
width:54px;
background:#6f7073 url(images/footer-right-shadow.jpg) top left repeat-y;
}
#footer a, #footer a:visited{
font-size:10px;
line-height:16px;
font-weight:normal;
color:#fff;
}
#footer a:hover{
text-decoration:underline;
}
#bottomLogo{
width:801px;
margin:0 auto;
text-align:right;
}
