*.required {
   border: 1px solid red;
}

*.left {
   float: left;
   margin-left: 0;
   padding-left: 0;
}

*.red {
   color: red;
}

*.right {
   float: right;
   margin-right: 0;
   padding-right: 0;
}

a:hover {
   background-color: #FFE1E1;
}


body {
   background-color: white;
   border: 0px solid white;
   color: black;
   margin: 0px;
   padding: 0px;
}

body, th, td {
    font-family: "Lucida Grande", "Bitstream Vera Sans", sans-serif;
	font-size: 10pt;
}

br.height-75 {
   line-height: 75%;
}


/* MENU NAVIGATION on left side */
div.menu-container {
   background-color: #eeeeee;
   border-bottom: 1px solid #dddddd;
   border-right: 2px solid #dddddd;
   text-align: left;
}
div.menu a, div.menu2 a, div.menu p {
   border-top: 1px solid #dddddd;
   border-left: none;
   border-right: none;
   border-bottom: 1px solid #dddddd;
   color: black;
   display: block;
   font-weight: bold;
   margin: 0;
   padding: 5px;
   text-decoration: none;
}

/* Second level menu items */
div.menu2 a {
   border: none;
   border-top: 1px dashed #6BC28C;
   font-weight: normal;
   padding-left: 20px;
}
div.menu-container a:hover {
   background-color: #b5b9db;
   text-decoration: underline;
}

/* Current menu differences */
div.menu-container a.current {
   background-color: #193394;
   color: white;
}
div.menu-container a.current:hover {
   background-color: #193394;
   text-decoration: none;
}
/* END MENU NAVIGATION */
 


div.nav-horizontal-container {
   background-color: #0e1d53;
   border: 5px solid #0e1d53;
   border-left: none;
   border-right: none;
   color: white;
   font-size: 12pt;
   font-weight: bold;
   line-height: 250%;
   margin: 0;
   padding-right: 10px;
   Xposition: relative;
   text-align: right;
   width: 740px;
}
div.nav-horizontal-container a {
   color: white;
   text-decoration: none;
}
div.nav-horizontal-container a:hover {
   background-color: transparent;
   text-decoration: underline;
}


div.page-container {
   background-color: white;
   border: 1px solid #2B3269;
   margin: 10px;
   padding: 0;
   top: 0px;
   width: 750px;
   z-index: 1;
}
div.page-body {
   background-color: white;
   width: 750px;
}
div.page-col-one {
   float: left;
   margin: 0;
   padding: 0;
   padding-bottom: 10px;
   padding-top: 0px;
   position: relative;
   width: 185px;
}
div.page-col-two {
    float: right;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    width: 563px;
}
div.page-footer {
   background-color: #eeeeff;
   border-top: 2px solid #0e1d53;
   clear: both;
   padding-bottom: 5px;
   width: 750px;
}
div.page-footer p {
   color: #2B3269;
   margin-top: 8px;
}
div.page-header {
   top: 0px;
   width: 750px;
   z-index: 5;
}


div.insert-right {
   border: 3px solid #349419;
   float: right;
   margin: 10px 0 10px 10px;
   padding: 10px;
   width: 190px;
}
div.insert-right img {
    margin: 3px;
}
div.insert-right p {
    font-family: "New Century Schoolbook", Times, TimesNR;
    font-size: 12pt;
    font-style: italic; 
    padding: 2px;
}


div.quote-selections {
   border: 1px solid #2B3269;
   margin-top: 20px;
   padding: 10px;
}


h1 {
   font-size: 13pt;
   font-weight: bold;
   line-height: 110%;
   margin-bottom: 5pt;
   margin-top: 0pt;
   vertical-align: baseline;
}

h2 {
   font-size: 10pt;
   font-weight: bold;
   line-height: 110%;
   margin-bottom: 3pt;
   margin-top: 24pt;
   vertical-align: baseline;
}
h2.sub-title {
   font-family: Times New Roman;
   font-size: 12pt;
   font-style: italic;
   font-weight: normal;
   margin-top: 0;
   margin-bottom: 14pt;
}
h2.no-lead {
   margin-top: 0pt;
}

h2 a {
   color: black;
   text-decoration: none;
}
h2 a:hover {
   text-decoration: underline;
}

img {
    border: 1px solid #aaaaaa;
}

li {
   margin-top: 10px;
   margin-bottom: 10px;
}

ol {
   margin-top: 5px;
}


p {
   margin-top: 0;
   margin-bottom: 5pt;
}

table {
   border-collapse: collapse;
}
th {
   background-color: #235737;
   border: 3px solid #235737;
   border-left: none;
   border-right: none;
   color: white;
   padding: 5px;
   vertical-align: middle;
}
th p {
   margin: 0;
}

table *.small {
   font-size: 7pt;
}

table.column-container-two {
   table-layout: fixed;
}
table.column-container-two td {
   padding: 5px;
   vertical-align: top;
}
table.column-container-two td.col-one {
   width: 175px;
}
table.column-container-two td.col-two  {
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   text-align: left;
   vertical-align: top;
   width: 527px;
}

table.form-simple {
   background-color: #F5F6FC;
   border: 1px solid #349419;
   border-collapse: collapse;
   table-layout: fixed;
   width: 100%;
}
table.form-simple td {
   border-bottom: 1px solid #719419;
   text-align:  left;
   vertical-align: top;
}
table.form-simple td.col-one {
   font-weight: bold;
   text-align: right;
   width: 25%;
}
table.form-simple td.col-two {
   text-align: left;
   width: 75%;
}
table.form-simple input, textarea {
   padding: 2px;
   width: 95%;
}
table.form-simple input.width-auto {
   width: auto;
}

ul {
   list-style-image: url(images/bullet-drop.jpg);
   list-style-type: square;
   margin-bottom: 5px;
   margin-top: 5px;
   vertical-align: middle;
}

ul.error-list {
   color: red;
}

ul.no-bullet-first-bold {
   list-style-type: none;
   margin-bottom: 15px;
}
ul.no-bullet-first-bold li {
   margin-top: 15px;
}
ul.no-bullet-first-bold li:first-line {
   font-weight: bold;
}


