/* CSS Document */
body{
text-align: center;
min-width: 950px;
font-family: Verdana,Tahoma,Arial;
font-size: 12px;
color: #ffffff;
background-image: url('images/xxx.png');
background-repeat: repeat-x;
background-color: #ffffff;
}
h1 {
margin: 0;
border: 0;
padding-bottom: 10px;
font-size:  14px;
font-weight: bold;
}
h2 {
margin: 0;
border: 0;
padding-bottom: 10px;
font-size:  28px;
font-weight: normal;
}
h3 {
margin: 0;
border: 0;
font-size:  9px;
font-weight: normal;

}
#Container
{
width: 950px;
margin: 0 auto;
text-align: left;
}
#ContentFull
{
border-top: 1px solid white;
border-bottom: 1px solid white;
height: 350px;
width: 930px;
float: left;
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
background-color: #9d0066;
text-align: justify;
}
#ContentLeft
{
border-top: 1px solid white;
border-bottom: 1px solid white;
height: 350px;
width: 410px; /* 400 */
float: left;
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
background-color: #9d0066;
text-align: justify;
overflow:auto; /* added */
}
#ContentRightA
{
border-top: 1px solid white;
border-bottom: 1px solid white;
height: 390px;
width: 520px;
float: right;
padding-right: 0px;
padding-left: 0px; /* was 10 */
padding-top: 0px;
padding-bottom: 0px;
/*background-color: #9d0066;*/
background: #9d0066 url(images/ajax-loader.gif) no-repeat center;
}
#ContentRight
{
border-top: 1px solid white;
border-bottom: 1px solid white;
height: 390px;
width: 520px;
float: right;
padding-right: 0px;
padding-left: 0px; /*10*/
padding-top: 0px;
padding-bottom: 0px;
/*background-color: #9d0066;*/
background: #9d0066;
}
#ContentLeft a, #ContentRight a {
color: #ffffff;
text-decoration: underline;

}
#ContentRight img {
float: right;
}
#Header
{
width: 950px;
height: 45px;
padding-top: 20px;
}
#Header h2 {
color: #999999;
}
#NavBar
{
width: 950px;
height: 34px;
/*padding-right: 10px;
padding-left: 10px;*/
background-color: #8b005a;
}
#SubNavBar, #SubNavBar2
{
width: 950px;
height: 23px;
/*padding-right: 10px;
padding-left: 10px;*/
background-color: #ffffff;
}
#Footer
{
width: 930px;
padding-top: 13px;
padding-right: 10px;
padding-left: 10px;
clear: both;
height: 26px;
background-color: #8b005a; /*#bf007c;*/
text-align: center;
}

/*--------------------------Nav Bar ----------------------------------*/
#NavBar ul
{
margin: 0;
border: 0;
padding-left: 0;
margin-left: 0;
background-color: #8b005a;
color: White;
float: left;
width: 100%;
font-family: Verdana, arial, helvetica, sans-serif;
}

#NavBar ul li { display: inline; }

#NavBar ul li a
{
font-size: 13px;
padding: 9px 1em; /*height*/
background-color: #8b005a;
color: White;
font-weight: bold;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#NavBar ul li a:hover
{
background-color: #bf007c;
color: #fff;
}
/*---------------------sub nav bar ---------------------*/
#SubNavBar ul, #SubNavBar2 ul
{
margin: 0;
border: 0;
padding-left: 0;
margin-left: 0;
background-color: #ffffff;
color: #999999;
float: left;
width: 100%;
font-family: Verdana, arial, helvetica, sans-serif;
}

#SubNavBar ul li, #SubNavBar2 ul li { display: inline; }

#SubNavBar ul li a, #SubNavBar2 ul li a
{
font-size: 10px;
padding: 6px 1em; /*height*/
background-color: #ffffff;
color: #999999;
font-weight: bold;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#SubNavBar ul li a:hover, #SubNavBar2 ul li a:hover
{
color: #8b005a;
text-decoration: underline;
}

.InvisibleMenu1, .InvisibleMenu2 {display: none;}

#SubFooter {
font-size: 9px;
padding-top: 10px;
color: #990000;

}
#SubFooter a {
color: #999999;
text-decoration: none;
}
#SubFooter a:hover {
color: #bf007c;
text-decoration: none;
}
.Darker {font-weight: bold; font-style: italic;}
.inputbox
{
background-color: transparent;
border: 1px solid #e1e1e1;
color: #ffffff;
}
