@charset "utf-8";
/* SHARED STYLES */
div, p, h1, h2, h3, h4, h5, ul, ol, li, form, fieldset {
    margin: 0;
    padding: 0;
}
html{
    color:#000;
    background:#FFF; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px;
}
#mainNav, #search, #navWrapper, #hero, #printSize, #divider2, #leftCol{
    display:none;
}
.tagline{
    color: #003366;
    font-family: "Arial Narrow", Arial, Helvetica, san-serif;
    text-transform:uppercase;
    font-weight:bold;
}
#divider1{
    background:url(/2616/mirror/design/headerBg.jpg) repeat-x;
    height: 30px;
}
#footer {
    border-top: 1px solid #000000;
}
.links ul {
    list-style: none;
    padding: 5px 0 10px 0;
    font-weight:bold;
}
.links ul li {
    display: inline;
}
.links ul li a {
    text-decoration: none;
}
.links ul li a:hover {
    text-decoration: underline;
}
/* SPLASH STYLES */
#splashContent {
    background: #FFFFFF url(/2616/mirror/design/splashContentBg.jpg) no-repeat bottom right;
    padding: 5px;
    height: 190px;
}
#splashContent h2 {
    font-size: 18px;
    color: #006699;
    font-family: "Arial Narrow", Arial, Helvetica, san-serif;
}
#splashContent a{
    color: #006699;
    text-decoration: underline;
}
#splashContent a:hover{
    text-decoration: none;
}
.rates {
    width: 250px;
    float: left;
    padding: 5px 0 5px 10px;
}
.rates table{
    border: 1px solid #BD9F62;
}
.tiny {
    font-size: 9px;
}
.welcome {
    padding: 5px 10px 5px 5px;
    float: right;
    width: 250px;
}
/* INTERIOR STYLES */
#content h1 {
    font-size: 1.8em;
    color: #006699;
    padding: 10px 0 5px 0;
    text-transform: uppercase;
}
#content h2 {
    font-size: 1.6em;
    color: #006699;
}
#content h3 {
    font-size: 1.4em;
    color: #336699;
}
#content h4 {
    font-size: 1.2em;
    color: #663300;
}
#content h5 {
    font-size: 1.1em;
}
#content ul {
    padding: 0 0 0 15px;
}
#content ul li {
}
#content ol {
    padding: 0 0 0 22px;
}
#content blockquote {
    margin: 0 10px 0 20px;
}
/*CODED BY GE */