/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #FDE94C url(images/background.jpg) top repeat-x;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #000;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #000;
 font-weight: bold;
 font-style: italic;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
div#wrapper {
 width: 978px;
 border: 2px solid #000;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 978px;
 height: 120px;
 text-align: left;
 background: #fff url(images/header-bg.jpg) top right repeat-y;
}
div#topnav {
 padding: 10px;
 text-align: center;
 background: #0015B8;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
 text-decoration: none;
}
#topnav a:hover {
 color: #ff0;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 978px;
 text-align: left;
 background: #fff;
}
#content td {
 padding: 10px;
}
div#purple-fade-box {
 width: 940px;
 background: #fff url(images/fade-purple-bg.jpg) bottom repeat-x;
}
div#footer1 {
 padding: 10px;
 text-align: left;
 background: #0015B8;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #fff;
}
table#footer2 {
 margin: 0px;
 padding: 0px;
 width: 978px;
 text-align: left;
 background: #fff;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
}
#footer2 td {
 padding: 4px;
}
#footer2 a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 text-decoration: underline;
}
#footer2 a:hover {
 text-decoration: none;
}
img#SLIDESIMG {
 padding: 2px;
 border: 8px solid #E1B224;
}
