/* CSS Document */
body
{
margin:0 0 0 0;
scrollbar-base-color: #65ADD5;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #CACACA;
}

.Signup {color: #2B93BE; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}

.Hr1Red{color:#BD2A46;border-style:solid;width:100%;
}
.16txtblue{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#1e649f; font-weight:bold;
}
.Hr2{
size:1;color:#666666;border-style:dotted;width:98%;border-spacing:5px;
}
.titleBlueH1{
PADDING-RIGHT: 0px;PADDING-LEFT: 30px;PADDING-BOTTOM: 0px;MARGIN: 0px;FONT: 14pt/16pt Verdana, Arial, Helvetica, sans-serif;
COLOR: #fff;
PADDING-TOP: 10px;
BACKGROUND: url(../images/title_blue.gif) no-repeat left top;
}
.txt11pxred{ color:#FF0000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
}
.11pxorange{
COLOR: #ff8418;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;
}
.txt9pxGry{
font-size:10px;color:#333333;font-family:Verdana, Arial, Helvetica, sans-serif;
}
.txt11pxGry{
font-size:11px;color:#333333;font-family:Verdana, Arial, Helvetica, sans-serif;font-style:line-height:120%;
}
.txt12px{
font-size:12px;color:#333333;font-family:Verdana, Arial, Helvetica, sans-serif;font-style:line-height:120%;
}
.txt11px{
font-size:11px;color:#000000;font-family:Verdana, Arial, Helvetica, sans-serif;text-align:justify;
}
.txt16pxRed{
font-size:16px;color:#BD2A46;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold;text-align:justify;
}
.txt16px{
font-size:16px;color:#000000;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold;
}

/*Menu Item-----------------------------------------------------------------------------------------------*/
.glossymenu{
margin-left:100px;
margin-right:30px;
margin-top:50px;
padding: 0px;
width: 155px; /*width of Submenu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
/*background: black url(glossyback.gif) repeat-x bottom left;*/
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
width:100px;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px; /* Space bitween Sub and main menu*/
padding-left: 3px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}
/*Small image on the menu button*/
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 8px;

/*width:5px*/
right: 3px; /*Plus image placements*/
border: none;
}

.glossymenu a.menuitem:hover{
/*background-image: url(glossyback2.gif);*/
}
/*Sub menu bgcolor*/
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #596E83;
width:155px; /* Width of SubMenu*/
text-align:left;
margin-left:3px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0px; /* Sub Menu and main menu Space*/
padding: 1px;
}
/*Blue row on the sub menu*/
.glossymenu div.submenu ul li{
/*border-bottom: 1px solid blue;*/
/*height:30px;*/
height:20px;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #8A99A8;
color:#000000;
text-decoration:underline;
colorz: white;
}

/*Menu Item---------------------------------------------------------------------------------------------------------------*/

.rightdiv
{
float:right;
margin: 0px ;
padding: 0px;
width: 0px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}
.leftdiv
{
float:left;
margin: 0px ;
padding: 0px;
height:506px;
width: 150px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
background-image:url(OxyArkLeft.jpg);
background-repeat:no-repeat;
}


