/*
Styles used for LINKS, TABLES AND GENERAL BODY 
*/

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 24px;*/
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 24px;*/
	color: #000000;
}

/*color used for link*/
a {
	color: #BD56A2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* pink links used for class description */
a.hpsm:link{
 color: #BD56A2;
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;
  text-decoration: underline;
}

a.hpsm:visited{
 color: #9c2994;
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;
 text-decoration: underline;
}

a.hpsm2:link{
 color: #BD56A2;
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 14px;
  text-decoration: underline;
}

a.hpsm2:visited{
 color: #9c2994;
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 14px;
 text-decoration: underline;
}

a.hpsm2C:link{
 color: #BD56A2;
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 14px;
 text-align: center;
  text-decoration: underline;
}

a.hpsm2C:visited{
 color: #9c2994;
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 14px;
 text-align: center;
  text-decoration: underline;
}

a.hpsub2:link{
 color: #59ACCC;
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 14px;
 text-decoration: underline;
}

a.hpsub2:visited{
 color: #59ACCC;
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 14px;
}

.classDesBorderColor  {
	background: #666666;
}

/*
END ******************************************************
*/

/*
START **********  Styles used for basic elements of website
*/
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
  	/*background-color: #006666;*/
	color: #BD56A2;
	text-decoration: none;
	
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  	font-size:16px;
	margin-bottom: 10px;
  	/*background-color: #006666;*/
	color: #a5c50f;
	text-decoration: none;
}

.heading_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  	font-size:16px;
	margin-bottom: 10px;
  	/*background-color: #006666;*/
	color: #BD56A2;
	text-decoration: none;	
	
}
/*used for text in purple*/
.textpurpleSM {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 13px;
	line-height: 15px;
  	/*background-color: #006666;*/
	color: #BD56A2;
	
	}
/*used for text in turquoise*/
.textturqSM {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 13px;
	line-height: 15px;
  	/*background-color: #006666;*/
	color: #63BDB5;
}

.textturqLG {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 15px;
	line-height: 18px;
  	/*background-color: #006666;*/
	color: #63BDB5;
	
}
.textblackSM {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 13px;
	line-height: 15px;
  	/*background-color: #006666;*/
	color: #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
	/*margin-top: 10px;
  	background-color: #006666;*/
	color: #404040;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;
	margin-left: 40px;
	margin-right: 50px;
	/*margin-top: 10px;
  	background-color: #006666;*/
	color: #767877;
}
.btext {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
  	/*background-color: #006666;*/
	color: #BD56A2;
}
.btext2 {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
  	/*background-color: #006666;*/
	color: #BD56A2;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
/* used for text inside boxes */
.intext{
	font-family:arial, helvetica, san-serif;
	font-size: 13px;
	text-align: justify;
	color: #767877;
}

/*END ************** Styles used for basic elements of website*/

/* START LISTS *******************************************************/
ul{
 margin-left: 45px;
 margin-right: 25px;
 margin-top: 5px;
 margin-bottom: 5px;
 color: #767877;
}
li{
	margin-top: 3px;
}
/*  END LISTS *******************************************************/

/*  ################# start calendar text ###########################*/
.textwhtcalmonth {
	font-size : 15px;;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight: bold;
	color : #FFFFFF;
	text-align: center;
}

.textwhtcalday {
	font-size : 12px;;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight: bold;
	color : #767877;
	text-align: center;
}
/*  ###############  End calendar text  ######################*/

/* START FORMS ******************************************/
input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
/* END FORMS ******************************************/

/* START BREADCRUMB NAV ********************************/

.path{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-family:arial, helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
}
.ploc{
  color: #767877;
}

a.topl:link{
	color: #BD56A2;
	font-family: arial, helvetica, sans-serif;
 	font-weight: bold;
 	font-size: 12px;
}
a.topl:visited{
	color: #BD56A2;
	font-family: arial, helvetica, sans-serif;
 	font-weight: bold;
 	font-size: 12px;
}

/* END BREADCRUMB NAV ***********************************/

/* ############### added below for CGI scripts  ################### */


.boxhighlight {
	background-color: #FFFFFF;
	border: medium double #B94E9D;
}
.tablepurple {
	background-color: #BA4E9D;
}
.inwhite15 {
	font-size : 15px;;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight: bold;
	color : #FFFFFF;
	text-align: center;
}
.inwhite2 {
	font-size : 13px;;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight: bold;
	color : #FFFFFF;
	text-align: center;
}
.inwhite{
	font-size : 15px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight: bold;
	color : #FFFFFF;
}
.tablegreen {
	background-color: #b6d54d;
}
.classdescr {
	border: 1px solid #767877;
}
.pagetop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #767877;
	text-align: left;
	vertical-align: top;
	font-weight: 200;
}
.full {
	font-size : 12px;;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight: bold;
	color : #00a5c6;
}
.new {
	font-size : 12px;;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight: bold;
	color : #bd56a2;
	text-align: left;
	}
