/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #fff;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #000;
 font-weight: bold;
 font-style: italic;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #000;
 font-weight: bold;
}
a {
 color: #C90;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: center;
 background: #fff url(images/header_bg.jpg) repeat-x;
}
table#header-contact {
 margin: 0px;
 padding: 0px;
 width: 960px;
 height: 21px;
 text-align: center;
 background: url(images/header-contact-bg.jpg) center no-repeat;
}
#header-contact td {
 padding-top: 2px;
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #fff;
}
#header-contact a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #fff;
 text-decoration: none;
}
#header-contact a:hover {
 text-decoration: underline;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: left;
}
td#left-col {
 margin: 0px;
 padding: 5px;
 width: 170px;
 background-color: #FFEA82;
 text-align: left;
}
div#leftnav {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 font-weight: bold;
 border-bottom: 1px solid #4D4B4C;
}
#leftnav a {
 display: block;
 margin: 0px;
 margin-bottom: 2px;
 padding: 2px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 text-decoration: none;
}
#leftnav a:hover {
 color: #C90;
 text-decoration: underline;
}
td#main-col {
 margin: 0px;
 padding: 5px;
 background-color: #fff;
 text-align: left;
}
div#topnav {
 margin: 5px;
 padding: 20px;
 background: #FEC61B;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #000;
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #00f;
 text-decoration: none;
}
#topnav a:hover {
 text-decoration: underline;
}
table#home-content {
}
td#right-col {
 margin: 0px;
 padding: 5px;
 width: 170px;
 background-color: #ffc;
/* background-color: #FFEA82;*/
 text-align: center;
}
div.right-col-box {
 padding: 2px;
 margin: 2px;
 width: 178px;
 margin-bottom: 5px;
 text-align: left;
 background: #ccc url(images/gray-fade-bg.jpg) top no-repeat;
 border: 1px solid #000;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 border-top: 1px solid #4D4B4C;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
div#whats-new {
 padding: 4px;
 background-color: #E5E9F4;
 border: 1px solid #82ADD0;
}
div.button-blue {
 width: 170px;
 padding: 5px 0px;
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #fff;
 font-weight: bold;
 background: url(images/button-blue-bg.png) center no-repeat;
}
input.button-blue {
 width: 170px;
 padding: 5px 0px;
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #fff;
 font-weight: bold;
 background-color: #33A6EC;
 border: 1px solid #330099;
}
.button-blue a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
}
.button-blue a:hover {
}
