/* 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;
}
body {
scrollbar-face-color: #EEEEEE;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #996666; /* aaaaaa*/
scrollbar-arrow-color: #996666;
scrollbar-track-color: #EEEEEE;


}
h1 {
margin: 0;
border: 0;
padding-bottom: 10px;
font-size:  14px;
font-weight: bold;
color: #ffcccc;
}
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: #996666;
text-align: justify;
}
#ContentLeft
{
border-top: 1px solid white;
border-bottom: 1px solid white;
height: 350px;
width: 410px; /* was 400px changed PRE */
float: left;
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
background-color: #996666;
/*background: #ffffff url(images/bg.png) repeat center;*/
text-align: justify;
/*overflow: auto; /*added PRE */
}
#ContentRightA
{
border-top: 1px solid white;
border-bottom: 1px solid white;
height: 390px;
width: 520px;
float: right;
padding-right: 0px;
padding-left: 0px; /* was 10pxchanged PRE */
padding-top: 0px;
padding-bottom: 0px;
background-color: #996666;
/*background: #ffffff 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: 10px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #996666;
/*background: #ffffff url(images/bg.png) repeat center;*/
}
#ContentLeft a, #ContentRight a {
color: #ffffff;
text-decoration: underline;

}
#ContentRight img {
float: right;
}
#Header
{
width: 945px;
height: 45px;
background-color: #996666; 
border-bottom: 1px solid white; 
padding-top: 10px; 
padding-left: 5px; 
}
#Header h2 {
color: #999999;
}
#NavBar
{
width: 950px;
height: 34px;
/*padding-right: 10px;
padding-left: 10px;*/
background-color: #8b5c5c;
}
#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: #8b5c5c; /*#bf007c;*/
text-align: center;
}

/*--------------------------Nav Bar ----------------------------------*/
#NavBar ul
{
margin: 0;
border: 0;
padding-left: 0;
margin-left: 0;
background-color: #8b5c5c;
/*background: #ffffff url(images/bg.png) repeat center;*/
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: #8b5c5c;
color: White;
font-weight: bold;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#NavBar ul li a:hover
{
background-color: #aa8080;
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: #8b5c5c;
text-decoration: underline;
}

.InvisibleMenu1, .InvisibleMenu2 {display: none;}

#SubFooter {
font-size: 9px;
padding-top: 10px;
color: #999999;
}
#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;
}
.ipwidth { width: 300px; font-family: Verdana,Tahoma,Arial; font-size: 12px; background-color: #996666; color: #ffffff; border: 1px dotted black;  }
#Emphasize {color: yellow; font-weight: bold;}