body,td {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
.maintext {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
.blue {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; color: #0087c1; text-decoration: none}
.header {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: bold; color: #4e6351; text-decoration: none}
.blueheader {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: bold; color: #0087c1; text-decoration: none}
.wctext {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; color: #2f4d23; text-decoration: none}
.redtext {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 13px; font-style: normal; color: #e00909; text-decoration: none}
.bluetitle {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 18px; font-style: bold; color: #23408f; text-decoration: none}
.wctext1 {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: bold; color: #2f4d23; text-decoration: none}
.subheader {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #4e6351; text-decoration: none}
.orangesubheader {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #EF8518; text-decoration: none}
.largeheader {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 22px; font-style: normal; font-weight: bold; color: #4e6351; text-decoration: none}
.bold {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #000000; text-decoration: none}
a      	    {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #4e6351; text-decoration: underline}
a:hover     {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #4e6351; text-decoration: underline}
a:visited   {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4e6351;
	text-decoration: underline
}
a.bottomlink      	    {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; color: #4e6351; text-decoration: none}
a.bottomlink:hover        {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; color: #4e6351; text-decoration: none}
a.bottomlink:visited                {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; color: #4e6351; text-decoration: none}
a.quicklink      	    {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #4e6351;
	text-decoration: underline
}
a.quicklink:hover        {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #4e6351;
	text-decoration: underline
}
a.quicklink:visited                {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #4e6351;
	text-decoration: underline
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 175px;
height: 100px;
border: 0px solid black;
padding: 5px;
background-color: white;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

.scroll {font-weight:bold; font-size:36; text-align: center; font-family: Verdana, Courier, Courier New;}

.photogallery{ /*CSS for TABLE containing a photo album*/
}

.photogallery img{ /*CSS for images within an album*/
border: 1px solid green;
}

.photonavlinks{ /*CSS for pagination DIV*/
font: bold 14px Arial;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}


#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Arial;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #4e6320;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #4e6351;
}

.thelanguage{ /*header of 2nd demo*/
cursor: pointer;
font: 13px Arial;
color: black;
}

