/* CSS Document */
html, body {
height: 100%;
margin:0px;
background-color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:140%;
color:#666666;
}

/* text */

a {text-decoration: none}

.bold_blue_text { 
line-height:140%;
font-size:1.5em;
color:#003366;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-weight:bold;
}

.bold_gray_text { 
line-height:200%;
font-size:14px;
color:#666666;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-weight:bold;
}

/* background */

#top_graphic {
background-image:url(images/top_graphic.gif);
background-repeat:no-repeat;
padding:417px 0px 0px 0px;
margin:0px;
height:0px;
width:800px;
overflow:hidden;
}

#top_bar {
background-image:url(images/top_bar.gif);
background-repeat:no-repeat;
padding:46px 0px 0px 0px;
height:0px;
width:800px;
overflow:hidden;
}

#sliver {
padding:0px; 
height:auto;
width:800px;
background-image:url(images/sliver.gif); 
background-repeat:repeat-y;
}

#sliver_content {
border:0px solid #666666;
margin:auto;
padding:0px 0px 0px 0px;   
height:auto;
}

#bottom_content {
border:0px solid #666666;
margin-left:10px;
float:left;
padding:0px 0px 0px 20px;   
width:500px;
height:auto;
}

#demo_button {
background-image:url(images/demo_button.gif);
background-repeat:no-repeat;
padding:0px 0px 0px 0px;
margin-right:30px;
float:right;
height:36px;
width:103px;
}

#sliver_cap {
background-image:url(images/sliver_cap.gif); 
padding:0px 0px 0px 0px; 
height:20px;
width:800px;
}

/*IMAGE BOXES */

#left_info_box {
border:0px solid #666666;
margin-left:10px;
padding:20px 0px 0px 20px;
float:left;
width:430px;
height:auto;
font-size:1em;
}

#right_info_box {
border:0px solid #666666;
margin-right:20px;
padding:20px 0px 0px 0px;
float:right;
width:300px;
height:auto;
font-size:12px;
text-align:center;
}

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .clearfix { display: inline-block; } html[xmlns] .clearfix { display: block; } * html .clearfix { height: 1%; }
