html { overflow-y: scroll }
body {
    background-color: #0c204f;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
img { border: 0 }
#outer {
    width: 800px;
    background-color: #155790;
    margin: auto;
}
#subHeaderText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    height: 20px;
    margin-top: 3px;
    text-indent: 30px;
}
#navBar {
    background-image: url('../images/nav-bg.gif');
    background-repeat: repeat-x;
    height: 25px;
    width: 800px;
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
    line-height: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size-adjust: 0.52;
}
#navBar a:link,
#navBar a:visited {
    color: #666666;
    text-decoration: none;
}
#navBar a:hover {
    color: #113f7b;
    text-decoration: none;
}
#mainWhiteContent {
    background-color: #ffffff;
    font-size: .8em;
    text-align: left;
    width: 750px;
    margin: auto;
    padding: 10px;
}
#bottomLinks {
    font-size: 8pt;
    text-align: center;
    width: 800px;
    margin: auto;
	color: #6fa8ce;
}
#bottomLinks a:link,
#bottomLinks a:visited {
    color: #6fa8ce;
    text-decoration: none;
    height: 25px;
    line-height: 25px;
    vertical-align: center;
}
#bottomLinks a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.contentheading {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    text-align: left;
    height: 40px;
    line-height: 40px;
    vertical-align: bottom;
}
#copyright {
    width: 600px;
    color: #ffffff;
    font-size: 8pt;
    text-align: center;
    margin: auto;
}
.error {
    font-size: 10pt;
    font-weight: bold;
    color: #ff0000;
}
/* Product List */
.productList table {
    border: 0;
    border-collapse: collapse;
    font-size: 1em;
    margin: 0 auto;
}
.productList table a:link,
.productList table a:visited {
    color: #3399ff;
    font-weight: bold;
    text-decoration: none;
}
.productList table a:hover { text-decoration: underline }
.productList p { color: #003366 }
.productList td {
    border: 0;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    width: 200px;
} /* Custom List */
.customList table {
    width: 700px;
    border: 0;
}
.customList td { vertical-align: top } /* Product Pages */
.center { text-align: center }
.red { color: #FF0000 }
textarea {
	resize:none;
}
h1 {
    color: #003366;
    font-size: 1.7em;
    font-weight: bold;
    margin: 3px 0 3px 0;
    text-align: center;
}
h2 {
    color: #003366;
    font-size: 1.7em;
    font-weight: bold;
    margin: 20px 0 10px 0;
    text-align: center;
    text-decoration: underline;
}
h3 {
    color: #003366;
    font-size: 1.2em;
    font-weight: bold;
    margin: 3px 0 3px 0;
    text-align: center;
}
h4 {
    color: #003366;
    font-size: 1.2em;
    font-weight: bold;
    margin: 3px 0 3px 10px;
}
.productPage table {
    border: 1px solid #000;
    border-collapse: collapse;
    background-color: #E0E0E0;
    margin: 0 auto;
}
.productPage table td {
    border-left: 1px solid #000;
    font-size: 1em;
    padding: 5px;
    width: 200px;
    vertical-align: top;
}
.productPage .gallery td {
    border: 1px solid #000;
    padding: 3px 0;
    text-align: center;
    width: 120px;
}
.feature {
    background-color: #ddd;
    border-top: 3px solid #0C204F;
    border-bottom: 3px solid #0C204F;
    border-left: 3px solid #0C204F;
    margin: 15px 0;
    overflow: auto;
    width: 100%;
}
.feature img {
    float: left;
    margin: 0 10px 0 0;
}
.feature p { display: block }