BODY {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12pt;
	background-color: #EDEDED;
	margin-left: 0px; margin-top: 0px;
}

TD {  background-color: White; font-family : Verdana, Arial, sans-serif ;	font-size : 12pt; }

LI { list-style: none;  list-style-position: inside; font-style: oblique; text-align: left; padding: 5px padding: margin: 0px; }

H1 { color: #000; font-style: italic; font-variant: small-caps; text-align: center; }
H2 { color: #000; font-style: italic; font-variant: small-caps; text-align: center; }
H3 { color: #000; font-style: italic; font-variant: small-caps;  text-align: center; }
H4 { color: #000; text-align: center; }
H5 { color: #000; text-align: center; }
H6 { color: #000; text-align: center; }

.navTableHdr {background-color: #1E90FF; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; text-align:center; line-height: 22px; vertical-align: middle;}
.navTableCell { margin-left: auto;}
.tblNav {  background-color: #D2B48C; font-family : Verdana, Arial, sans-serif ;	font-size : 10pt; }
.comText {font-style: italic; font-size:11px; }
.comTextRed {font-style: italic; font-size:11px; color: #FF0000; }
.bldText {font-style: normal; font-weight: bold;  font-size:14px; }
.bldTextCtr {font-style: normal; font-weight: bold;  font-size:14px; text-align: center }
.bldTexRed { color: #FF0000; font-weight: bold; }
.graphic {border:2px; border-thickness:1px; border-color: #FF0000; border-style: ridge;}
.tblNotes {background-color: Yellow; display: block; }
.content { padding-top: 20px; padding-left: 5px; padding-right: 5px; }
.lftCol { background-color: #D2B48C; } 
.rgtCol { background-color: #D2B48C; font-family : Verdana, Arial, sans-serif ;	font-size : 10pt;  }
.ftr { background-image: url(images/ftr.jpg) }
.uln { text-decoration: underline; }

/* F0F0F0 */

A:link {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; color: #000000;}
A:visited {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; color: #000000;}
A:hover {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; color: #FF0000;}


A.left:link {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #000000; font-weight:normal; font-size:10pt;  font: normal;  }
A.left:visited {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #000000; font-weight:normal; font-size:10pt; }
A.left:hover {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:  underline; color: #FF0000; font-weight:normal; font-size:10pt;}

A.list:link {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #000000; font-weight:normal; font-size:12pt;  font: normal;  }
A.list:visited {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #000000; font-weight:normal; font-size:12pt; }
A.list:hover {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:  underline; color: #FF0000; font-weight:normal; font-size:12pt;}

table.tblRoster {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
table.tblRoster th {
	border-width: 1px;
	padding: 3px;
	border-style: groove;
	border-color: gray;
	background-color: white;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
table.tblRoster td {
	border-width: 1px;
	padding: 3px;
	border-style: groove;
	border-color: gray;
	background-color: white;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

table.rgtCol {
	border-width: 0px;
	border-spacing: ;
	border-style: ridge;
	border-color: gray;
	border-collapse: separate;
	background-color: #d2b48c;
	font-family : Verdana, Arial, sans-serif ;	font-size : 10pt;
}
table.rgtCol th {
	border-width: 1px;
	padding: 1px;
	border-style: ridge;
	border-color: gray;
	background-color: #d2b48c;
	-moz-border-radius: ;
	font-family : Verdana, Arial, sans-serif ;	font-size : 10pt;
}
table.rgtCol td {
	border-width: 1px;
	padding: 1px;
	border-style: ridge;
	border-color: gray;
	background-color: #d2b48c;
	-moz-border-radius: ;
	font-family : Verdana, Arial, sans-serif ;	font-size : 10pt;
}

/* LIST */

#navcontainer { margin-left: 5px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sans-serif;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
/* color: #333; */
background-color: transparent;
width: 140px;
padding: 2px 10px;
text-decoration: none;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
border-left: 1px solid gray;
font-size: 12px;
}

#navcontainer a:hover
{
background-color: #ddd;
/* color: #333; */
border-right: 10px solid #aaa;
padding: 2px 1px 2px 5px;
}

#navcontainer ul ul
{
margin-left: 5px;
padding: 0;
list-style-type: none;
}

#navcontainer li li a
{
display: block;
/* color: #333; */
background-color: transparent;
width: 100%;
padding: 2px 10px;
margin: 0;
border-top: none;
border-bottom: none;
border-left: 1px solid #aaa;
text-decoration: none;
font-size: 12px;
}

/* Center table */

table.ctrTable {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.ctrTable th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.ctrTable td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}


.labelcell { 
 color: #000; 
 background-color: transparent; 
 width: 50%; 
} 

.fieldcell { 
 background-color: #FFEFD5; 
 color: #000000; 
 text-align: right; 
 margin-right: 0px; 
 padding-right: 0px; 
} 

.smalllabelcell { 
 background-color: transparent; 
 color: #3670A7; 
 width: 100px; 
} 

.smallfieldcell { 
 background-color: #F2F7FB; 
 color: #000000; 
 text-align: right; 
  
}


.button { 
 background-color: #D2B48C; 
 color: #102132; 
 margin-left: 12px; 
 margin-top: 3px; 
 margin-bottom: 2px; 
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

