﻿body 
{
    background-color:white;
}
.col_icon
{
    width:24px;
}
.col_xsmall
{
    width:100px;
}
.col_small
{
    width:200px;
}
.col_medium
{
    width:300px;
}
.col_large
{
    width:450px;
}
.col_Xlarge
{
    width:650px;
}
.cell_center
{  
  vertical-align:middle;
  text-align:center;
  margin-left:auto;
  margin-right:auto;  
}
.cell_left
{  
  text-align:left;
  margin-left:0px;
  margin-right:auto;  
}
.cell_right
{  
  text-align:right;
  margin-left:auto;
  margin-right:0px;  
}
.outer
{
    width:850px;
    height:auto;
    margin:5px 5px 5px 5px;
    padding:0px 0px 0px 5px
}
.cpholder
{
    width:100%;
    height:auto;
   
}
.banner
{
    width:850px;
    height:auto;
    text-align: left;
    padding:0px 0px 0px 0px;
}
.leftdiv
{
    width:350px;
    height: auto;
    float: left;
    border-right-style:groove;
    border-right-width:thin;
}
.leftdiv ul
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
   list-style-type:none;
}
.leftdiv ul li
{
    color:Orange;
    padding:8px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    text-decoration: none;
     
}
.leftdiv a
{
   text-decoration: none;
}
.leftdiv a:hover
{
  color:Maroon;
  text-decoration:underline;
}
.rgtdiv
{
    width:430px;
    height: auto;
    float:right;
  }
.rgtdiv ul
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
   list-style-type:none;
}
.rgtdiv ul li
{
    color:Orange;
    padding:8px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    text-decoration: none;
    
}
.rgtdiv a
{
    text-decoration:none;
}
.rgtdiv a:hover
{
  color:Maroon;
  text-decoration: underline;
}
.footer
{
    width:850px;
    height:80px;
    margin:450px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    text-transform:uppercase;
     
}
.info, .success, .warning, .error, .validation 
{
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}

.info {
color: #00529B;
background-color: #BDE5F8;
background-image:url('../img/info.png');
border:none;
content:"";
}

.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../img/success.png');
border:none;
content:"";
}

.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../img/warning.png');
border:none;
content:"";
}

.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../img/error.png');
border:none;
content:"";
}

.validation {
color: #D63301;
background-color: #FFCCBA;
background-image: url('../img/validation.png');
border:none;
content:"";
}