/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  * { margin: 0px;
    }

  body { padding: 0px;
    font-family: verdana,helvetica,sans-serif;
    font-size: 13px;
    background-color: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
    }

  a { background-color: inherit;
    color: rgb(0, 0, 238);
    }

  a:hover { text-decoration: none;
    }

  p { text-align: justify;
    margin-bottom: 15px;
    line-height: 22px;
    }

  ul { list-style-type: disc;
    list-style-image: none;
    list-style-position: outside;
    padding-left: 15px;
    margin-bottom: 15px;
    }

  h3 { font-size: 20px;
    margin-bottom: 30px;
    }

  h4 { font-size: 13px;
    margin-bottom: 5px;
    }

  #header { padding: 10px 15px 2px;
    height: 120px;
    color: rgb(255, 255, 255);
    background-color: rgb(184, 38, 25);
    }

  #logo { float: left;
    width: 550px;
    }

  #acknowledgement{ float: left;
    width: 250px;
    text-align: center;    
    background-color: rgb(255, 255, 255);
    color: rgb(184, 38, 25);
    }


  #search { float: right;
    width: 250px;
    }

  #logo h1 { font-size: 30px;
    }

  #logo h2 { font-size: 14px;
    }

  #menu { border-bottom: 1px solid rgb(218, 218, 218);
    padding: 5px 30px 0px;
    margin-bottom: 30px;
    color: rgb(34, 34, 34);
    background-color: #cccccc;/*rgb(255, 158, 145)*/
    }

  #menu div { clear: both;
    }

  #menu ul { padding: 0px;
    display: block;
    position: relative;
    top: 1px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    margin-bottom: 0px;
    }

  #menu ul li { border-style: solid solid none;
    border-color: rgb(218, 218, 218) rgb(218, 218, 218) -moz-use-text-color;
    border-width: 1px 1px 0px;
    position: relative;
    float: left;
    margin-right: 5px;
    }

  #menu ul li a { padding: 5px 10px 8px;
    display: block;
    text-decoration: none;
    background-color: inherit;
    color: rgb(51, 51, 51);
    }

  #menu ul li a:hover { color: rgb(255, 255, 255);
    background-color: rgb(0, 34, 170);
    }

  #menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover { background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    }

  #container { margin: 0px 40px;
    }

  #primarycontainer { float: left;
    margin-right: -200px;
    width: 100%;
    }

  #primarycontent { margin-right: 240px;
    }

  #primarycontent p { margin-bottom: 20px;
    }

  #secondarycontent { float: right;
    width: 200px;
    }

  #footer { border-top: 1px solid ;
    margin: 20px 0px 0px;
    text-align: center;
    clear: both;
    color: #aaaaaa;
    }

  #footer a { color: rgb(150, 150, 150);
    }

  .clearit { clear: both;
    height: 1px;
    }

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;

}

table.sortable thead th {background-color: #eee;
	border-style: solid solid solid solid;
	border-color: red red red red;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.sortable thead th.unsortable {background-color: #eee;
	border-style: solid solid solid solid;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;

}


table.sortable td {
border-width: 1px 1px 1px 1px;
	padding: 2px 2px 10px 2px;
}	
	

.rowlight {
	background-color: white;
}
.rowdark {
	background-color: lavender;
}

:link:hover {
color: rgb(255, 255, 255);
    background-color: rgb(0, 34, 170);
}
   
   
:link:hovera {
	color: #0078AB;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
}
