body {
margin: 0px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
color: #000000;
background-color: #003366;
background-image: url(images/bg.gif);
}

td {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 10pt;
color: #000000;
}

#container {
width: 100%;
background-color: #FFFFFF;
}

/* header area start */

#header {
width: 100%;
border-bottom: 1px #6f718a solid;
}

#top01 {
width: 100%;
font-size: 11px;
color: #FFFFFF;
text-align: right;
padding-top: 2px;
padding-bottom: 3px;
background-color: #000000;
white-space: nowrap;
}

#top02 {
width: 100%;
height: 15px;
background-color: #6f718a;
border-bottom: 8px #000000 solid;
background-image: url(images/bg_top.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: 4px;
background-color: #000000;
white-space: nowrap;
}

/* main area start */

#main {
width: 100%;
background-color: #FFFFFF;
}

#leftnav {
padding-bottom: 100px;
background-color: #FFFFFF;
border-right: #000000 1px solid;
}

#content_area {
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
padding-bottom: 50px;
}

/* footer area start */

#footer {
width: 100%;
font-size: 11px;
color: #FFFFFF;
text-align: center;
padding-top: 6px;
padding-bottom: 6px;
background-color: #000000;
white-space: nowrap;
border-bottom: 1px #6f718a solid;
}

#thomas_info {
width: 98%;
height: 16px;
font-size: 10px;
color: #8ebbd0;
text-align: right;
padding-top: 2px;
white-space: nowrap;
}

/* heading styles */

h1 {
color: #003366;
font-size: 18px;
font-weight: bold;
}

h2 {
color: #0072bc;
font-size: 14px;
font-weight: bold;
}

h3 {
font-family: Times;
color: #003366;
font-size: 30px;
font-weight: bold;
font-style: italic;
}

/* image styles */

.img01 {
border: 1px #CCCCCC solid;
}

.img02 {
border: 1px #CCCCCC solid;
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.img03 {
border: 1px #CCCCCC solid;
float: right;
margin-left: 10px;
margin-bottom: 10px;
}

/* text syles */

.lefthead {
font-size: 12px;
font-weight: bold;
color: #000000;
display: block;
background: #FFFFFF;
padding: 10px 10px 10px 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: #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;
display: inline;
padding-left: 8px;
padding-right: 8px;
}
a.topnav:hover {
color: #fff200;
text-decoration: none;
}
a.topnav:visited {
color: #FFFFFF;
text-decoration: none;
}
a.topnav:visited:hover {
color: #fff200;
text-decoration: none;
}

/* leftnav link */ 

a.leftnav {
font-size: 11px;
color: #000000;
text-decoration: none;
background: #FFFFFF;
display: block;
padding: 5px 5px 5px 15px;
border-bottom: 1px #FFFFFF solid;
}
a.leftnav:hover {
color: #FFFFFF;
text-decoration: none;
background: #CCCCCC;
display: block;
}
a.leftnav:visited {
color: #000000;
text-decoration: none;
display: block;
}
a.leftnav:visited:hover {
color: #FFFFFF;
text-decoration: none;
background: #CCCCCC;
display: block;
}

/* content bucket link */

a.main_link {
font-size: 12px;
font-weight: bold;
color: #003366;
text-decoration: none;
}
a.main_link:hover {
color: #003366;
text-decoration: underline;
}
a.main_link:visited {
color: #003366;
text-decoration: none;
}
a.main_link:visited:hover {
color: #003366;
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;
}

