body {
margin-top: 0px;
margin-bottom: 0px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11px;
color: #000000;
background-color: #0A3311;
background-image: url(images/);
}

td {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 11px;
color: #000000;
}

#container {
width: 90%;
background-color: #FFFFFF;
}

/* header area start */

#header {
width: 100%;
background-image: url(images/bg_header.gif);
background-repeat: repeat-x;
}

/* topnav area start */

#topnav {
width: 100%;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
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.gif);
background-repeat: repeat-x;
}

/* main area start */

#main {
width: 100%;
background-color: #FFFFFF;
}

#leftnav {
padding-top: 0px;
padding-bottom: 0px;
background-image: url(images/bg_leftnav02.gif);
background-repeat: repeat-y;
}

#content_area {
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

#rightcol {
background-image: url(images/bg_rightcol.gif);
background-repeat: repeat-y;
}

/* footer area start */

#footer {
width: 100%;
height: 28px;
font-size: 10px;
color: #000000;
background-image: url(images/bg_footer02.gif);
background-repeat: repeat-x;
}

.footer {
font-size: 10px;
color: #000000;
}

#thomas_info {
width: 100%;
height: 16px;
font-size: 10px;
color: #000000;
text-align: right;
padding-top: 2px;
}

/* heading styles */

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
font-weight: bold;
color: #1d802d;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #000000;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #1d802d;
}


/* image styles */

.img01 {
margin-bottom: 6px;
}

.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: #003366;
display: block;
background: #DAE2E5;
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:link {
color: #1d802d;
text-decoration: underline;
}

a:visited {
color: #1d802d;
text-decoration: underline;
}

a:hover {
color: #5fff79;
text-decoration: none;
}

/* top contact info link */

a.top {
color: #FFFFFF;
padding-right: 10px;
text-decoration: underline;
}
a.top:hover {
color: #FFFFFF;
text-decoration: none;
}
a.top:visited {
color: #FFFFFF;
text-decoration: underline;
}
a.top:visited:hover {
color: #FFFFFF;
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: 10px;
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 2px 2px 2px 18px;
background-image: url(images/check.gif);
background-repeat: no-repeat;
}
a.leftnav:hover {
color: #FFFFFF;
text-decoration: underline;
display: block;
}
a.leftnav:visited {
color: #FFFFFF;
text-decoration: none;
display: block;
}
a.leftnav:visited:hover {
color: #FFFFFF;
text-decoration: underline;
display: block;
}

a.leftnav02 {
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 2px 0px 2px 25px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
}
a.leftnav02:hover {
color: #FFFFFF;
text-decoration: underline;
display: block;
}
a.leftnav02:visited {
color: #FFFFFF;
text-decoration: none;
display: block;
}
a.leftnav02:visited:hover {
color: #FFFFFF;
text-decoration: underline;
display: block;
}

/* content bucket link */

a.main_link {
font-size: 12px;
font-weight: bold;
color: #1d802d;
text-decoration: none;
}
a.main_link:hover {
color: #5fff79;
text-decoration: underline;
}
a.main_link:visited {
color: #1d802d;
text-decoration: none;
}
a.main_link:visited:hover {
color: #5fff79;
text-decoration: underline;
}

/* footer link */

a.footer {
color: #FFFFFF;
text-decoration: underline;
}
a.footer:hover {
color: #FFFFFF;
text-decoration: none;
}
a.footer:visited {
color: #FFFFFF;
text-decoration: underline;
}
a.footer:visited:hover {
color: #FFFFFF;
text-decoration: none;
}

/* miscellaneous */

li {
list-style-image: url(images/bullet.gif);
}
