/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #A5A1A4;
}
h1 {
 font-family: Times New Roman,Times,Georgia,serif;
 font-size: 24px;
 color: #333;
 font-weight: bold;
}
h2 {
 font-family: Times New Roman,Times,Georgia,serif;
 font-size: 24px;
 color: #999;
 font-weight: bold;
}
a {
 color: #000;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
.spotlight {
 width: 275px;
 height: 253px;
 text-align: center;
 background: url(images/spotlight-bg.jpg) center no-repeat;
 padding-top: 10px;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 873px;
 height: 307px;
 background: #fff url(images/header.jpg) top center no-repeat;
 text-align: right;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #999;
 border-left: 7px solid #fff;
 border-right: 7px solid #fff;
}
table#topnav {
 margin: 0px;
 padding: 0px;
 width: 873px;
 height: 30px;
 background: #fff url(images/topnav-bg.jpg) repeat-x;
 text-align: center;
 border-left: 7px solid #fff;
 border-right: 7px solid #fff;
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 font-weight: bold;
 text-decoration: none;
}
#topnav a:hover {
 text-decoration: underline;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 873px;
 text-align: left;
 border-left: 7px solid #fff;
 border-right: 7px solid #fff;
}
td#leftcol {
 margin: 0px;
 padding: 0px;
 width: 210px;
 background: #EFEFEF url(images/leftcol-bg.jpg) repeat-y;
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #999;
}
#leftcol a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #999;
 text-decoration: underline;
}
#leftcol a:hover {
 color: #000;
 text-decoration: none;
}
td#maincol {
 margin: 0px;
 padding: 8px;
 width: 647px;
 background-color: #EFEFEF;
 text-align: left;
}
td#rightcol {
 margin: 0px;
 padding: 10px;
 background-color: #EFEFEF;
 text-align: left;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 873px;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #999;
 background-color: #EFEFEF;
 border-top: 2px solid #fff;
 border-left: 7px solid #fff;
 border-right: 7px solid #fff;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #999;
 text-decoration: underline;
}
#footer a:hover {
 color: #000;
 text-decoration: none;
}

