/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #000;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: left;
 background-color: #fff;
}
table#top-nav {
 margin: 0px;
 padding: 0px;
 width: 960px;
 height: 30px;
 text-align: center;
 border-top: 12px solid #fff;
 background: url(images/green-static.jpg);
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #fff;
 font-weight: bold;
}
#top-nav td {
 padding: 8px 5px;
}
#top-nav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #fff;
 text-decoration: none;
}
#top-nav a:hover {
 color: #ff0;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: left;
}
td#left-col {
 margin: 0px;
 width: 167px;
 padding: 22px 29px;
 background: #74BA7C url(images/left-col-bg.jpg) center 10px no-repeat;
 text-align: center;
}
#left-col-content {
 text-align: center;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 background-color: #fff;
 text-align: left;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
