html, body {
   margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    text-align: center;
    color: #000000;
    background-color: white;
    min-width: 768px;
}

img {
   border: 0;
}

p {
    margin: 5px;
}

input, textarea, select {
   background-color: #f9f9f9;
    border: 1px solid #CCCCCC;
    font-size: 11px;
}

.noborders {
    border: none;
    background-color: white;
}

.topNav {

    background-image: url('../images/menu-bg.jpg');
    background-position: left;
    background-repeat: repeat-x;
    height: 30px;
    border-left: 1px solid silver;
}

.topLastNav {

    background-image: url('../images/menulast-bg.jpg');
    background-position: left;
    background-repeat: repeat-x;
    height: 30px;
}

.topNav2 {

    background-image: url('../images/menu-bg.jpg');
    background-position: left;
    background-repeat: no-repeat;
    height: 10px;
    border-left: 1px solid silver;
}

.topMenu {

    padding-right: 5px;
   color: white;
    font-weight: bold;
}

.topMenu A {
   color: white;
    font-weight: bold;
    text-decoration: none;
}


a.te {
    color: #3f59ae;
    text-transform: uppercase;
    text-decoration: none;
}

a {
    color: #7c7877;
}

a:hover {
    color: #c20003;
}

.leftNav {
    text-align: left;
    padding-left: 0px;
    line-height: 150%;
}

.leftNav A {
    display: block;
    color: #7c7877;
    text-decoration: none;
}

.shadow {
    background-image: url('../images/left-menu-bg.gif');
    background-position: right;
    background-repeat: repeat-y;
}

.content {
   text-align: justify;
    padding: 5px;
    background-color: #f3f3f3;
    border-right: 1px solid silver;
}

.content2 {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f8f8f8;
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
    height:100%;

}
.content3 {
   background-color: #f3f3f3;
    height:100%;
}

.content a {
   text-decoration: none;
    color: maroon;
    /*border-bottom: 1px dashed maroon;*/
}

.banners {
   width: 180px;
    border-right: 1px dashed silver;
    border-left: 1px solid silver;
    /*background-image: url('../images/right_bg.gif');
    background-repeat: repeat-y;*/
    background-color: #f3f3f3;
    text-align: left;
}

.banners A {
   display: block;
   margin-top: 5px;
   margin-left: 0px;
}

.sludBox {
   width: 50%;
    text-align: center;
    /*border: 1px solid silver;*/
    padding-top: 25px;
    padding-bottom: 25px;
}

.sludBox2 {
   width: 25%;
    text-align: center;
    /*border: 1px solid silver;
    padding-top: 5px;*/
    padding-bottom: 5px;
}

.caption {
   color: #c20003;
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.caption a {
   color: #c20003;
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.red{
    color: #c20003;
}

.green{
    color: #2fa522;
}

.odd, .even {
   padding: 2px;
}

.odd {
    background-color: Silver;
}

.odd a {
    color: Gray;
}

.even {
    background-color: white;
}

.even a {
    color: Gray;
}

a.jobs-title {
    font-size: 13px;
    text-decoration: none;
}

.small {
    text-decoration: none;
    font-size: 10px;
    line-height: 120%;
}

.upper {
    text-transform: uppercase;
}

a.nounderline {
    text-decoration: none;
    color: black;

}

a.menu {

    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    text-transform: uppercase;

}

h1{

   color: #c20003;
    font-size: 14px;
    font-weight: bold;
    float:left;

}
.sss {

   color: #c20003;
    font-size: 11px;
    font-weight: bold;

}

.sss1 {

   color: #7c7877;
    font-size: 11px;
    font-weight: bold;

}

a.menu:hover {
    color: #b8c5f2;

}

.title2 {
    font-weight: bold;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
    color: #7C7877;
    height:20px;
    float:left;
    padding-top:5px;

}

.title {
    font-weight: bold;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
    color: #7C7877;
    padding-left:10px;

}
.date{
    font-weight: bold;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    line-height: 120%;
    color: #7C7877;
    text-align:right;
}

.intro {
    border-top: 1px solid #dddddd;
    color: #7C7877;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
    line-height: 120%;
    padding-left:5px;
    padding-top:5px;

}
.next{
    padding-bottom: 5px;
    padding-right: 5px;
}

.article{
    border: 1px solid #dddddd;
    padding-bottom: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    background-color:#FFFFFF;

}

.menu, .submenu {
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    color:#4962b4;
    font-weight:bold;
    padding-left:10px;
    cursor:pointer;
}
.submenu {
    font-weight: normal;
    padding-left:21px;
}


#questForm caption
{
    margin: 5px;
    color:#4962B4;
    font-size:13px;
    text-align:right;
    font-weight:bold;
    padding-top:5px;
}

#questForm
{
    padding: 5px;
}
#questForm div
{
    position:relative;
}

#questForm td {
    color: #4962B4;
    font-weight: bold;
}

#questForm input {
    margin: 2px;
    width: 300px;
    border: 1px solid #7C7877;
    color: #7C7877;
}

#questForm textarea {
    margin: 2px;
    height: 100px;
    border: 1px solid #7C7877;
    width: 300px;
    color: #7C7877;
}

