html
{
   background-color : white;
   height : 100%;
}
body
{
/*   background-image : url(../images/BG_Menu_01.jpg);
   background-repeat : repeat-y;
   background-attachment : scroll;
   background-position : top left;
*/   background-color : white;
   height : 100%;
}
.Banner
{
   background-image : url(../images/Banner-Header-01.jpg);
   background-repeat : no-repeat;
   background-attachment : scroll;
   background-color : #425CE4;
   width : 100%;
   height : 160px; 
; background-position: 185px center
}
.Menu
{
   font-family : verdana, arial, helvetica, "sans serif";
   font-style : normal;
   font-variant : normal;
   font-weight : normal;
   font-size : 10px;
   color : #425CE4;
   text-decoration : none;
   text-transform : none;
   text-align : left;
   text-indent : 0px;
   background-color : #425CE4;
   width : 15%;
   height : 100%;
   float : left;
}
.Content
{
   font-family : verdana, arial, helvetica, "sans serif";
   font-style : normal;
   font-variant : normal;
   font-weight : normal;
   font-size : 11px;
   color : #425CE4;
   text-decoration : none;
   text-transform : none;
   text-align : left;
   text-indent : 0px;
   background-color : white;
   padding : 5%;
   width : 75%;
   margin-right : -1px;
   height : auto;
   float : left;
   display : inline;
}
.ContentPale
{
   font-family : verdana, arial, helvetica, "sans serif";
   font-style : normal;
   font-variant : normal;
   font-weight : normal;
   font-size : 10px;
   color : rgb(102, 116, 163);
   text-decoration : none;
   text-transform : none;
   text-align : left;
   text-indent : 0px;
}
hr
{
   color : rgb(66, 92, 228);
   width : 80%;
}
.Footer
{
   font-family : verdana, arial, helvetica, "sans serif";
   font-style : normal;
   font-variant : normal;
   font-weight : normal;
   font-size : 10px;
   color : rgb(66, 92, 228);
   text-decoration : none;
   text-transform : none;
   text-align : center;
   text-indent : 0px;
   background-color : white;
   width : 85%;
   margin-right : -1px;
   padding-bottom : 25px;
   float : left;
   display : inline;
}

/* Header Styles: */

h1
{
   font-family : Arial, Helvetica, sans-serif;
   font-style : normal;
   font-variant : normal;
   font-weight : bold;
   font-size : 18px;
   color : rgb(66, 92, 228);
   text-decoration : none;
   text-transform : none;
   text-align : left;
   text-indent : 0px;
}
h2
{
   font-family : Arial, Helvetica, sans-serif;
   font-style : normal;
   font-variant : normal;
   font-weight : bold;
   font-size : 16px;
   color : rgb(66, 92, 228);
   text-decoration : none;
   text-transform : none;
   text-align : left;
   text-indent : 0px;
}
h3
{
   font-family : Arial, Helvetica, sans-serif;
   font-style : normal;
   font-variant : normal;
   font-weight : bold;
   font-size : 14px;
   color : rgb(66, 92, 228);
   text-decoration : none;
   text-transform : none;
   text-align : left;
   text-indent : 0px;
}
h4
{
   font-family : Arial, Helvetica, sans-serif;
   font-style : normal;
   font-variant : normal;
   font-weight : bold;
   font-size : 18px;
   color : rgb(66, 92, 228);
   text-decoration : none;
   text-transform : capitalize;
   text-align : left;
   text-indent : 0px;
}
h5
{
   font-family : Arial, Helvetica, sans-serif;
   font-style : normal;
   font-variant : normal;
   font-weight : bold;
   font-size : 16px;
   color : rgb(66, 92, 228);
   text-decoration : none;
   text-transform : capitalize;
   text-align : left;
   text-indent : 0px;
}
h6
{
   font-family : Arial, Helvetica, sans-serif;
   font-style : normal;
   font-variant : normal;
   font-weight : bold;
   font-size : 12px;
   color : rgb(66, 92, 228);
   text-decoration : none;
   text-transform : none;
   text-align : left;
   text-indent : 0px;
}

/* Hyperlink TAGS */

a:hover
{
  
}

.ImageHyperlink a:link, .Hyperlink a:visited, .Hyperlink a:active
{
   background-color : transparent;
}
.ImageHyperlink a:hover
{
   background-color : transparent;
}
.Hyperlink a:visited
{
   color : rgb(66, 92, 228);
   background-color : transparent;
   text-decoration : underline;
}
.Hyperlink a:hover
{
   color : #424A73;
   background-color : #FFFFFF;
   text-decoration : none;
}
.SiteMenu a:visited
{
   font-family : verdana, arial, helvetica, "sans serif";
   font-style : normal;
   font-variant : normal;
   font-weight : bold;
   font-size : 12px;
   color : rgb(66, 92, 228);
   background-color : transparent;
   text-decoration : underline;
}
.SiteMenu a:hover
{
   font-family : verdana, arial, helvetica, "sans serif";
   font-style : normal;
   font-variant : normal;
   font-weight : bold;
   font-size : 12px;
   color : white;
   background-color : rgb(66, 92, 228);
   text-decoration : underline;
}




/*  CSS Menu: */
ul
{
   margin: 0;
	 padding: 0;
	 list-style: none;
	 width: 100%; /* Width of Menu Items */
}
ul li
{
   position: relative;
   text-align : left;
}
li ul
{
   position: absolute;
	 left: 100%; /* Set 1px less than menu width */
	 top: 0;
	 display: none;
}
/* Styles for Menu Items */
ul li a
{
   display: block;
	 text-decoration: none;
	 color: white;
	 background: #425CE4; /* IE6 Bug */
	 padding: 5px;
	 border: 1px solid #ccc; /* IE6 Bug */
}
/* Holly Hack. IE Requirement \*/
* html ul li
{
   float: left;
   height: 1%;
}
* html ul li a
{
   height: 1%;
}
/* End */

li:hover ul, li.over ul   /* The magic */
{
   display: block;
}.Hyperlink a:active
 { 
   color : rgb(66, 92, 228);
   background-color : transparent;
   text-decoration : underline;
 } .SiteMenu a:active
 { 
   font-family : verdana, arial, helvetica, "sans serif";
   font-style : normal;
   font-variant : normal;
   font-weight : bold;
   font-size : 12px;
   color : #425CE4;
   background-color : transparent;
   text-decoration : underline;
 } 

.Hyperlink a:link { 
   color : rgb(66, 92, 228);
   background-color : transparent;
   text-decoration : underline;
 } 

/* Site Menu: */

.SiteMenu a:link { 
   font-family : verdana, arial, helvetica, "sans serif";
   font-style : normal;
   font-variant : normal;
   font-weight : bold;
   font-size : 12px;
   color : rgb(66, 92, 228);
   background-color : transparent;
   text-decoration : underline;
 } h7 { font-family : Arial, Helvetica, sans-serif; font-style : normal; font-variant : normal; font-weight : normal; font-size : 12px; color : rgb(66, 92, 228); text-decoration : none; text-align : left; text-indent : 0px; }
