@charset "utf-8";

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
		
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	vertical-align: top;
	font-size: 100%;
	list-style-type: circle;
}
table {
	margin-top: 0px;
	margin-bottom: 0px;
}
#form {
	margin: 0px 2px 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

.style1 {
	font-family: "Georgia";
	font-size: x-large;
	font-weight: bold;
	color: #663300;
	text-align: center;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 10px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #333333;
	line-height: 1.2em;
	text-transform: uppercase;
}
table#navbar {
	color: #FFFFCC;
	background-color: #66cccc;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

#navbar {
	color: #FFFFCC;
	background-color: #663300;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#navbarth {
	background-color: #663300;
	color: #FFFFCC;
	padding-top: 20px;
	padding-bottom: 20px;
}
#tableContent {
	background-color: #CCFFFF;
}
.thtableContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	vertical-align: top;
	line-height: 1.5em;
	list-style-type: none;
}
th#leftmargin {
	padding-right: 20px;
	margin-right: 30px;
	margin-left: 20px;
}
ul#leftalign {
	list-style-image: none;
	list-style-type: none;
	display: block;
	line-height: 1.2em;
	
}
ul.nobullet	{ 
	list-style-type: none; }
h1 {
	font-size: 120%;
	color: #CC0000;
	text-align: left;
	font-weight: bold;
	line-height: 1.25em;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	
}


h2 {
	font-size: 110%;
	color: #663300;
	margin-left: 15px;
	font-weight: bold;
	padding: 0px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	line-height: 1.5em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	text-transform: none;
	list-style-type: none;
	padding-left: 0px;
	color: #333333;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
}
a:link {
	color: #663300;
	text-decoration: underline;
}
a:visited {
	color: #FF6633;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}
a:active {
	color: #CC3300;
	text-decoration: none;
	text-transform: capitalize;
	margin-top: 0px;
	margin-bottom: 0px;
}
.caption {
	font-size: 0.8em;
	font-style: oblique;
	text-align: center
} 
.insert {
	text-align: left;
	vertical-align: top;
	margin-bottom: 5px;
	border: 3px solid #FF9933;
	font-style: inherit;
}
.imagelflt {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	color: #000000;
	background-color: #66cccc;
	background-position: center;
	list-style-type: none;
	margin: 0px;
	list-style-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.p:inline {
	display: inline;
}
.style3 {
	color: #333333
}
.style4 {color: #ff9933}
.style8 {color: #FFFFCC}
.imagefltrt {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
  .centeredImage
    {
	display: block;
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
    padding:0px;
    }
	
.thumbnail{
	position:relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
	
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFCC;
	padding: 5px;
	left: -1000px;
	border: dotted;
	visibility: hidden;
	color: black;
	text-decoration: none;
	white-space:nowrap;
}

.thumbnailrt span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFCC;
	padding: 5px;
	top: 50%;
	right: 400px;
	border: dotted;
	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*/
	display: inline;
	top: 0;
	left: 50px;  /*position where enlarged image should offset horizontally */;
}

.imPop {
	position: relative;
	z-index: 20;
}

.imPop:hover {
	display: inline;
	z-index: 30;
}

.imPop span {
	display: none;
}

.imPop:hover span {
	display: block;
	position: absolute;
	top: 1em;
	left: 1em;
	width: 250px;
	height: 387px;
}

.blockquotefontsz {
	vertical-align: middle;
	overflow: hidden;
	height: 140px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
div {
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	list-style-type: none;
	vertical-align: 100%;
}
div.row {
  clear: both;
  padding-top: 2px;
}
div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }
div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  } 
#scrollbox {
	width: 90%;
	height: 250px;
	overflow: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#blocked {
	margin: 10px;
	text-align: center;
	display: block;
}
.doc {
	width: 8in;
	position: relative;
	margin-right: 1in;
	margin-left: 1in;
	padding: 25px;
}

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
} 

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.scrollbox {
	padding: 5px;
	height: 250px;
	width: 90%;
	overflow: auto;
}
#divBar {
	background-color: #66CCCC;
	text-align: center;
}

