@media screen {

/*
Website Site Color Documentation:
000000 - Black
ffffff - White
9b2743 - Maroon
eeeff1 - Grey
444444 - Dark Grey
*/

/* Properties of the Website Body */
body {
background-color: #444444;
margin-top: 10px;
}

/* Global link colors and styles */
a:link, a:visited {color:#9b2743;text-decoration:underline;}
a:hover, a:active {color:#eeeff1;background:#000000; text-decoration:none;}

/* Properties of the Website Frame */
#websiteframe {
   width: 900px;
   border: 2px solid #000000;
   border: 2px solid #eeeff1;
   background: #9b2743;
}

/* Properties of the Website Banner */
#banner {
   background: #9b2743;
}

/* Properties of Horizontal Navigation Division */
.navigation-h {
   background: #9b2743;
}

/* Properties of Vertical Navigation Division */
#navigation-v {
   width: 150px;
   background: #9b2743;
} 

/* Properties of Main Website Content */
#main {
   min-height: 140px;
   border: 2px solid #000000;
   background: #eeeff1;
}

/* Properties of Website Footer */
#footer {
   background: #9b2743;
}

/* Properties of H1 Headings - Page Banner Title */
H1 {
   color: #000000;
   font-size: 40px;
}

/* Properties of H2 Headings - Page Titles */
H2 {
   font-size: 20px;
   color: #000000;
}

/* Properties of Horizontal Rules */
HR {
   color: #000000;
   background-color: #000000;
   border: 1px solid #000000;
}

/* Properties of normal paragraph text */
p {
   font-size: 16px;
   color: #000000;
}

/* Properties of paragraph text 16px */
.p16 {
   font-size: 16px;
   color: #000000;
}

/* Properties of paragraph text 18px */
.p18 {
   font-size: 18px;
   color: #000000;
}

/* Properties of paragraph text Bold */
.bold {
   font-weight: bold;
}

/* Properties of paragraph text Center */
.centered {
    margin-left: auto;
    margin-right: auto;
}

/* Line Spacing = 150% */
.ls150 {
   line-height: 150%;
}

/* Properties of unordered lists */
ul {
   color: #000000;
}

/* Properties of ordered lists */
ol {
   color: #000000;
}

/* Properties of Standard Tables */
.table_standard {
   border:2px solid #000000;
}

/* Properties of the Banner Table */
.table_banner {
   background: #eeeff1;
}

/* Properties of Main Website Division */
.div_main {
   min-height: 340px;
   vertical-align: top;
}

#custom-footer p, a {
   text-align: center;
   margin-bottom: 0px;
}

}
