body { 
margin: 10px 10px 15px; 
background: url(images/bg.gif) top fixed repeat-x; 
} 
img, div { behavior: url(iepngfix.htc) } 

#container { 
width: 960px; 
border: 1px #000000 solid; 
background-color: #FFFFFF; 
} 

td { 
vertical-align:top;
} 



#header { 
width: 960px; 
text-align: left; 
} 

#utility_nav { 
width: 960px; 
height: 24px; 
text-align: right; 
background-image: url(images/utility-nav-bg1.jpg); 
background-repeat: no-repeat; 
} 

/* topnav area start */ 


#topnav { 
width: 960px; 
height: 37px; 
text-align: right; 
padding-top: 17px; 
background-color: #FFFFFF; 
white-space: nowrap; 
background-image: url(images/topnav_bg.jpg); 
background-repeat: no-repeat; 
} 


/* main area start */ 

#main { 
width: 960px; 
background-color: #FFFFFF; 
} 

#leftnav { 
width: 160px; 
padding-top: 40px; 
padding-bottom: 60px; 
background-color: #FFFFFF; 
} 

#content_area { 
padding-left: 20px; 
padding-right: 20px; 
padding-top: 20px; 
padding-bottom: 20px; 
} 

#buckets td{ 
background:url(images/bucket-bg2.jpg) top left no-repeat; 
width: 140px; 
height: 160px; 
padding-left:15px; 
padding-top:10px; 
} 
#buckets td img { 

} 

.pull-quote { 
font-size: 1.6em; 
font-weight:bold; 
background: url(images/close-quote.gif) no-repeat right bottom; 
padding-left: 18px; 
text-indent: -18px; 
color:#fff; 
} 
.pull-quote:first-letter { 
background: url(images/open-quote.gif) no-repeat left top; 
padding-left: 18px; 
font-size: 1.4em; 
} 

/* footer area start */ 

#footer { 
width: 960px; 
text-align: center; 
padding-top: 0px; 
padding-bottom: 8px; 
background-color: #d70e00; 
} 

#bottom { 
width: 960px;
} 

#thomas_info { 
width: 960px; 
text-align: right; 
padding-right: 5px; 
padding-top: 3px; 
padding-bottom: 2px; 
}



/* heading styles */ 

h1 { 
color: #ff0000; 
font-size: 19px; 
font-weight: bold; 
} 

h2 { 
color: #660000; 
font-size: 12px; 
font-weight: bold; 
padding:0; 
margin:0; 
} 

h3 { 
font-family: Times; 
color: #663333; 
font-size: 24px; 
font-weight: bold; 
font-style: italic; 
} 

/* image styles */ 

.img01 { 
border: 1px #000000 solid; 
} 

.img02 { 
border: 1px #000000 solid; 
float: left; 
margin-right: 10px; 
margin-bottom: 10px; 
} 

.img03 { 
border: 1px #000000 solid; 
float: right; 
margin-left: 10px; 
margin-bottom: 10px; 
} 

/* miscellaneous */ 

#buckets td a:link, #buckets td a:visited { 
color:#fff; 
font-weight:bold; 
text-decoration:none; 
font-size:11px; 
} 

#buckets td a:hover, #buckets td a:visited:hover { 
color:#fff; 
font-weight:bold; 
text-decoration:underline; 
font-size:11px; 
} 

.button a:link, .button a:visited { 
display:inline-block; 
border:2px solid #ff0000; 
background:#222; 
color:#fff; 
font-size:11px; 
font-weight:bold; 
text-decoration:none; 
padding:8px; 
} 

.button a:hover, .button a:visited:hover { 
background:#ff0000; 
border:2px solid #333; 
font-size:11px; 
font-weight:bold; 
color:#fff; 
} 
