/*
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: #5B6C86;
background-attachment:fixed;
font-size:14px;
font-family: serif;
font-style:normal;
font-weight:normal;
line-height:18px;
text-align: center;
}
IFRAME{
background-color: #EEF5FD; 
background-attachment:fixed;
font-size:14px;
font-family: serif;
font-style:normal;
font-weight:normal;
line-height:18px;
text-align: center;
}
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-color: #012089; /* #5B6C86; */
width: 828px;
margin: 0 auto;
text-align: left;
}
#branding{
background-color: #012089; /* #5B6C86; */
background: blue 
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: blue
color: white;
float: center;
clear: both;
text-align: center;
bottom: 0;
height: 50;
FONT-SIZE:1;
}

