/* CSS Document */
body {
 margin-top: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #FDDE46 url(images/body-bg.jpg) top repeat-x;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 font-weight: bold;
 color: #0434BA;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 font-weight: bold;
 color: #0434BA;
 font-style: italic;
}
table#layout {
 margin: 0px;
 padding: 0px;
 width: 940px;
 text-align: left;
 background-color: #fff;
}
td#topnav {
 margin: 0px;
 padding: 0px;
 width: 940px;
 height: 17px;
 text-align: center;
 background: #fff url(images/topnav-bg.jpg) bottom center no-repeat;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #66F7E8;
 font-weight: normal;
}
#topnav a {
 padding: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #ff0;
 text-decoration: none;
}
#topnav a:hover {
 color: #fff;
}
td#content {
 margin: 0px;
 padding: 5px 10px;
 width: 940px;
 text-align: left;
 background: #fff url(images/content-bg.jpg) bottom repeat-x;
}
td#left-col {
 margin: 0px;
 padding: 10px;
 background: #fff url(images/content-bg.jpg) bottom repeat-x;
 text-align: left;
}
.testimonial {
 /*background: #fff url(images/testimonial-bg.jpg) center no-repeat;*/
 background: #DAE0F6;
 border: 1px solid #0434BA;
 padding: 5px 10px;
}
.green {
 color: #338D2D;
}
.big-green {
 color: #338D2D;
 font-size: 25px;
 font-weight: bold;
}
.blue-bold {
 font-weight: bold;
 color: #0434BA;
}
#anchor-nav {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
}
#anchor-nav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #0434BA;
 text-decoration: none;
}
#anchor-nav a:hover {
 text-decoration: underline;
}
td#home-content {
 margin: 0px;
 padding: 5px;
 background-color: #fff;
 text-align: left;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 940px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 11px;
 color: #000;
 background: #fff url(images/footer-bg.jpg) top center no-repeat;
}
td#license {
 margin: 0px;
 padding: 0px;
 padding-top: 23px;
 padding-right: 30px;
 text-align: right;
 color: #009;
 font-size: 12px;
 font-weight: bold;
}
td#footernav {
 padding: 7px 2px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 11px;
 color: #0434BA;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 11px;
 color: #000;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
