body { 
margin-top:10px; 
background-color: #5A97D0; 
background-image: url(/images/body_bg.jpg); 
background-repeat: repeat-x; 
background-position: top left; 
} 

#container { 
width: 960px; 
background-color: #FFFFFF; 
} 

td 
{ 
font-family:Arial; 
font-size: 12px; 
} 

/* header area start */ 

#header { 
width: 960px; 
text-align: left; 
white-space: nowrap; 
} 

#utility_nav { 
width: 960px; 
text-align: right; 
padding-top: 2px; 
padding-bottom: 3px; 
background-color: #670416; 
background-image: url(/images/utilitynav_bg.jpg); 
background-repeat: repeat-x; 
background-position: top left; 
} 

/* topnav area start */ 

#topnav { 
width: 960px; 
text-align: right; 
padding-top: 17px; 
padding-bottom: 15px; 
background-color: #ffffff; 
white-space: nowrap; 
background-image: url(images/topnav_bg.jpg); 
background-repeat: no-repeat; 
background-position: top left; 
} 

/* main area start */ 

#main { 
width: 960px; 
background-color: #FFFFFF; 
} 

#leftnav { 
width: 180px; 
padding-bottom: 10px; 
background-color: #FFFFFF; 
border-right: 1px #545456 solid; 
background-image: url(images/leftnav_bg.jpg); 
background-repeat: repeat-x; 
background-position: top left; 
} 

#content_area { 
padding-left: 20px; 
padding-right: 20px; 
padding-top: 0px; 
padding-bottom: 20px; 
} 

/* footer area start */ 

#footer { 
width: 960px; 
text-align: center; 
padding-top: 6px; 
padding-bottom: 7px; 
background-color: #990324; 
background-image: url(/images/footer_bg.jpg); 
background-repeat: repeat-x; 
background-position: top left; 
border-bottom: 1px solid #7A041A; 
/*border-left: 1px solid #7A041A; 
border-right: 1px solid #7A041A; */ 
} 

#bottom { 
width: 960px; 
background-color: #FFFFFF; 
} 

#thomas_info { 
width: 960px; 
text-align: right; 
padding-top: 2px; 
padding-bottom: 2px; 
} 

/* heading styles */ 

h1 { 
color: #8a0101; 
font-size: 18px; 
font-weight: bold; 
} 

h2 { 
color: #000000; 
font-size: 14px; 
font-weight: bold; 
} 

h3 { 
color: #000000; 
font-size: 13px; 
font-weight: bold; 
} 

/* 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; 
} 

.img04 
{ 
border: 1px solid #8a0101; 
margin-bottom: 17px; 
} 

/* miscellaneous */ 

.leftnavbottom 
{ 
padding-top: 120px; 
text-align: center; 
} 