#questForm input:hover, #questForm textarea:hover, #questForm input.button:hover {
    border: 1px solid #4962B4;
    color: #4962B4;
}

#questForm input.button {
    margin: 2px;
    width: 80px;
    border: 1px solid #7C7877;
    color: #7C7877;
}

#questForm span {
    display: none;
}

#questForm div:hover span {
    color: #7C7877;
    font-weight: normal;
    font-family: courier, serif;
    display: block;
    position: absolute;
    white-space: nowrap;
    top:3px;
    left:310px;
}


#questTable
{
    margin: 2px;
    background-color:#FFFFFF;
    width:100%;
    border-collapse: collapse;

}
#questTable tr
{
    border: 1px solid #dddddd;
    cursor: pointer;
}
#questTable td
{
    border: 1px solid #dddddd;
    padding: 4px;
    cursor: pointer;
}

#questTable tr:hover
{
    color: #4962B4;
}

#comment table {
    margin-top:4px;
    width:70%;
    border-collapse: collapse;
    border-bottom: 1px solid #4962B4;
    color: #7C7877;
}
#comment tr {

}
#comment td {
    padding:4px;

}
#comment td.txt {
    font-weight: bold;
    color: #4962B4;

}


#comForm table {
    line-height:100%;
    color: #4962B4;
    font-weight: bold;

    border-collapse:collapse;
    background-color: #EEEEEE;
}
#comForm tr {

}
#comForm td {
    padding: 4px;
    vertical-align: middle;
}
#comForm b {
    color: #A71010;
}

#comForm input {
    width: 200px;
    border: 1px solid #7C7877;
    color: #7C7877;
}

#comForm input.button {
    width: 80px;
    border: 1px solid #7C7877;
    color: #7C7877;
}

#comForm textarea {
    height: 100px;
    border: 1px solid #7C7877;
    width: 99%;
    color: #7C7877;
}
#comForm input:hover, #comForm textarea:hover, #comtForm input.button:hover {
    border: 1px solid #4962B4;
    color: #4962B4;
}

#cvMenu {
    text-align: center;
}

#cvMenu ul {
  margin: 2;
  border: 0;
  padding: 0 0 0 0;
  width: 500px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

#cvMenu li {
  margin: 0;
  border: 0;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

#cvMenu a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #EEE;
  color: #666;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

#cvMenu a:hover,
#cvMenu li:hover a,
#cvMenu li.iehover a {
  background: #CCC;
  color: #FFF;
}


#cvForm {
    margin:10px;
}
#cvForm table {
    color: #4962B4;
    border-collapse:collapse;
    background-color: #EEEEEE;
    border: 1px solid #7C7877;
}
#cvForm caption {
    text-align: left;
    text-decoration: overline;
    font-weight: bold;
}
#cvForm th {
    text-decoration: underline;
    font-weight: normal;
}
#cvForm td {
    padding: 3px;
    vertical-align: middle;
}
#cvForm td.left {
    text-align:right;
}
#cvForm td.req {
    font-weight: bold;
}
#cvForm input.text {
    width: 200px;
    border: 1px solid #7C7877;
    color: #7C7877;
    background-color: #F9F9F9;
}
#cvForm input {/* for mega stupid ie 6 */
    border: 0;
    background-color: #EEEEEE;
}
#cvForm select {
    color: #7C7877;
    border: 1px solid #7C7877;
}
#cvForm optgroup {
    font-style: normal;
}
#cvForm input.button {
    border: 1px solid #7C7877;
    color: #7C7877;
    background-color: #F9F9F9;
}
#cvForm textarea {
    height: 100px;
    border: 1px solid #7C7877;
    width: 200px;
    color: #7C7877;
}
#cvForm input:hover, #cvForm textarea:hover, #cvForm select:hover {
    border: 1px solid #4962B4;
    color: #4962B4;
}


#cvTable {
    margin:10px;
}
#cvTable table {
    color: #4962B4;
    border-collapse:collapse;
    background-color: #EEEEEE;

}
#cvTable caption {
    text-align: left;
    text-decoration: overline;
    font-weight: bold;
}
#cvTable tr {
    border-bottom: 1px solid #7C7877;
    text-align: right;
}
#cvTable td {
    padding: 3px;
    vertical-align: middle;
}
#cvTable a {
    color: #4962B4;
}
#cvTable a:hover {
    color: #A60909;
}
#cvTable input {/* for mega stupid ie 6 */
    border: 0;
    background-color: #EEEEEE;
}
#cvTable input.text {
    width: 120px;
    border: 1px solid #7C7877;
    color: #7C7877;
    background-color: #F9F9F9;
}
#cvTable select {
    width: 120px;
    color: #7C7877;
    border: 1px solid #7C7877;
}
#cvTable select:hover {
    border: 1px solid #4962B4;
    color: #4962B4;
}
#cvTable input.button {
    border: 1px solid #7C7877;
    color: #7C7877;
    background-color: #F9F9F9;
}
#cvTable input.button:hover {
    border: 1px solid #4962B4;
    color: #4962B4;
}

