/* CSS Document */

body {
background-color: #ECEADE;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000000;
}

table {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Layout */

#container {
width: 750px;
margin-left: auto;
margin-right: auto;
border: solid #ffffff 5px;
background-image: url(images/container-bg_03.gif);
background-repeat: repeat-y;
}

#banner {
background-image: url(images/hdr-bg_03.jpg);
background-repeat: no-repeat;
height: 105px;
}

#content {
background-color: #ffffff;
width: 330px;
margin-left: auto;
margin-right: auto;
}

#content2 {
background-color: #FFFFFF;
float: left;
width: 530px;
padding-left: 10px;
}

#content3 {
background-color: #FFFFFF;
float: right;
width: 530px;
padding-right: 10px;
}

#sidebar-a {
float: left;
width: 200px;
margin: 0;
background-color: #EAEAEA;
}

#sidebar-b {
float: right;
width: 200px;
margin: 0;
background-color: #EAEAEA;
}

#footer {
clear: both;
padding: 0px 10px 6px 10px;
color: #FFFFFF;
font-size: 10px;
background-color: #8598D6;
border-top: solid #ffffff 5px;
}

#column-section {
width: 174px;
border: solid #ffffff 1px;
padding: 0px 6px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}

#column-sectionw {
width: 174px;
border: solid #CCCCCC 1px;
background-color: #FFFFFF;
padding: 0px 6px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}

#navbar {
color: #FFFFFF;
background-color: #8598D6;
width: 747px;
padding: 2px 0px 2px 3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
border-bottom: solid #ffffff 5px;
}

#formbox {
width: 460px;
display: block;
border: dashed 2px #000000;
background-color:#99FFFF;
padding: 10px 20px;
margin-left: 41px;
}


/* Links */

#navbar a:link, #navbar a:visited {
color: #FFFFFF;
text-decoration: none;
}

#navbar a:hover {
color: #003399;
background-color: #FFFFFF;
text-decoration: none;
}

a:link, a:visited {
color: #003399;
}

a:hover {
color: #FFFFFF;
background-color: #003399;
text-decoration: none;
}

#dropin a:link, #dropin a:hover {
color: #FFFFFF;
}

#dropin a:hover {
text-decoration: none;
}


/* Headers */

h3 {
line-height: 24px;
font-size: 12px;

}

h4 {
color: #FF0000;
font-size: 12px;
font-weight: bold;
margin: 0px 0px 10px 0px;
}

h5 {
font-size: 12px;
font-weight: bold;
}

/* Format Classes */

.column-section {
width: 174px;
border: solid #ffffff 1px;
padding: 0px 6px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}

.product-section {
float: left;
width: 510px;
display: block;
border: solid #cccccc 1px;
background-color: #FFFFFF;
padding: 0px 6px;
margin-top: 10px;
}

/* Photo Classes */

.left {
float: left;
margin: 10px 16px 10px 0px;
}

/* Text Classes */

.right {
float: right;
}

.blue {
color: #003399;
text-align: center;
font-weight: bold;
}

.lblue {
color: #003399;
}

.bigblue {
color: #003399;
text-align: center;
font-weight: bold;
font-size: 14px;
}

.bigblueitalic {
color: #003399;
text-align: center;
font-weight: bold;
font-size: 14px;
font-style: italic;
}

.lbigblue {
color: #003399;
text-align: left;
font-weight: bold;
font-size: 14px;
}

.xbigbluecenter {
color: #003399;
text-align: center;
font-weight: bold;
font-size: 26px;
line-height: 32px;
}

.green {
color: #009933;
text-align: center;
font-weight: bold;
}

.titlebrown {
font-size: 24px;
font-weight: bold;
color:#CC6633;
text-align: center;
line-height: 32px;
}

.centerattention-brown {
font-size: 14px;
color: #CC6633;
line-height: 24px;
text-align: center;
font-weight: bold;
}

.subtitleblack {
font-size: 16px;
font-weight: bold;
line-height: 24px;
}

.col-red {
color: #FF0000;
font-size: 12px;
font-weight: bold;
}

.attention-red {
font-size: 16px;
color: #D20707;
line-height: 24px;
}

.bigattention-red {
font-size: 18px;
font-weight: bold;
color: #D20707;
text-align: center;
line-height: 28px;
}

.centerattention-red {
font-size: 14px;
color: #D20707;
line-height: 24px;
text-align: center;
font-weight: bold;
}

.bigattention-black {
font-size: 18px;
font-weight: bold;
line-height: 26px;
}

.centerattention-black {
font-size: 14px;
line-height: 24px;
text-align: center;
font-weight: bold;
}

.redonyellow {
color: #D20707;
background-color:#FFFF99;
font-size: 14px;
font-weight: bold;
}

.smalltext {
font-size: 10px;
text-align: center;
}

.rItalic {
text-align: right;
font-style: italic;
}

.col-hdr {
background-color: #FFFFFF;
font-weight: bold;
}

.linkright {
text-align: right;
}

.textright {
text-align: right;
}

.formtable {
border: 1px solid #000000;
background-color: #FFFFFF;
}



