body { 
margin-top: 10px; 
background: #CCCCCC url(images/bkgd.jpg) repeat-x; 
} 

#container { 
width: 760px; 
border: 1px #003366 solid; 
background-color: #FFFFFF; 
} 

/* header area start */ 

#utility_nav { 
width: 760px; 
text-align: right; 
padding-top: 2px; 
padding-bottom: 3px; 
background-color: #003366; 
} 

#header { 
width: 760px; 
border-top: 1px #FFFFFF solid; 
border-bottom: 1px #003366 solid; 
} 

/* topnav area start */ 

#topnav { 
width: 760px; 
text-align: right; 
padding-top: 4px; 
padding-bottom: 3px; 
background-color: #CAD5DA; 
white-space: nowrap; 
border-bottom: 1px #666666 solid; 
background-image: url(images/bg_topnav_gen_001.gif); 
background-repeat: repeat-x; 
} 

/* main area start */ 

#main { 
width: 760px; 
background-color: #FFFFFF; 
border-top: 3px #003366 solid; 
border-bottom: 3px #999999 solid; 
background-image: url(images/bg_main_gen_001.gif); 
background-repeat: repeat-x; 
} 

#leftnav { 
width: 140px; 
padding-top: 25px; 
padding-bottom: 100px; 
background-color: #DAE2E5; 
background-image: url(images/bg_leftnav_gen_001.gif); 
background-repeat: repeat-x; 
} 

#content_area { 
width: 620px; 
padding-left: 20px; 
padding-right: 20px; 
padding-top: 20px; 
padding-bottom: 20px; 
} 

/* footer area start */ 

#footer { 
width: 760px; 
text-align: center; 
padding-top: 7px; 
padding-bottom: 7px; 
background-color: #003366; 
background-image: url(images/bg_footer_gen_001.gif); 
background-repeat: repeat-x; 
} 

#footer_top { 
width: 760px; 
height: 7px; 
background-color: #CAD5DA; 
border-top: 1px #666666 solid; 
} 

#thomas_info { 
width: 760px; 
font-family: Arial; 
font-size: 10px; 
color: #000000; 
text-align: right; 
padding-top: 2px; 
padding-bottom: 2px; 
} 

/* heading styles */ 

h1 { 
color: #cc0000; 
font-size: 18px; 
font-weight: bold; 
} 
h1 b { 
color: #cc0000; 
font-size: 18px; 
font-weight: bold; 
} 
h1 span { 
color: #000000; 
font-size: 14px; 
font-weight: bold; 
} 


h2 { 
color: #000000; 
font-size: 14px; 
font-weight: bold; 
} 

h3 { 
font-family: Times; 
color: #003366; 
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 */ 

p { 
line-height: 18px; 
} 

ul, ol { 
margin-top: 5px; 
} 

li { 
list-style-image: url(images/bullet.gif); 
} 

