@media screen {

/*
Website Site Color Documentation:
000000 - Black         - Standard Black
ffffff - White         - Standard White
*/

/* Properties of the Website Body */
body {
   background-color: #c0c0c0;
   background-color: silver;
   margin-top: 10px;
   font-family: Cambria;
   font-size: 1.0em;
   padding: 0px;
}

/* Global link colors and styles */
a:link, a:visited {color:#000000;text-decoration:underline;}
a:hover, a:active {color:#000000;background:#cccc99; text-decoration:none;}

/* Properties of the Website Frame */
#websiteframe {
   width: 770px;
   border-width: 5px;
   border-style: solid;
   border-color: black red red black;
   background: #cccc99;
}

/* Properties of the Website Banner */
#banner {
   background: #eeeecc;
   margin: 0px;
}

/* Properties of Horizontal Navigation Division */
.navigation-h {
   background: #cccc99;
   margin: 0px;
}

/* Properties of Vertical Navigation Division */
#navigation-v {
   width: 160px;
   background: #8C489F;
} 

/* Properties of Main Website Content */
#main {
   min-height: 140px;
   background: #ffffff;
   margin: 0px;
   border-width: 0px;
}

/* Properties of Website Footer */
#footer {
   background: #cccc99;
   margin: 0px;
   margin-top: 6px;
}

/* Properties of Emphasized Text*/
#Emphasized p {
   font-size: large;
   color: #008080
}

/* Properties of Login Menu Bar */
.loginbar {
   margin-bottom: 6px;
}

/* Properties of Horizontal Rules */
HR {
   color: #000000;
   background-color: #000000;
   border: 1px solid #000000;
}

/* Properties of normal paragraph text */
p {
   font-family: Cambria;
   font-size: 1em;
   color: #333311;
   color: #000000;
}

/* 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: #6040c4;
}

/* Properties of Main Website Division */
.div_main {
   min-height: 340px;
   vertical-align: top;
}

/* Properties of H2 Headings - Page Titles */
H2 {
   font-family: Cambria;
   font-weight: bold;
   font-size: x-large;
   color: #333311;
   margin-top:0px;
   margin-bottom:0px;
   text-align: left;
}

/* Properties of H3 Headings - Used for Large Text */
H3 {
   font-family: Cambria;
   font-weight: bold;
   font-size: x-large;
   color: #333311;
   margin-top:0px;
   margin-bottom:0px;
   text-align: left;
}

/* Styles for Masthead */
#masthead h1 {
   color: red;
   font-style: italic;
   font-size: 2.6em;
   margin: 0px;
   text-align: right;
}
#masthead h3 {
   margin-top: .4em;
   color: red;
   margin-bottom: 0px;
   text-align: right;
   font-size: 1.4em;
   font-style: italic;
   font-weight: normal;
}
#masthead a {
   color: #555533;
   text-decoration: none;
}

#right p {
   font-size: .9em;
   color: #444422;
   text-align: center;
}

#right h3 {
   font-size: 1.2em;
   color: #444422;
   text-align: center;
}

.right {
   width: 150px;
   background-color: #eeeecc;
   vertical-align: top;
}

#custom-footer p, a {
   font-family: Cambria;
   text-align: center;
   margin-bottom: 6px;
   font-size: 1em;
   color: #444422;
}

}