﻿/* CSS Document */

#body{
background-image: url(images/bg.gif);
background-repeat: repeat-x;
background-position: top;
background-color: #fffbf1;
margin-top: 0px;
}
#navBg {
background-image: url(images/nav.gif); 
height: 28px;
}
#navcontainer
{
margin: 0;
padding: 0 0 0 0px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float:left;
width: auto;
}

#navcontainer A
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
display: block;
text-decoration: none;
text-align: center;
margin: 0;
padding-top:5px;
background-image: url(images/navdevide.gif);
background-repeat:no-repeat;
background-position:right;
height:23px;
width: 128px;
}

#navcontainer A:hover, #navcontainer A:active {
background-image:url(images/navOn.gif);
background-repeat:repeat-x;
height:23px;
padding-top:5px;
}
#navcontainer A.active:link{
background-image:url(images/navOn.gif);
background-repeat:repeat-x;
height:23px;
padding-top:5px;
}
#navcontainer li a#current{
height:23px;
padding-top:5px;
}
.padding{
padding-left: 2px;
}
#brickShim{
background-image:url(images/brickShim.gif);
background-repeat: repeat-x;
height: 21px;
}
#contentBg{
background-color:#FFFFFF;
}
#contentArea{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#0b1d5a;
border-left: solid 1px #c1c8e1;
border-right: solid 1px #c1c8e1;
border-bottom: solid 1px #c1c8e1;
padding-left: 5px;
padding-right: 5px;
line-height: 18px;
}
#contentArea a {
color: #0b1d5a;
text-decoration:underline;
}
#contentArea a:hover {
color: #0b1d5a;
text-decoration:underline;
}
#contentArea a.subon {
color: #0b1d5a;
text-decoration:underline;
}
#rightcolumn{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#0b1d5a;
background-color: #fef8e4;
border-left: solid 1px #c1c8e1;
border-right: solid 1px #c1c8e1;
background-image: url(images/castle.gif);
background-position: bottom;
padding-left: 10px;
padding-right: 10px;
background-repeat:no-repeat;
line-height: 18px;
}
#rightcolumn a {
color: #0b1d5a;
text-decoration:underline;
}
#rightcolumn a:hover {
color: #0b1d5a;
text-decoration:underline;
}
#rightcolumn a.subon {
color: #0b1d5a;
text-decoration:underline;
}
#copyright{
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
color:#a5a5a4;
}
.bulletlist {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#0b1d5a;
text-decoration: none;
margin: 0px 0px 0px 30px;
list-style-image: url(images/download.gif);
list-style-type: none;
line-height: 34px;
}
#saveMoney_Cell1{
padding: 5px;
color: #2e479b;
font-size: 14px;
}
.priceCellHeader {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0c2d83;
text-decoration: none;
background-color: #E8E7E5;
padding: 3px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #FBFAFA;
border-right-color: #9B9892;
border-bottom-color: #9B9892;
border-left-color: #FBFAFA;
}
.priceCell {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0c2d83;
text-decoration: none;
background-color: #FBFAFA;
padding: 3px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #FBFAFA;
border-right-color: #E8E7E5;
border-bottom-color: #E8E7E5;
border-left-color: #FBFAFA;
}
#form {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#0b1d5a;
text-decoration: none;
}
.formels1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#0b1d5a;
text-decoration: none;
width: 100%;
padding: 3px;
}
.formbutts {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#0b1d5a;
text-decoration: none;
width: 100%;
border-bottom:1px solid #9A909D;
border-top:1px solid #EADBEE;
border-right:1px solid #9A909D;
border-left:1px solid #EADBEE;
padding-top: 3px;
padding-bottom: 3px;
background-color: #999999;
}