@charset "UTF-8";
* {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 90%;
	color: #000;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
h1, h2, h3, h4, h5 {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 170%;
	font-weight: bold;
	margin-top: 10px;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 20px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 20px;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #0099CC;
	margin-top: 15px;
}
a {
	text-decoration: none;
	color: #003366;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.content {
	margin-top: 40px;
	margin-left: 190px;
	margin-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.navtop {
	background-color: #D0EBF7;
	color: #003366;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	border-bottom-width: 1px;
}
.searchform {
	float: right;
	margin: 10px 10px;
}
.logo {
	float: left;
	clear: right;
}
.header {
	margin: 0px;
	padding: 0px;
	background-color: #002D62;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: -50px -210px;
}
.pagebody {
	padding: 0px;
	width: 860px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.clearboth {
	clear: both;
}
.leftnav {
	width: 155px;
	margin-top: 45px;
	font-size: 90%;
	margin-left: 8px;
}
/* notched effect for buttons from unordered lists */
.notchedListItems a {
	display: block;
	border: solid #0099CC;
	border-width: 0 1px;
	text-decoration: none;
	outline: none;
	color: #0099CC;
	background-color: #D0EBF7;
}
.notchedListItems a b {
	display: block;
	position: relative;
	top: -1px;
	left: 0;
	font-weight:normal;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
}
.notchedListItems a b b {
	border-width:0 0 1px;
	top: 2px;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.notchedListItems a:hover, .notchedListItems a:hover b {
	color:white;
	background-color: #0099CC;
}
.notchedListItems li {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 90%;
}

.notchedListItems2 a {
	display:block;
	border: solid #0099CC;
	border-width: 0 1px;
	text-decoration: none;
	outline: none;
	color: #0099CC;
	background-color: #FFFFFF;
}
.notchedListItems2 a b {
	display: block;
	position:relative;
	top: -1px;
	left: 0;
	font-weight:normal;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
}
.notchedListItems2 a b b {
	border-width:0 0 1px;
	top: 2px;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.notchedListItems2 a:hover, .notchedListItems2 a:hover b {
	color:#FFFFFF;
	background-color: #0099CC;
}
.notchedListItems2 li {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 90%;
}
.footer {
	background-color: #002D62;
	font-size: 70%;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-align: right;
	margin: 0;
	clear: both;
}
.floatright {
	float: right;
	background-color: #E0F1F9;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #CCCCCC;
	clear: none;
}
div.floatright img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #003366;
}
div.floatright p {
	margin: 0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size: 90%;
	text-align: center;
	text-indent: 0px;
}
.floatright img {
	margin-left: 2px;
}
.floatleft {
	float: left;
	background-color: #E0F1F9;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #CCCCCC;
	clear: none;
}
div.floatleft img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #003366;
}
div.floatleft p {
	margin: 0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size: 90%;
	text-align: center;
	text-indent: 0px;
}
.floatleft img {
	margin-right: 2px;
}
.footer a {
	text-align: left;
	margin-right: 7px;
	margin-left: 10px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
}
.footer li {
	display: inline;
	color: #FFFFFF;
}
.floatcenter {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.floatcenter img {
	margin: 10px;
	vertical-align: middle;
}
.content a {
	text-decoration: underline;
	color: #003366;
}
.content p {
	margin-top: 10px;
	margin-left: 0px;
	font-size: 100%;
	line-height: 140%;
}
.content ul {
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.content ul ul{
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 6px;
}
.content li {
	margin-top: 5px;
	list-style-type: disc;
}
.content li li {
	margin-top: 3px;
	list-style-type: circle;
	font-size: 90%;
}
.content li li li {
	margin-top: 1px;
	list-style-type: upper-roman;
}
.content ol {
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.content ol li {
	margin-top: 5px;
	list-style-type: decimal;
}
.leftnav .adspace {
	margin-left: 18px;
}
.content table {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
	margin-bottom: 25px;
}
.toolbuttonsR {
	font-size: 80%;
	text-align: center;
	/* width: 120px; */
	float: right;
	clear: right;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.toolbuttonsL {
	font-size: 80%;
	text-align: center;
	/* width: 120px; */
	float: left;
	clear: left;
	margin-right: 15px;
	margin-left: 180px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#form1 input {
	font-size: 100%;
	color: #003366;
}
#form1 #search {
	font-size: 90%;
}
.footer ul a {
	color: #FFFFFF;
	text-decoration: underline;
}
.featureimage {
	background-image: url(../images/picframe1.gif);
	float: right;
	height: 450px;
	width: 230px;
	margin-top: -25px;
	margin-right: -16px;
	margin-bottom: 0px;
	margin-left: 22px;
	background-repeat: no-repeat;
}
.featureimage img {
	margin-top: 62px;
	margin-right: 0px;
	margin-left: 3px;
}
.featureimage p {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	margin-left: 12px;
	color: #002D62;
	margin-top: 10px;
	text-indent: 0px;
	line-height: 120%;
	position: relative;
	margin-right: 20px;
}
.citation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.citation {
	font-family: "Times New Roman", Times, serif;
	font-size: 75%;
	color: #333333;
	margin-top: 5px;
	display: block;
	text-indent: 0px;
}
.leftcol {
	float: left;
	margin-top: 35px;
}
.highlight {
	background-color: #FFCC66;
}
#which {
	clear: right;
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
}
#which p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	text-align: left;
}
#which h4 {
text-align: left;
}
/* Added by Shan for management and form 8/4/09 */
.RedLabel 
{
    color:#cc0000;
    font-weight:bold;
}
.mgmtcontent {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Grid
{
    border: 1px solid #336699;
    background-color: #FFFFFF;
}
.GridHeader
{
    background-color: #E5ECF3;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: #003366;
    height:30px;
}
.GridRow
{
    background-color: #FFFFFF;
    height:30px;
}
    
.GridAltRow
{
    background-color: #F5F5F5;
    height:30px;
}
.GridFooter
{
    background-color:#cccccc;   
}
.InsertRow
{
    background-color: #FFFFCC;
    height:30px;
}
.FieldLabel
{
    color:blue;
    margin-bottom:5px;
    text-align:left;
}
.datatable
{
    font-family: Arial, Helvetica, sans-serif;
    background-color:White;
    font-size:12px;
    color:Black;
}
.datatable#labelcol 
{
    width:150px;
    text-align:center;
}

.datatableheader 
{
    font-weight:bold;
    text-align:center;
}
.EditButton
{
    background-color: #3366CC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    height: 19px;
    width: 65px;
    border: 1px #666666;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}
.UpdateButton
{
    background-color: #009999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    height: 19px;
    width: 65px;
    border: 1px #666666;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}
.DelButton
{
    background-color: #CC3300;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    height: 19px;
    width: 65px;
    border: 1px #666666;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}
.CancelButton
{
    background-color: #CC3300;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    height: 19px;
    width: 65px;
    border: 1px #666666;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}
.FormField
{
    border: 1px solid #808080;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}
