/*
Site Colors:
000000 - Black        - Standard Black
ffffff - White        - Standard White
443266 - Dark Purple  - Website Background / Link Hover / Table Border
8C489F - Light Purple - Website Frame Background
c3c3e5 - Light Blue   - Website Content Background
*/

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/* COMMENTING OUT ALL CODE WHICH MIGHT CONFLICT WITH style.css */
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/* Prevent horizontal shifting */
html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
overflow-x: auto;
}

/* Correct font size problem in IE and set the page background */
/* body {
font-size: 100%;
background-color: #443266;
margin-top: 20;
} */

/* Global link colors and styles */
a:link    {color:#8989BB;text-decoration:underline;}
a:visited {color:#8989BB;text-decoration:underline;}
a:hover   {color:#FFFFFF;text-decoration:none;}
a:active  {text-decoration:underline;}

/* Website Layout */
#websiteframe {
   width: 920px;
   border: 4px solid #8C489F;
   background: #c3c3e5;
   margin-right: auto;
   margin-left: auto;
}
#banner {
   height: 330px; /* controls where black zone at bottom of menu ends and gray editor-display zone begins */
   background: #13161A; /* black tone for menu zone */
}
#banner-paragraphs-menu {
   height: 115px;
   background: #13161A;
}
#main {
   overflow: auto;
   height: 300;
   background: #c3c3e5;
}
#editfooter {
   height: 30px;
   line-height: 30px;
   clear: both;
   color:#BEC5CB;
   background: #13161A;
}
/* footer format copy */
.editfooter {
   height: 30px;
   line-height: 30px;
   clear: both;
   color:#BEC5CB;
   background: #13161A;
}

/* Properties of H1 Headings - Page Banner Title */
/* H1 {
   margin-top: 0px;
   margin-bottom: -4px;
   text-align:center;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 40px;
   color: #000000;
} */

/* Properties of navigation links */
/* H2 {
   font-family: 'Yanone Kaffeesatz', Arial, Helvetica, sans-serif;
   margin-top:0px;
   margin-bottom:0px;
   text-align: center;
} */

/* Properties of Horizontal Rules */
HR {
   height: 2px;
   color: #443266;
   background-color: #443266;
}

/* Properties of normal paragraph text */
p {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #000000;
   margin-top:0px;
   margin-bottom:0px;
}
.graytext {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #555555;
   margin-top:0px;
   margin-bottom:0px;
}

.centered {text-align: center;}
.indented {text-indent:40px;}
.indented-10 {text-indent:10px;}
.navigation {
   text-align: left;
   font-weight: 100;
}

.table_standard {
   border-collapse:collapse;
   border:2px solid #443266;
}

input.normal {
   border: 1px solid black;
}