body { 
margin: 0px; 
padding: 0px; 
background-color: #ffffff; 
background-image: url(images/); 
} 

#container { 
border: 1px #000000 solid; 
background-color: #FFFFFF; 
} 

td 
{ 
font-family:Arial; 
color:#000000; 
font-size: 12px; 
} 

/* header area start */ 

#utility_nav { 
width: 100%; 
text-align: right; 
padding-top: 2px; 
padding-bottom: 3px; 
background-color: #000000; 
} 

#header { 
width: 100%; 
text-align: left; 
white-space: nowrap; 
background-color: #CC0000; 
height:45px; 
} 

#header img{ 
float:left; 
} 
/* topnav area start */ 

#topnav { 
width: 100%; 
/*height: 3px; */ 
white-space: nowrap; 
background-color: #aca899; 
border-top: 1px #000000 solid; 
border-bottom: 1px #000000 solid; 
clear:both; 
} 

/* main area start */ 

#main { 
width: 100%; 
background-color: #FFFFFF; 
border-bottom: 1px #000000 solid; 
clear: left; 
} 

#leftnav { 
width: 181px; 
padding-top: 25px; 
padding-bottom: 20px; 
white-space: nowrap; 
background-color: #CC0000; 
background-image: url(images/leftnav_bg.jpg); 
background-repeat: repeat-y; 
background-position: top left; 
} 

#content_area_homepage{ 
height: 100%;
background-color: #cc0000; 
vertical-align: middle; 
padding-left: 20px; 
padding-right: 20px; 
padding-top: 20px; 
padding-bottom: 20px; 
} 

#content_area { 
height: 100%;
background-color: #ffffff; 
padding-left: 20px; 
padding-right: 20px; 
padding-top: 20px; 
padding-bottom: 5px; 
} 


/* footer area start */ 

#footer { 
width: 100%; 
height: 31px; 
text-align: left; 
background-color: #000000; 
border-top: 1px #aca899 solid; 
} 

/*#footer_top { 
width: 100%; 
height: 7px; 
padding-top: 7px; 
background-color: #000000; 
} */ 

#thomas_info { 
width: 100%; 
text-align: right; 
padding-top: 2px; 
padding-bottom: 2px; 
} 

/* heading styles */ 

h1 { 
color: #000000; 
font-size: 30px; 
font-weight: bold; 
} 

h2 { 
color: #000000; 
font-size: 22px; 
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; 
} 

.logo_home 
{ 
display: block; 
position: absolute; top: 3%; left: 90%; 
} 


.img04 
{ 
border: 5px #000000 solid; 
} 

/* miscellaneous */ 

li { 
list-style-image: url(images/bullet.gif); 
} 

