.text1 		{ font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 9pt; 
			font-style: normal; 
			line-height: 15pt; 
			font-weight: normal; 
			color: #090909;}
			
.text1a 	{ font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 7pt; 
			font-style: normal; 
			line-height: 13pt; 
			font-weight: normal; 
			color: #090909;}

.text2, body, td	{ font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 8pt; 
			font-style: normal; 
			font-weight: normal; 
			color: #242424;
			line-height:100%;}		
			
.text2i 	{ font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 8pt; 
			font-style: italic; 
			line-height: 9pt; 
			font-weight: normal; 
			color: #090909;}			
			
.text3 		{ font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 8pt; 
			font-style: normal; 
			line-height: 12pt; 
			font-weight: 600; 
			color: #bb9933;}
		
			
.text4 		{ font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 11pt; 
			font-style: normal; 
			line-height: 19pt; 
			font-weight: normal; 
			color: #090909;}
			
.text5 		{ font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 8pt; 
			font-style: normal; 
			line-height: 17pt; 
			font-weight: 700; 
			color: #242424;}
			
.text6 		{ font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 11pt; 
			font-style: normal; 
			line-height: 12pt; 
			font-weight: 700; 
			color: #ff9900;}
			
			
			
h1			{  	font-family: Verdana, Arial, Helvetica, sans-serif; 	
			font-size: 18px; 
			font-style: normal; 
			font-weight: bold; 
			color: #121212;}

h2			{  	font-family: Verdana, Arial, Helvetica, sans-serif; 	
			font-size: 14px; 
			font-style: normal; 
			font-weight: bold; 
			color: #121212;}
			
h3			{  	font-family: Verdana, Arial, Helvetica, sans-serif; 	
			font-size: 10pt; 
			font-style: normal; 
			/*line-height: 5pt;*/ 
			font-weight: 600; 
			color: #BB9933;}
			
h4			{  	font-family: Verdana, Arial, Helvetica, sans-serif; 	
			font-size: 11pt; 
			font-style: normal; 
			line-height: 5pt; 
			font-weight: 600; 
			color: #000033;}			
			
a:active 	{
	color: #000077;
	/* text-decoration: none; */
}
a:visited 	{
	color: #000077;
	/* text-decoration: none; */
}
a:link 		{
	color: #000077;
	/* text-decoration: none; */
	cursor: hand;
}
a:hover 	{ 	color: #000077; 
				/* text-decoration: none; */
				cursor: hand; 
				background-color: #d8d8d8;}
				

body		{	scrollbar-face-color : #bb9933;
     			scrollbar-highlight-color : #000077;
			    scrollbar-shadow-color : #000077;
			    scrollbar-3dlight-color : #000077;
		        scrollbar-arrow-color :  #000077;
			    scrollbar-track-color : #ffffff;
     			scrollbar-darkshadow-color: #000077;}

.textbox
{
	border: 1px black solid;
	width: 75%;
	padding: 10px 20px;
	
	margin: inherit auto;	
}

.colorbox
{
	border-style: double;
	background-color:#CBD5F1;	
	border-color: #27328A;
	color: #27328A; }

blockquote
{
	font-style:italic; }

span.clear
{
	font-style:normal; }

.photo
{
	padding: 0px;
	width: 252px;
}


.photo img
{
	border: 1px solid black;
}

.photo p
{
	background-color:#EEE4BB;
	font-size: 90%;
	font-weight:bold;
	margin: 0;
	text-align:center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.float-right, .float-left {
	margin-top: 5px;
	margin-bottom: 10px;
}

.float-right
{
	float:right;
	margin-right: 0;
	margin-left: 15px;
}

.float-left
{
	float:left;
	margin-right: 15px;
	margin-left: 0;
}
.section-headerbox
{
	background-color:#e9e9e9;
	padding: 2px;
	width: 100%;
	font-weight: bold;
	text-align:center;
	margin-top: 3em;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
	clear: both;
}

/* first rule removes bottom margin from whole ul block.
	second rule adds bottom margin to each li within the ul. */

.spaced {
	margin-bottom:0;
}

.spaced li {
	margin-bottom:1em;
}

/* for side nav menu in dm&e pages */

.noleftpadding {
	padding-left: 1.5em;
}
.width-200 {
	width: 200px;
}


/*BEGIN JACINDA'S CSS STYLESHEET PROPERTIES*/
.no_space {
	margin-top:0;
	margin-bottom:0;
}
.no_space_top {
	margin-top:0;
}
.no_space_bottom {
	margin-bottom:0;
}
.hr {
	margin-top:30px;
	margin-bottom:20px;
}
.image {
	float:left;
	//clear:left;
}
#bottom {
	font-size:7pt;
	text-align:center;
	position: absolute;
	bottom:-250px;
	padding-top:10px;
	padding-bottom:10px;
	}
.float_left {
	float:left;
}
img.middle {
	vertical-align:middle;
}
.float_right {
	float:right;
}
.clear {
	clear:both;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align: middle;
}
.text_middle {
	vertical-align:-50%;
}
