/*
Colors used and their names
#5B6C86 - BlueGrey - Background  {#B7D3AF is green}
#4691FF - BrightBlue - Branding Background   {#62FF46 is green}
#CCD2DD - Light BlueGrey - Content Background  {#E4DDC5 is tan}
#E1EEF0 - Light BrightBlue - Main content and Secondary content backgrounds  {#F0E9E1 is brown}
#012089 - Rich Blue - Link color (#8C4600 is brown)
#577CA9 - Faded Blue - Visited link color (#004800 is Midnite Green)
*/
BODY{
background-color: #96A3B8; /* #5B6C86; */
background-attachment:fixed;
background-image: url('images/bg-space.jpg'); /* ('images/river-bank.jpg' or 'images/black-gloss2.png' or images/blue-gloss1.png or 'images/wallpaper-reddesert.jpg' or 'images/peaceful-lake-byDebbie.jpg') */ 
font-size:14px;
font-family: serif;
font-style:normal;
font-weight:normal;
line-height:18px;
text-align: center;
/*<strong>min-width: 840px;</strong>*/
}
TABLE{
font-size:14px;
font-family:arial;
font-style:italic;
font-weight:normal;
line-height:18px;
}
H1{
font-size:22;
font-family:serif;
font-style:normal;
font-weight:bold;
text-align:center;
}
H2{
font-size:20;
font-family:serif;
font-style:normal;
font-weight:bold;
text-align:center;
}
H3{
font-size:18;
font-family:serif;
font-style:normal;
font-weight:bold;
text-align:center;
}
H4{
font-size:16;
font-family:serif;
font-style:normal;
font-weight:bold;
text-align:center;
}
H5{
font-size:14;
font-family:serif;
font-style:normal;
font-weight:bold;
text-align:center;
}
H6{
font-size:10;
font-family:serif;
font-style:normal;
font-weight:normal;
text-align:center;
}
A:link{
font-size:14px;
font-family:Arial, Helvetica, non-serif;
font-style:normal;
font-weight:bold;
text-decoration:none;
color:#012089;
}
A:active{
font-size:14px;
font-family:Arial, Helvetica, non-serif;
font-style:normal;
font-weight:bold;
text-decoration:underline;
color:red;
}
A:visited{
font-size:14px;
font-family:Arial, Helvetica, non-serif;
font-style:normal;
font-weight:bold;
text-decoration:none;
color:#577CA9;
}
A:hover{
font-size:14px;
font-family:Arial, Helvetica, non-serif;
font-style:normal;
font-weight:bold;
text-decoration:underline;
color:red;
}
td#footer BODY{
background-color: #96A3B8; /* #5B6C86; */
font-size:8px;
font-family: serif;
font-style:normal;
font-weight:normal;
line-height:18px;
}
td#footer A:link{
font-size:9px;
font-family:Arial, Helvetica, non-serif;
font-style:normal;
font-weight:bold;
text-decoration:none;
color:white;
}
td#footer A:active{
font-size:9px;
font-family:Arial, Helvetica, non-serif;
font-style:normal;
font-weight:bold;
text-decoration:underline;
color:red;
}
td#footer A:visited{
font-size:9px;
font-family:Arial, Helvetica, non-serif;
font-style:normal;
font-weight:bold;
text-decoration:none;
color:white;
}
td#footer A:hover{
font-size:13px;
font-family:serif;
font-style:normal;
font-weight:bold;
text-decoration:underline;
color:yellow;
}

/*  1 or 2 columns layout */

#wrapper {
background-image: url('images/bg-page-liteblue.png');
width: 828px;
margin: 0 auto;
text-align: left;
}
#branding{
background-color: #96A3B8; /* #5B6C86; */
/*background: #4691FF;*/
background: black url(images/header-bluegloss.png) center center; /* (images/indentbg3.jpg) */
/*background: black url(img/header.png) center center;*/
font-size: 28;
font-weight: bold;
color: white;
text-align: center;
height: 85;
padding-top: 4px;
padding-bottom: 4px:
}
#content {
background-image: url('images/bg-page-liteblue.png');
background-color: #CCD2DD;
color: black;
width: 820px;
float: right;
padding-left: 4px;
padding-right: 4px;
}
#mainContent {
background-image: url('images/bg-page-liteblue.png');
color: black;
background: #E1EEF0;
width: 398px;
float: left;
}
#secondaryContent {
background-image: url('images/bg-page-liteblue.png');
color: black;
background: #E1EEF0;
width: 398px;
float: right;
}
#footer {
/*background: #303A6D;*/
background: black url(images/footer-bluegloss.png) center center; /* (images/footerbg01.jpg) */
color: white;
float: center;
clear: both;
text-align: center;
bottom: 0;
height: 50;
FONT-SIZE:1;
}