.tab2 {
	font-size : 12px;;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight: normal;
	color : #767877;

}

.smallnote {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	color: #999999;
	font-style: normal;
	line-height:1.5;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;
	margin-left: 40px;
	margin-right: 50px;
	/*margin-top: 10px;
  	background-color: #006666;*/
	color: #767877;
}
.btext {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
  	/*background-color: #006666;*/
	color: #BD56A2;
}
.btext2 {
}

/* used for art class locations */
.artlocation {
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;
 text-decoration: underline;
}
.artloclabel {
    /*margin-left: 100px;*/
	text-align:center
}

/* ############### added above for scripts ?  ################### */

/**************** TRAINING SITE STYLES *****************/

.title_leftjust {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
  	font-size: 26px;
	font-stretch: expanded;
	margin-bottom: 10px;	
	color: #BD56A2;
  	/*background-color: #006666;
	text-decoration: none;*/
	
}


.textTRNGsubtitle18px {
	font-family: Trebuchet MS, Helvetica, sans-serif;
  	font-size: 18px;
	margin-left: 10px;
	font-weight: bold;
	/*margin-top: 10px;
  	background-color: #006666;*/
	color: #767877;
}

.textTRNG {
	font-family: Trebuchet MS, Helvetica, sans-serif;
  	font-size: 13px;
	margin-left: 10px;
	/*margin-top: 10px;
  	background-color: #006666;*/
	color: #767877;
}


/**************** TRAINING SITE STYLES ENDS*****************/


.hpplain{
	font-family: arial, helvetica, sans-serif;
 	font-size: 13px;
}

.empr{
	color:red;
	font-family: arial, helvetica, sans-serif;
 	font-weight: bold;
 	font-size: 14px;
}

.alert{
	 color: #CB2880;
	 font-weight: bold;
}



.textinbox {
	font-family:arial, helvetica, san-serif;
	font-size: 13px;
	text-align: justify;
}

.highlighttext1 {
	color: #B94F9D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.textpurpleLG {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 15px;
	line-height: 18px;
  	/*background-color: #006666;*/
	color: #BD56A2;

}

.textgreenLG {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 15px;
	line-height: 18px;
  	/*background-color: #006666;*/
	color:#AABD39;
}

.textgreenSM {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 13px;
	line-height: 15px;
  	/*background-color: #006666;*/
	color:#a5c50f;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.tsub{
	color: #63BDB5;
 	font-family: arial, helvetica, sans-serif;
 	font-weight: bold;
 	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  	color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  	font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}



.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  	border-style: ridge;
}

.promo {
	font-family: Arial, Helvetica, sans-serif, Times, serif;
	font-size: 14; 
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  	background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
    color: #006666; 
	font-weight: bolder;
	font-size: medium;
}



.topb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}



.jtext{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	font-family:arial, helvetica, san-serif;
	font-size: 13px;
	text-align: justify;
}



.mcdes{
 margin-bottom: 5px;
 margin-top: 5px;
 text-align: center;
}

.mcdes2{
 text-align: center;
}

.directions  {
font-family: arial, helvetica, sans-serif;
	font-size : 14px;
	color: #c55ead;
	font-weight: bold;
}
a.dir:link{
	color: #b6d54d;
	text-decoration: underline;
}
a.dir:visited{
	color: #b6d54d;
}

h2 {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
color: BD56A2;
}

h1 {
font-family: arial, helvetica, sans-serif;
font-size: 19px;
color: aabd39;
}
