body {
margin-top: 3px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11px;
color: #000000;
background-color: #CCCCCC;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
}

td {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11px;
color: #000000;
}

#container {
width: 760px;
border: 1px #626262 solid;
background-color: #FFFFFF;
}

/* header area start */

#header {
width: 760px;
border-top: 1px #666666 solid;
border-bottom: 1px #c7b299 solid;
}

#top01 {
width: 760px;
height: 19px;
font-size: 11px;
color: #FFFFFF;
text-align: right;
padding-top: 2px;
background-color: #42502d;
}

/* topnav area start */

#topnav {
width: 760px;
height: 20px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-align: right;
padding-top: 2px;
background-color: #CAD5DA;
white-space: nowrap;
border-bottom: 1px #666666 solid;
background-image: url(images/bg_topnav.gif);
background-repeat: repeat-x;
}

/* main area start */

#main {
width: 760px;
background-color: #FFFFFF;
border-top: 3px #000000 solid;
border-bottom: 3px #c7b299 solid;
background-image: url(images/bg_main.gif);
background-repeat: repeat-x;
}

#leftnav {
padding-top: 25px;
padding-bottom: 25px;
background-color: #CCCCCC;
background-image: url(images/bg_leftnav.gif);
background-repeat: repeat-x;
}

#content_area {
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

/* footer area start */

#footer {
width: 760px;
height: 28px;
font-size: 11px;
color: #FFFFFF;
text-align: center;
padding-top: 3px;
padding-bottom: 4px;
background-color: #42502d;
background-image: url(images/bg_footer.gif);
background-repeat: repeat-x;
}

#bottom01 {
width: 760px;
height: 7px;
background-color: #598527;
border-top: 1px #666666 solid;
}

#thomas_info {
width: 760px;
height: 16px;
font-size: 10px;
color: #000000;
text-align: right;
padding-top: 2px;
}

/* heading styles */

h1 {
color: #9d0a0e;
font-size: 18px;
font-weight: bold;
}

h2 {
color: #3f6618;
font-size: 14px;
font-weight: bold;
}

h3 {
font-family: Times;
color: #9d0a0e;
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;
}

/* text syles */

.lefthead {
font-size: 12px;
font-weight: bold;
color: #9d0a0e;
display: block;
background: #CCCCCC;
padding: 5px 5px 5px 15px;
border-bottom: 1px #FFFFFF solid;
}

.sm {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 10px;
color: #000000;
}

/* link styles */

/* default link */

a {
color: #0000FF;
text-decoration: underline;
}
a:hover {
color: #0000FF;
text-decoration: none;
}
a:visited {
color: #0000FF;
text-decoration: underline;
}
a:visited:hover {
color: #0000FF;
text-decoration: none;
}

/* top contact info link */

a.top {
color: #FFFFFF;
padding-right: 10px;
text-decoration: underline;
}
a.top:hover {
color: #fff468;
text-decoration: none;
}
a.top:visited {
color: #FFFFFF;
text-decoration: underline;
}
a.top:visited:hover {
color: #fff468;
text-decoration: none;
}

/* topnav link */

a.topnav {
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
}
a.topnav:hover {
color: #FFFFFF;
text-decoration: underline;
}
a.topnav:visited {
color: #FFFFFF;
text-decoration: none;
}
a.topnav:visited:hover {
color: #FFFFFF;
text-decoration: underline;
}

/* leftnav link */ 

a.leftnav {
font-size: 11px;
color: #000000;
text-decoration: none;
background: #CCCCCC;
display: block;
padding: 5px 5px 5px 20px;
border-bottom: 1px #FFFFFF solid;
}
a.leftnav:hover {
color: #FFFFFF;
text-decoration: none;
background: #aaabac;
display: block;
}
a.leftnav:visited {
color: #000000;
text-decoration: none;
display: block;
}
a.leftnav:visited:hover {
color: #FFFFFF;
text-decoration: none;
background: #aaabac;
display: block;
}

/* content bucket link */

a.main_link {
font-size: 12px;
font-weight: bold;
color: #9d0a0e;
text-decoration: none;
}
a.main_link:hover {
color: #9d0a0e;
text-decoration: underline;
}
a.main_link:visited {
color: #9d0a0e;
text-decoration: none;
}
a.main_link:visited:hover {
color: #9d0a0e;
text-decoration: underline;
}

/* footer link */

a.footer {
color: #FFFFFF;
text-decoration: underline;
}
a.footer:hover {
color: #fff468;
text-decoration: none;
}
a.footer:visited {
color: #FFFFFF;
text-decoration: underline;
}
a.footer:visited:hover {
color: #fff468;
text-decoration: none;
}

/* miscellaneous */

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


#qa {
margin-top: 25px;
}
#qa table {
width: 85%;
margin: 10px 0;
border: 1px solid #42502d;
background: #999999;
}
#qa table th {
text-align: center;
background-color: #666666;
color: #FFFFFF;
padding: 5px 0;
}
#qa table td {
text-align: center;
color: #FFFFFF;
line-height: 18px;
border: 1px solid #42502d;
}
#qa img {
padding: 10px 0;
}
