html, body {
	height: 99%;
	overflow: auto;
	#height: 825px;
}

#MasterContainer {
	display: table; 
	height: 100%; 
	#position: relative; 
	overflow: hidden; 
	margin: 0px auto;
	#height: 825px;
}

#CenterContainer {
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}

#SiteContainer { 
	 position: relative; 
	 #top: -50%; 
	 margin: 0px auto; 
	 height: 542px;
	 width: 824px;
}	

div.PageImage img {
	position: fixed;
}
		
#bg_PageStyle_1 {
	position: absolute;
	top: 0px;
	background-image:url('../images/bg.png');
	height: 541px;
	width: 824px;
}

#bg_PageStyle_2 {
	position: absolute;
	top: 0px;
	background-image:url('../images/bg.png');
	height: 542px;
	width: 824px;
}

#bg_PageStyle_3 {
	position: absolute;
	top: 0px;
	background-image:url('../images/bg.png');
	height: 542px;
	width: 824px;
}

#bg_PageStyle_4 {
	position: absolute;
	top: 0px;
	background-image:url('../images/bg.png');
	height: 542px;
	width: 824px;
}

#bg_PageStyle_5 {
	position: absolute;
	top: 0px;
	background-image:url('../images/bg.png');
	height: 542px;
	width: 824px;
}

#bg_PageStyle_6 {
	position: absolute;
	top: 0px;
	background-image:url('../images/bg.png');
	height: 542px;
	width: 824px;
}

#bg_PageStyle_7 {
	position: absolute;
	top: 0px;
	background-image:url('../images/bg.png');
	height: 542px;
	width: 824px;
}

#bg_PageStyle_8 {
	position: absolute;
	top: 0px;
	background-image:url('../images/bg.png');
	height: 542px;
	width: 824px;
}

#bg_PageStyle_9 {
	position: absolute;
	top: 0px;
	background-image:url('../images/bg.png');
	height: 542px;
	width: 824px;
}

#bg_PageStyle_10 {
	position: absolute;
	top: 0px;
	background-image:url('../images/bg.png');
	height: 542px;
	width: 824px;
}

img {
	border: 0;
}

strong {
	color: #FCFF00;
}

a {
	text-decoration: none;
	color: #28166F;
}

img.top {
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 200;
}

img.bottom {
	left: 0px;
	position: absolute;
	top: 5px;
	z-index: 100;
}

div#sideimage {
	position: relative;
	height: 200px;
	width: 200px;
}	

#LogoContainer  img{
	height:181px;
	width:650px;
   position: relative;
	z-index: 1000;
}

#MenuContainer {
	top: 15px;
	height: 26px;
	width: 640px;
   position: relative;
	z-index: 30;
	background-color: #fff;
	border-top-style: solid;
	border-top-color: #27156E;
	border-bottom-style: solid;
	border-bottom-color: #27156E;
}

#ContentContainer {
	position: relative;
	width:750px;
	top:100px;
	height: 392px;
	left: 37px;
	overflow: auto;
	font-size: 14px;
	padding-right: 20px;
	color: #fff;
}

#ContentContainer H1 {
	font: 16px;
	color: #28166F;
	
}

#ContentContainer H2 {
	font: 14px;
	color: #28166F;
	
}

#ContentContainer H3 {
	font: 12px;
	color: #28166F;
	
}

#ContentContainer H4 {
	font: 11px;
	color: #28166F;
	
}

#ContentContainer H5 {
	font: 10px;
	color: #28166F;
	
}

#RightContainer {
	position: relative;
	width:334px;
	height: 700px;
	left: 670px;
	top: -685px;
	text-align: justify;
   background-color: #fff;
}

#fixwrap {
   float:right;/*IE8 needs a floated parent for the fixed div to kill RP/AP bug*/
   width:201px;
   background:red;
}
#fixed {
   position:fixed;
   width:200px;/*201px total width with left border*/ 
   top:101px;/*total header height*/
   bottom:61px;/*total footer height*/
   background:#BCC5E1;
   border-left:1px solid #fff; 
   overflow:auto;/*insure access to text at smaller viewport heights*/
}
#footer {
    position:fixed;
    z-index:5;
    width:100%;
    height:20px;
    padding:10px 0 0;
    bottom:0; left:0;
    background:#fff;
    border-top:1px solid #fff;
    text-align:center;
    font-weight:bold;
}

.ddsmoothmenu{
font: bold 12px Verdana;
width: 100%;
text-align: justify;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
text-align: justify;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
text-align: justify;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
padding: 2px 0px 0px 0px;
font-size: 17px;
font-family: arial;
color: #2d2b2b;
text-decoration: none;
text-align: justify;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
text-align: justify;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #27156E;
text-align: justify;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #27156E;
text-align: justify;
}

.ddsmoothmenu ul li a:hover{
color: #27156E;
text-align: justify;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
text-align: justify;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
text-align: justify;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
text-align: justify;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 140px; /*width of sub menus*/
padding: 0px 10px 0px 10px;
margin: 0;
font-size: 14px;
text-align: justify;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}
.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 140px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #27156E;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
color: #27156E;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #27156E;
}

.ddsmoothmenu-v ul li a:hover{
color: #27156E;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 140px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
