
body { 
margin-top:10px; 
background-color: #Cfcfcf; 
background-image: url(images/bg.jpg); 
background-repeat:repeat-x; 
} 

#container { 
width: 960px; 
border: 1px #000000 solid; 
background-color: #FFFFFF; 
} 

/* header area start */ 

#header { 
width: 960px; 
border-top: 1px #FFFFFF solid; 
border-bottom: 1px #FFFFFF solid; 
} 

#utility_nav { 
width: 960px; 
text-align: right; 
padding-top: 4px; 
padding-bottom: 4px; 
background-color: #0072BC; 
} 

/* topnav area start */ 

#topnav { 
width: 960px; 
text-align: right; 
padding-top: 4px; 
padding-bottom: 4px; 
background-color: #000000; 
white-space: nowrap; 
border-bottom: 1px solid #666; 
} 

/* main area start */ 

#main { 
width: 960px; 
background-color: #FFFFFF; 
border-top: 1px #FFFFFF solid; 
border-bottom: 1px #FFFFFF solid; 
position: relative; 
} 

#leftnav { 
width: 180px; 
padding-top: 0px; 
padding-bottom: 120px; 
background-color: #E2E7E9; 
display:block; 
} 

#content_area { 
width: 740; 
padding-left: 20px; 
padding-right: 20px; 
padding-top: 20px; 
padding-bottom: 30px; 
} 

/* footer area start */ 

#footer { 
width: 960px; 
text-align: center; 
padding-top: 4px; 
padding-bottom: 4px; 
background-color: #0072BC; 
} 

#thomas_info { 
width: 960px; 
font-family: Arial; 
font-size: 10px; 
color: #000000; 
text-align: right; 
padding-top: 2px; 
padding-bottom: 2px; 
} 

/* heading styles */ 

h1 { 
color: #000000; 
font-size: 18px; 
font-weight: bold; 
} 

h2 { 
color: #666; 
font-size: 14px; 
font-weight: bold; 
} 

h3 { 
font-family: Times; 
color: #000000; 
font-size: 22px; 
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; 
} 


.bottom { 
bottom:0; 
display:block; 
left:0; 
padding-bottom:20px; 
position:absolute; 
text-align:center; 
vertical-align:bottom; 
width:180px; 
} 



.bottom a { 
border:0 solid #FFFFFF !important; 
display:block !important; 
margin:0 !important; 
padding:0 !important; 
text-align:center !important; 
} 

.bottom a:hover { 
background: none !important;
border:0 solid #FFFFFF !important; 
display:block !important; 
margin:0 !important; 
padding:0 !important; 
text-align:center !important; 
} 

/* miscellaneous */ 
